rk
2025-09-28 2304d7b140c5c5b4bf3a83f9ced8bff37d20c42e
server/services/src/main/java/com/doumee/service/business/CategoryService.java
@@ -54,7 +54,7 @@
     * @param categorys 实体集
     */
    void updateByIdInBatch(List<Category> categorys);
    void updateStatus(Category category);
    /**
     * 主键查询
     *
@@ -94,4 +94,7 @@
     * @return long
     */
    long count(Category category);
    List<Category> getCategoryList(Integer type);
}