zhanghua
2022-10-26 bf9b8c8c309b488e6be4f0ec1c1cd87246f5d625
ycl-platform/src/main/java/com/ycl/service/region/ISccgRegionService.java
@@ -21,4 +21,6 @@
     */
    List<SccgRegion> getTree();
    IPage<SccgRegion> list(SccgRegion sccgRegion);
    List<SccgRegion> getChildren(Long parentId);
}