liukangdong
2024-10-14 9c8dee1390f9c88f449f1a7f0d8b65a737ed696a
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);
    /**
     * 分页查询
     *