k94314517
2024-10-10 d0c4ab05405817381fe6df28d6b4aa15dceef260
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);
    /**
     * 分页查询
     *