Gitiles
Code Review
Sign In
gerrit.lilingkun.com
/
G9Backend
/
23ad1259bb68d5a06f447f37a1f41841821677cb
/
.
/
src
/
main
/
java
/
com
/
g9
/
g9backend
/
service
/
UserCollectionService.java
blob: 7445918ba1c8b55a1e2fa8981d95ce9f7d0bc3f9 [
file
] [
log
] [
blame
]
package
com
.
g9
.
g9backend
.
service
;
import
com
.
g9
.
g9backend
.
pojo
.
UserCollection
;
import
com
.
github
.
jeffreyning
.
mybatisplus
.
service
.
IMppService
;
public
interface
UserCollectionService
extends
IMppService
<
UserCollection
>
{
}