|
|
|
@@ -46,6 +46,8 @@ public class WxActivityJoin extends BaseEntity { |
|
|
|
@Excel(name = "微信昵称", width = 10, orderNum = "4") |
|
|
|
@io.swagger.annotations.ApiModelProperty(value = "昵称", name = "nickName") |
|
|
|
private String nickName; |
|
|
|
|
|
|
|
@Excel(name = "生日", format = "yyyy-MM-dd", width = 10, orderNum = "5") |
|
|
|
@io.swagger.annotations.ApiModelProperty(value = "生日", name = "birthday") |
|
|
|
private Date birthday; |
|
|
|
|
|
|
|
@@ -62,13 +64,13 @@ public class WxActivityJoin extends BaseEntity { |
|
|
|
|
|
|
|
@io.swagger.annotations.ApiModelProperty(value = "答案", name = "answer") |
|
|
|
private String answer; |
|
|
|
@Excel(name = "活动签到", replace = {"未签到_0", "已签到_1"}, width = 10, orderNum = "6") |
|
|
|
@Excel(name = "活动签到", replace = {"未签到_0", "已签到_1"}, width = 10, orderNum = "7") |
|
|
|
@io.swagger.annotations.ApiModelProperty(value = "签到状态1签到0未签到", name = "signIn") |
|
|
|
private Integer signIn; |
|
|
|
@Excel(name = "报名状态", replace = {"未确认_0", "已确认_1", "取消报名_2", "活动过期_3"}, width = 10, orderNum = "7") |
|
|
|
@Excel(name = "报名状态", replace = {"未确认_0", "已确认_1", "取消报名_2", "活动过期_3"}, width = 10, orderNum = "8") |
|
|
|
@io.swagger.annotations.ApiModelProperty(value = "状态0未确认-报名中1确认-报名成功2取消-报名失败3过期", name = "status") |
|
|
|
private Integer status; |
|
|
|
@Excel(name = "报名时间", format = "yyyy-MM-dd HH:mm:ss", width = 10, orderNum = "5") |
|
|
|
@Excel(name = "报名时间", format = "yyyy-MM-dd HH:mm:ss", width = 10, orderNum = "6") |
|
|
|
@io.swagger.annotations.ApiModelProperty(value = "创建时间", name = "createTime") |
|
|
|
private Date createTime; |
|
|
|
@io.swagger.annotations.ApiModelProperty(value = "更新时间", name = "updateTime") |
|
|
|
|