Mr.Shi
2023-08-22 b82b1679623b1868fe9fd76e1ff817928d02c32f
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);
}