jiaosong
2023-09-12 b0a9e3b690af73fa1c493e151fde2526110c28fa
server/src/main/java/doumeemes/service/ext/CategoryExtService.java
@@ -33,4 +33,6 @@
    CategoryExtListVO getByCategoryId(Integer comid, Integer id);
    CategoryExtListVO getByCategoryId(Integer comid, Integer id,List<CategoryExtListVO> allList);
    void loadAll();
    List<CategoryExtListVO> findList(QueryCategoryExtDTO queryCategoryExtDTO);
}