接口 DistrictService

所有已知实现类:
DistrictServiceImpl

public interface DistrictService
查询行政区划
作者:
guer
  • 方法概要

    修饰符和类型 方法 说明
    java.util.Collection<District> getChildren​(java.lang.Long regionId)
    查询下级行政区划
  • 方法详细资料

    • getChildren

      java.util.Collection<District> getChildren​(java.lang.Long regionId)
      查询下级行政区划
      参数:
      regionId - 地区ID
      返回:
      下级行政区划