From a8ba678a3fe5a39da2c732014cebbb66e408e97c Mon Sep 17 00:00:00 2001 From: WangHan <wwh_work@126,com> Date: 星期三, 02 四月 2025 18:45:12 +0800 Subject: [PATCH] 问题与漏洞修改 --- consum-base/src/main/java/com/consum/base/pojo/response/GoodsModelVO.java | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/consum-base/src/main/java/com/consum/base/pojo/response/GoodsModelVO.java b/consum-base/src/main/java/com/consum/base/pojo/response/GoodsModelVO.java index 611513a..2cc26ea 100644 --- a/consum-base/src/main/java/com/consum/base/pojo/response/GoodsModelVO.java +++ b/consum-base/src/main/java/com/consum/base/pojo/response/GoodsModelVO.java @@ -2,7 +2,7 @@ import java.util.List; -import io.swagger.annotations.ApiModelProperty; + import lombok.Data; /** @@ -14,29 +14,29 @@ @Data public class GoodsModelVO { - @ApiModelProperty(value = "id") + // @ApiModelProperty(value = "id") private Long id; - @ApiModelProperty(value = "鍨嬪彿鍚嶇О") + // @ApiModelProperty(value = "鍨嬪彿鍚嶇О") private String baseGoodsModelsName; - @ApiModelProperty(value = "鍗曚綅淇℃伅") + // @ApiModelProperty(value = "鍗曚綅淇℃伅") private String unit; - @ApiModelProperty(value = "鏁伴噺") + // @ApiModelProperty(value = "鏁伴噺") private Integer counts; - @ApiModelProperty(value = "鎬婚噾棰�") + // @ApiModelProperty(value = "鎬婚噾棰�") private Double totalAmount; /*閲囪喘淇℃伅*/ - @ApiModelProperty(value = "搴撳瓨鏁伴噺") + // @ApiModelProperty(value = "搴撳瓨鏁伴噺") private Integer worehouseCount; - @ApiModelProperty(value = "鍗曚环") + // @ApiModelProperty(value = "鍗曚环") private Long price; private Long baseGoodsModelsId; /*鎶ュ簾淇℃伅*/ private String scrappedName; - @ApiModelProperty(value = "閮ㄩ棬鍒嗗彂浣跨敤浜轰俊鎭�") + // @ApiModelProperty(value = "閮ㄩ棬鍒嗗彂浣跨敤浜轰俊鎭�") private List<DepartGoodsUseInfo> useInfo; } -- Gitblit v1.9.1