| | |
| | | private Integer processType; |
| | | /**创建时间*/ |
| | | @ApiModelProperty(name = "createAt", value = "创建时间") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
| | | private Date createAt; |
| | | /**选择调解专家ID*/ |
| | | @ApiModelProperty(name = "specialistId", value = "选择调解专家ID") |
| | |
| | | @ApiModelProperty(name = "images", value = "调解上传图片地址列表,逗号进行分割") |
| | | @TableField(exist = false) |
| | | private List<ComEventRequestImageVO> images; |
| | | @ApiModelProperty("上报等级,4专家上报到社区,3专家到行业分中心2社区上报到街道,1街道上报到三说会堂,5行业分中心上报到区三说会堂") |
| | | private Integer reportLevel; |
| | | } |