From 3c63011e64fa33fa8b15828443c30c5ec0562d42 Mon Sep 17 00:00:00 2001 From: Gitea Date: Fri, 24 Feb 2023 09:22:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=95=86=E5=93=81=E8=A1=A8=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/demo/zygoods/entity/ZyGoods.java | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/jeecg-boot/jeecg-boot-module-system/src/main/java/org/jeecg/modules/demo/zygoods/entity/ZyGoods.java b/jeecg-boot/jeecg-boot-module-system/src/main/java/org/jeecg/modules/demo/zygoods/entity/ZyGoods.java index d8b1e1a5..808c85b2 100644 --- a/jeecg-boot/jeecg-boot-module-system/src/main/java/org/jeecg/modules/demo/zygoods/entity/ZyGoods.java +++ b/jeecg-boot/jeecg-boot-module-system/src/main/java/org/jeecg/modules/demo/zygoods/entity/ZyGoods.java @@ -145,5 +145,33 @@ public class ZyGoods implements Serializable { @Excel(name = "点击量", width = 15) @ApiModelProperty(value = "点击量") private java.lang.String click; + /**规格*/ + @Excel(name = "规格", width = 15) + @ApiModelProperty(value = "规格") + private java.lang.String specification; + /**产品概述*/ + @Excel(name = "产品概述", width = 15) + @ApiModelProperty(value = "产品概述") + private java.lang.String productOverview; + /**结构*/ + @Excel(name = "结构", width = 15) + @ApiModelProperty(value = "结构") + private java.lang.String structure; + /**特征*/ + @Excel(name = "特征", width = 15) + @ApiModelProperty(value = "特征") + private java.lang.String characteristic; + /**折叠搭配及包装*/ + @Excel(name = "折叠搭配及包装", width = 15) + @ApiModelProperty(value = "折叠搭配及包装") + private java.lang.String foldingPackaging; + /**配件及标志*/ + @Excel(name = "配件及标志", width = 15) + @ApiModelProperty(value = "配件及标志") + private java.lang.String accLogos; + /**缝纫形式*/ + @Excel(name = "缝纫形式", width = 15) + @ApiModelProperty(value = "缝纫形式") + private java.lang.String sewingForm; }