springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/partybuilding/PageActivityMembersVO.java
@@ -30,14 +30,4 @@ private Long pageSize; @ApiModelProperty(value = "活动id", required = true) private Long activityId; @ApiModelProperty("报名状态 0 已取消 1已报名") private Integer status; @ApiModelProperty("取消原因") private String reason; @ApiModelProperty("参与次数") private Integer times; @ApiModelProperty("获取奖励") private Integer award; @ApiModelProperty("活动限制次数") private Integer limit; }