|
@@ -38,6 +38,12 @@ public class ProductSpuRespVO {
|
|
|
@ExcelProperty("商品简介")
|
|
|
private String introduction;
|
|
|
|
|
|
+
|
|
|
+ @Schema(description = "商品活动简介", requiredMode = Schema.RequiredMode.REQUIRED, example = "商品活动简介")
|
|
|
+// @NotEmpty(message = "商品活动简介")
|
|
|
+ private String activeIntroduction;
|
|
|
+
|
|
|
+
|
|
|
@Schema(description = "商品详情", requiredMode = Schema.RequiredMode.REQUIRED, example = "清凉小短袖详情")
|
|
|
@ExcelProperty("商品详情")
|
|
|
private String description;
|