dashboard
repositories
filestore
activity
search
login
main
/
jczz_manager
基层智治-后台
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
场所查询修改,实体类字段调整
zhongrj
2023-11-07
181cbe8a1b027903dd5295b28fe2d77bad11b9cd
[jczz_manager.git]
/
src
/
main
/
java
/
org
/
springblade
/
modules
/
place
/
service
/
IPlacePoiLabelService.java
1
2
3
4
5
6
7
8
package org.springblade.modules.place.service;
import com.baomidou.mybatisplus.extension.service.IService;
import org.springblade.modules.place.entity.PlacePoiLabel;
public interface IPlacePoiLabelService extends IService<PlacePoiLabel> {
}