|
|
@@ -70,7 +70,7 @@ public class WxActivityJoin extends BaseEntity { |
|
|
@Excel(name = "活动签到", replace = {"未签到_0", "已签到_1"}, width = 10, orderNum = "7") |
|
|
@Excel(name = "活动签到", replace = {"未签到_0", "已签到_1"}, width = 10, orderNum = "7") |
|
|
@io.swagger.annotations.ApiModelProperty(value = "签到状态1签到0未签到", name = "signIn") |
|
|
@io.swagger.annotations.ApiModelProperty(value = "签到状态1签到0未签到", name = "signIn") |
|
|
private Integer signIn; |
|
|
private Integer signIn; |
|
|
@Excel(name = "报名状态", replace = {"未确认_0", "已确认_1", "取消报名_2", "活动过期_3"}, width = 10, orderNum = "8") |
|
|
|
|
|
|
|
|
@Excel(name = "报名状态", replace = {"未确认_0", "已确认_1", "报名失败_2", "活动过期_3"}, width = 10, orderNum = "8") |
|
|
@io.swagger.annotations.ApiModelProperty(value = "状态0未确认-报名中1确认-报名成功2取消-报名失败3过期", name = "status") |
|
|
@io.swagger.annotations.ApiModelProperty(value = "状态0未确认-报名中1确认-报名成功2取消-报名失败3过期", name = "status") |
|
|
private Integer status; |
|
|
private Integer status; |
|
|
@Excel(name = "报名时间", format = "yyyy-MM-dd HH:mm:ss", width = 10, orderNum = "6") |
|
|
@Excel(name = "报名时间", format = "yyyy-MM-dd HH:mm:ss", width = 10, orderNum = "6") |
|
|
|