puhanshu
2021-09-27 6fa160bf2d50107f4845493e82fe9fca312668be
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/dao/ConvenientProductCategoryDAO.java
@@ -32,6 +32,7 @@
    /**
     * 查询所有分类
     * @return
     * @param merchantId
     */
    List<ConvenientProductCategoryVO> selectAllCategories();
    List<ConvenientProductCategoryVO> selectAllCategories(@Param("merchantId") Long merchantId);
}