Gitiles
Code Review
Sign In
gerrit.lilingkun.com
/
G9Backend
/
0b8458e19a8ba3f44363480a3601b59115a1d6c3
/
.
/
src
/
main
/
java
/
com
/
g9
/
g9backend
/
service
/
CommunityService.java
blob: a9bb07b9551563107ca39da6c35722719331bef3 [
file
] [
log
] [
blame
]
package
com
.
g9
.
g9backend
.
service
;
import
com
.
baomidou
.
mybatisplus
.
extension
.
service
.
IService
;
import
com
.
g9
.
g9backend
.
pojo
.
Community
;
public
interface
CommunityService
extends
IService
<
Community
>
{
}