From 46f8f73b91c988b9303c4564b907d68f613b111b Mon Sep 17 00:00:00 2001 From: yss <17921@qq.com> Date: Wed, 24 Jul 2024 12:11:26 +0800 Subject: [PATCH] =?UTF-8?q?=E8=81=94=E5=8A=A8=E6=8A=A5=E4=BB=B7-=E7=AC=AC?= =?UTF-8?q?=E4=BA=8C=E7=89=88-=E9=A1=B9=E7=9B=AE=E4=B8=AD=E5=BF=83?= =?UTF-8?q?=E7=BB=99=E7=9A=84goodsSku=E4=B8=8E=E4=B9=8B=E5=89=8DgoodsSKU?= =?UTF-8?q?=20=E6=9C=89=E5=8F=98=E5=8C=96=20=20=E5=9B=A0=E7=94=9F=E4=BA=A7?= =?UTF-8?q?=E7=94=A8=E7=9A=84=E6=98=AFgoodsSKU=20=E9=81=BF=E5=85=8D?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=87=BA=E9=94=99=20=E8=BF=98=E7=94=A8goodsS?= =?UTF-8?q?KU?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../projectentrust/entity/ebpentity/PurpMaterialVO.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/main/java/com/chinaunicom/mall/ebtp/project/projectentrust/entity/ebpentity/PurpMaterialVO.java b/src/main/java/com/chinaunicom/mall/ebtp/project/projectentrust/entity/ebpentity/PurpMaterialVO.java index 9c0b8d1..03a5e8e 100644 --- a/src/main/java/com/chinaunicom/mall/ebtp/project/projectentrust/entity/ebpentity/PurpMaterialVO.java +++ b/src/main/java/com/chinaunicom/mall/ebtp/project/projectentrust/entity/ebpentity/PurpMaterialVO.java @@ -102,9 +102,8 @@ public class PurpMaterialVO { @ApiModelProperty(value = "库存id") private String inventId; -// @ApiModelProperty(value = "商品SKU") -// @JsonIgnoreProperties -// private String goodsSku; + @ApiModelProperty(value = "商品SKU") + private String goodsSKU; @ApiModelProperty(value = "库龄") private String libraryAge;