| | |
| | | private String eventTitle; |
| | | |
| | | |
| | | @Max(127) |
| | | @Length(max=255) |
| | | @ApiModelProperty(value = "宣传类型", hidden = false, example = "1") |
| | | private Integer propagandaType; |
| | | private String propagandaType; |
| | | |
| | | |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
| | |
| | | @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; |
| | | |