|
|
@@ -27,17 +27,15 @@ public class ActivityInviteConfig {
|
|
|
private Integer activityTimeType;
|
|
|
|
|
|
@ApiModelProperty(value = "活动开始时间")
|
|
|
- @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
|
|
private Date activityStartTime;
|
|
|
|
|
|
@ApiModelProperty(value = "活动结束时间")
|
|
|
- @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
|
|
private Date activityEndTime;
|
|
|
|
|
|
@ApiModelProperty(value = "活动规则")
|
|
|
private String activityRule;
|
|
|
|
|
|
- @ApiModelProperty(value = "活动状态")
|
|
|
+ @ApiModelProperty(value = "活动状态:0-未启用,1-启用,2-已结束")
|
|
|
private Integer status;
|
|
|
|
|
|
@ApiModelProperty(value = "邀请成功条件:1,注册即算,2.实名认证,3,首单支付并成功核销")
|