Gitiles
Code Review
Sign In
gerrit.lilingkun.com
/
G9Backend
/
d5a92b7a83bcdfecf9d0364613009847572be3ee
/
.
/
src
/
main
/
java
/
com
/
g9
/
g9backend
/
service
/
GameplayService.java
blob: 46abf47123d5e3a84e6efff8945eff8a85fc1cfd [
file
] [
log
] [
blame
]
package
com
.
g9
.
g9backend
.
service
;
import
com
.
g9
.
g9backend
.
pojo
.
Gameplay
;
import
com
.
github
.
jeffreyning
.
mybatisplus
.
service
.
IMppService
;
public
interface
GameplayService
extends
IMppService
<
Gameplay
>
{
}