From aab863618213e8034bcc42b9fd673e7b9c55ad57 Mon Sep 17 00:00:00 2001 From: fuqingji <51312040@qq.com> Date: Sat, 25 Jun 2022 14:52:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AE=9E=E4=BD=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../projectentrust/entity/ebpentity/PurpMaterialVO.java | 9 +++++++++ 1 file changed, 9 insertions(+) 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 3de1f6a..f331853 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 @@ -99,6 +99,9 @@ public class PurpMaterialVO { @ApiModelProperty(value = "商品SKU") private String goodsSku; + @ApiModelProperty(value = "商品SKU") + private String goodsSKU; + @ApiModelProperty(value = "库龄") private String libraryAge; @@ -141,6 +144,12 @@ public class PurpMaterialVO { @ApiModelProperty(value = "统一目录编码") private String unifDirecCode; + @ApiModelProperty(value = "统一目录名称") + private String uniftCatalogName; + + @ApiModelProperty(value = "统一目录编码") + private String uniftCatalogCode; + @ApiModelProperty(value = "备注") private String remark;