wang-hao-jie
2021-12-27 7f9bb0c243fc4bb8ec31dd2ec001c842150b99bc
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);
}