| | |
| | | @ApiModelProperty(value = "发生地址", hidden = false, example = "") |
| | | private String happenAddr; |
| | | |
| | | @NotBlank() @Length(max=100) |
| | | @NotBlank(message = "地址备注不能为空") @Length(max=50) |
| | | @ApiModelProperty(value = "地址备注", hidden = false, example = "") |
| | | private String addrRemark; |
| | | |
| | |
| | | @ApiModelProperty(value = "发生地址", hidden = false, example = "") |
| | | private String happenAddr; |
| | | |
| | | @NotBlank() @Length(max=100) |
| | | @NotBlank(message = "地址备注不能为空") @Length(max=50) |
| | | @ApiModelProperty(value = "地址备注", hidden = false, example = "") |
| | | private String addrRemark; |
| | | |
| | |
| | | private String happenAddr; |
| | | |
| | | |
| | | @NotBlank() @Length(max=100) |
| | | @NotBlank(message = "地址备注不能为空") @Length(max=50) |
| | | @ApiModelProperty(value = "地址备注", hidden = false, example = "") |
| | | private String addrRemark; |
| | | |
| | |
| | | private String propagandaObject; |
| | | |
| | | |
| | | @Length(max=10) |
| | | @Length(max=8) |
| | | @ApiModelProperty(value = "宣传人数", hidden = false, example = "") |
| | | private String propagandaNum; |
| | | |
| | |
| | | private String propagandaObject; |
| | | |
| | | |
| | | @Length(max=10) |
| | | @Length(max=8) |
| | | @ApiModelProperty(value = "宣传人数", hidden = false, example = "") |
| | | private String propagandaNum; |
| | | |
| | |
| | | @NotNull(message = "宣传对象不能为空") |
| | | private String propagandaObject; |
| | | |
| | | @Length(max=10) |
| | | @Length(max=8) |
| | | @ApiModelProperty(value = "宣传人数", hidden = false, example = "", required = true) |
| | | @NotNull(message = "宣传人数不能为空") |
| | | private String propagandaNum; |
| | |
| | | @NotNull(message = "宣传对象不能为空") |
| | | private String propagandaObject; |
| | | |
| | | @Length(max=10) |
| | | @Length(max=8) |
| | | @ApiModelProperty(value = "宣传人数", hidden = false, example = "", required = true) |
| | | @NotNull(message = "宣传人数不能为空") |
| | | private String propagandaNum; |