接口 StreetApi
-
public interface StreetApi街道服务接口- 作者:
- guer
-
-
方法详细资料
-
findList
net.guerlab.web.result.ListObject<StreetDTO> findList(StreetSearchParams searchParams)
根据搜索参数查询街道列表- 参数:
searchParams- 搜索参数- 返回:
- 街道列表
-
findAll
List<StreetDTO> findAll(StreetSearchParams searchParams)
根据搜索参数查询街道列表- 参数:
searchParams- 搜索参数- 返回:
- 街道列表
-
-