Commit 1add1b3d authored by 刘基明's avatar 刘基明

线下活动

parent a9a85e58
...@@ -54,5 +54,11 @@ public class OfflineActivitySimpleResp { ...@@ -54,5 +54,11 @@ public class OfflineActivitySimpleResp {
@ApiModelProperty(value = "主办方名称") @ApiModelProperty(value = "主办方名称")
private String sponsorName; private String sponsorName;
@ApiModelProperty(value = "报名状态 1未开始 2报名中 3报名结束")
private Integer signState;
@ApiModelProperty(value = "报名状态文案 未开始 报名中 报名结束")
private String signStateName;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment