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