Gitiles
Code Review
Sign In
gerrit.lilingkun.com
/
G9Backend
/
9f6f4f6614995249c1375c4aca16c3cda9e90ac5
/
.
/
src
/
main
/
java
/
com
/
g9
/
g9backend
/
service
/
InvitationService.java
blob: 3708d532a18ca0ad08ca5644a32036365b64c5f2 [
file
] [
log
] [
blame
]
package
com
.
g9
.
g9backend
.
service
;
import
com
.
baomidou
.
mybatisplus
.
extension
.
service
.
IService
;
import
com
.
g9
.
g9backend
.
pojo
.
Invitation
;
public
interface
InvitationService
extends
IService
<
Invitation
>
{
}