Gitiles
Code Review
Sign In
gerrit.lilingkun.com
/
G9Backend
/
147b16cc60e1e8ea2564e38742497e6b9e842442
/
.
/
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
>
{
}