ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/controller/GoodsController.java
@@ -28,7 +28,7 @@ */ @RestController @RequestMapping("/goods") @Api(tags = "商品") @Api("商品") public class GoodsController extends BaseController { @Resource private GoodsService goodsService;