|
|
@@ -63,8 +63,8 @@ public class ActivityConfigurationVo {
|
|
|
@ApiModelProperty("参与人数")
|
|
|
private Integer userNumber;
|
|
|
|
|
|
- @Excel(name = "是否参与过活动")
|
|
|
- @ApiModelProperty("是否参与过活动")
|
|
|
+ @Excel(name = "是否参与过活动 yes 参与 no未参与")
|
|
|
+ @ApiModelProperty("是否参与过活动 yes 参与 no未参与")
|
|
|
private String useStatus;
|
|
|
|
|
|
/** 直播内容(适用直播) */
|