dashboard
repositories
filestore
activity
search
login
main
/
jczz_manager
基层智治-后台
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
报事查询,报事数据统计接口
guoshilong
2023-11-06
21ad7244723fd12c4fe278e5d735051cf5b8a0b5
[jczz_manager.git]
/
src
/
main
/
java
/
org
/
springblade
/
modules
/
place
/
mapper
/
PlacePoiLabelMapper.java
1
2
3
4
5
6
7
package org.springblade.modules.place.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import org.springblade.modules.place.entity.PlacePoiLabel;
public interface PlacePoiLabelMapper extends BaseMapper<PlacePoiLabel> {
}