server/visits/dmvisit_service/src/main/java/com/doumee/service/business/CategoryService.java
@@ -79,6 +79,13 @@ */ List<Category> findList(Category category); /** * 自定义列表 * @param category * @return */ List<Category> queryList(Category category); /** * 分页查询 *