Gitiles
Code Review
Sign In
gerrit.lilingkun.com
/
G9Backend
/
687b9cb9a3cd9944f8322ceef38d391884352e83
/
.
/
src
/
main
/
java
/
com
/
g9
/
g9backend
/
mapper
/
CommunityMapper.java
blob: 65f152c3e4a77cb235ed2bb261d3743f03498a4e [
file
] [
log
] [
blame
]
package
com
.
g9
.
g9backend
.
mapper
;
import
com
.
baomidou
.
mybatisplus
.
core
.
mapper
.
BaseMapper
;
import
com
.
g9
.
g9backend
.
pojo
.
Community
;
import
org
.
apache
.
ibatis
.
annotations
.
Mapper
;
@Mapper
public
interface
CommunityMapper
extends
BaseMapper
<
Community
>
{
}