ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/controller/GoodsCategoryController.java
@@ -26,7 +26,7 @@ */ @RestController @RequestMapping("/goods-category") @Api(tags = "商品分类") @Api("商品分类") public class GoodsCategoryController { @Resource private GoodsCategoryService goodsCategoryService;