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