From 10dd6a77f2c21b3a611a2e6701fce8c393a85935 Mon Sep 17 00:00:00 2001 From: liyj <1617420630@qq.com> Date: Sat, 2 Aug 2025 17:22:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B4=BB=E5=8A=A8=E5=90=8C=E6=AD=A5=E9=80=BB?= =?UTF-8?q?=E8=BE=91=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/com/suisung/mall/shop/sync/dto/ActiveModel.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mall-shop/src/main/java/com/suisung/mall/shop/sync/dto/ActiveModel.java b/mall-shop/src/main/java/com/suisung/mall/shop/sync/dto/ActiveModel.java index a35bcc4e..945242fc 100644 --- a/mall-shop/src/main/java/com/suisung/mall/shop/sync/dto/ActiveModel.java +++ b/mall-shop/src/main/java/com/suisung/mall/shop/sync/dto/ActiveModel.java @@ -17,6 +17,9 @@ public class ActiveModel implements Serializable { @ApiModelProperty(value = "活动名称") private String activityName; + @ApiModelProperty(value = "活动说明") + private String activity_remark; + @ApiModelProperty(value = "活动类型 1秒杀;2单件折扣,3满减") private Integer activityTypeId;