kongdeqiang
2024-04-09 4a620557ffb98adfb0d3dbea16cf4bdb9bfd916f
xboot-modules/xboot-your/src/main/java/cn/exrick/xboot/your/service/IAreaSectionService.java
@@ -11,4 +11,6 @@
 */
public interface IAreaSectionService extends IService<AreaSection> {
    List<AreaSection> getListByParentId(String id);
}