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;