Helius
2021-09-17 12bdfebb9b3acb3d9e8ea52b8db5946ea23714e7
src/main/java/cc/mrbird/febs/mall/mapper/MallGoodsCategoryMapper.java
@@ -11,7 +11,7 @@
public interface MallGoodsCategoryMapper extends BaseMapper<MallGoodsCategory> {
    IPage<MallGoodsCategory> selectCategoryList(Page<MallGoodsCategory> page, @Param("record")MallGoodsCategory mallGoodsCategory);
    IPage<MallGoodsCategory> selectCategoryListInPage(Page<MallGoodsCategory> page, @Param("record")MallGoodsCategory mallGoodsCategory);
    List<MallGoodsCategory> selectCategoryByName(@Param("name")String name);