liukangdong
2024-12-30 a6f9e7d4faf7c1c536111e0db7f3317cbda9ddb1
server/visits/dmvisit_service/src/main/java/com/doumee/service/business/CategoryService.java
@@ -78,7 +78,14 @@
     * @return List<Category>
     */
    List<Category> findList(Category category);
    /**
     * 自定义列表
     * @param category
     * @return
     */
    List<Category> queryList(Category category);
    /**
     * 分页查询
     *
@@ -94,4 +101,6 @@
     * @return long
     */
    long count(Category category);
    List<Category> findChileList(Category model);
}