|
|
|
@@ -57,7 +57,7 @@ public class WxActivityJoin extends BaseEntity { |
|
|
|
@io.swagger.annotations.ApiModelProperty(value = "手机", name = "phone") |
|
|
|
private String phone; |
|
|
|
|
|
|
|
@Excel(name = "调查问券", width = 10, orderNum = "10") |
|
|
|
@Excel(name = "调查问券", width = 10, orderNum = "50") |
|
|
|
@io.swagger.annotations.ApiModelProperty(value = "调查问券", name = "answer") |
|
|
|
private String answer; |
|
|
|
@Excel(name = "活动签到", replace = {"未签到_0", "已签到_1"}, width = 10, orderNum = "7") |
|
|
|
|