| | |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
| | | private Date propagandaTimeEnd; |
| | | |
| | | @Length(max=255) |
| | | @Length(max=500) |
| | | @ApiModelProperty(value = "事件描述", hidden = false, example = "") |
| | | private String eventDes; |
| | | |
| | |
| | | private String propagandaObject; |
| | | |
| | | |
| | | @Length(max=10) |
| | | @Length(max=8) |
| | | @ApiModelProperty(value = "宣传人数", hidden = false, example = "") |
| | | private String propagandaNum; |
| | | |
| | |
| | | @ApiModelProperty(value = "修改人", hidden = false, example = "1") |
| | | private Long updateBy; |
| | | |
| | | @ApiModelProperty(value = "撤销类型 1 网格员 2 社区", hidden = true, example = "1") |
| | | private Integer revokeType; |
| | | |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
| | | @ApiModelProperty(value = "修改时间-开始时间", hidden = false, example = "2021-05-01 18:05:50") |
| | | private Date updateAtBegin; |
| | |
| | | |
| | | @ApiModelProperty(value = "社区ID", hidden = true, example = "1") |
| | | private Long communityId; |
| | | |
| | | } |