jiaosong
2023-09-12 cf9cdbbf7b78b1f56b3bac358245e9cf64806fe0
server/service/src/main/java/com/doumee/service/business/CategoryService.java
@@ -20,6 +20,9 @@
     */
    Integer create(Category category);
    Integer companyCreate(Category category);
    /**
     * 主键删除
     *
@@ -50,6 +53,7 @@
     */
    void updateById(Category category);
    void companyUpdateById(Category category);
    /**
     * 批量主键更新
     *
@@ -81,6 +85,7 @@
     */
    List<Category> findList(Category category);
    List<Category> companyFindList(Category category);
    /**
     * 查询类别
     * @param goodsId