springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/dao/ConvenientProductCategoryDAO.java
@@ -9,6 +9,8 @@ import org.apache.ibatis.annotations.Mapper; import org.apache.ibatis.annotations.Param; import java.util.List; /** * @title: ConvenientProductCategoryDAO * @projectName: 成都呐喊信息技术有限公司-智慧社区项目 @@ -26,4 +28,10 @@ * @return 产品分类详情 */ IPage<ConvenientProductCategoryVO> pageProductCategory(@Param("page") Page page, @Param("pageConvenientProductCategoryDTO") PageConvenientProductCategoryDTO pageConvenientProductCategoryDTO); /** * 查询所有分类 * @return */ List<ConvenientProductCategoryVO> selectAllCategories(); }