| | |
| | | private Long id; |
| | | |
| | | @ApiModelProperty("所属活动id") |
| | | @JsonSerialize(using = ToStringSerializer.class) |
| | | private Long activityId; |
| | | |
| | | @ApiModelProperty("用户id, 和用户信息表的相关id关联") |
| | | @JsonSerialize(using = ToStringSerializer.class) |
| | | private Long userId; |
| | | |
| | | @ApiModelProperty("名字") |
| | |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
| | | private Date createAt; |
| | | |
| | | @ApiModelProperty("是否是志愿者 0 否 1 是") |
| | | private Integer isVolunteer; |
| | | @ApiModelProperty("以什么身份报名(1.居民 2.党员 3.志愿者)") |
| | | private Integer signIdentity; |
| | | |
| | | @ApiModelProperty("用户openid") |
| | | private String openid; |
| | |
| | | private Integer times; |
| | | |
| | | @ApiModelProperty(value = "二维码id") |
| | | private Integer codeId; |
| | | private Long codeId; |
| | | |
| | | @ApiModelProperty(value = "本次签到获取的积分奖励") |
| | | private Integer award; |