jiangping
2024-11-04 2b4ecab8cb9d048f0ef64e48ac3ff7da6a56d8c8
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);
    /**
     * 分页查询
     *