|
@ -99,14 +99,22 @@ public interface AreaCodeService extends BaseService<AreaCodeEntity> { |
|
|
*/ |
|
|
*/ |
|
|
void delete(String[] ids); |
|
|
void delete(String[] ids); |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
* 行政编码查询 |
|
|
|
|
|
* |
|
|
|
|
|
* @param formDTO |
|
|
|
|
|
* @return com.epmet.commons.tools.utils.Result<java.util.List < com.epmet.dto.result.AreaCodeDictResultDTO>> |
|
|
|
|
|
* @author zhy |
|
|
|
|
|
* @date 2022/7/6 10:28 |
|
|
|
|
|
*/ |
|
|
|
|
|
List<AreaCodeDictResultDTO> areaCodeDictTree(AreaCodeDictFormDTO formDTO); |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* @Description 行政地区编码查询 |
|
|
* @Description 行政地区编码查询 |
|
|
* @Param formDTO |
|
|
* @Param formDTO |
|
|
* @author zxc |
|
|
* @author zxc |
|
|
* @date 2021/1/7 下午1:41 |
|
|
* @date 2021/1/7 下午1:41 |
|
|
*/ |
|
|
*/ |
|
|
List<AreaCodeDictResultDTO> areaCodeDictTree(AreaCodeDictFormDTO formDTO); |
|
|
|
|
|
|
|
|
|
|
|
List<AreaCodeDictResultDTO> areaCodeDictTreePlus(AreaCodeDictFormDTO formDTO); |
|
|
List<AreaCodeDictResultDTO> areaCodeDictTreePlus(AreaCodeDictFormDTO formDTO); |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|