From 206fcf7d6afae27856f63cf0158f53b61fa1b86f Mon Sep 17 00:00:00 2001 From: xuhy <3313886187@qq.com> Date: 星期五, 19 九月 2025 18:21:23 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- ruoyi-system/src/main/java/com/ruoyi/system/query/TErpGoodsQuery.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ruoyi-system/src/main/java/com/ruoyi/system/query/TErpGoodsQuery.java b/ruoyi-system/src/main/java/com/ruoyi/system/query/TErpGoodsQuery.java index 618e293..6d97fac 100644 --- a/ruoyi-system/src/main/java/com/ruoyi/system/query/TErpGoodsQuery.java +++ b/ruoyi-system/src/main/java/com/ruoyi/system/query/TErpGoodsQuery.java @@ -7,7 +7,7 @@ import lombok.Data; @Data -@ApiModel(value = "erp商品信息查询参数query") +@ApiModel(value = "erp商品库存信息查询参数query") public class TErpGoodsQuery extends BasePage { @ApiModelProperty(value = "商品名称") -- Gitblit v1.7.1