kongzy
2024-10-12 2ceb5cc35cdbe61a738b2864db5411a4ddc5da50
ruoyi-system/src/main/java/com/ruoyi/system/service/SysDistrictService.java
@@ -31,5 +31,7 @@
    public void resetDistrictCache();
    List<DistrictTreeRespDTO> selectAllByTree();
    List<Long> selectChildrenIdsById(Long id);
}