| | |
| | | private Integer toType; |
| | | |
| | | @ApiModelProperty(value = "事件下游机构或网格员") |
| | | private Long to; |
| | | private Long toId; |
| | | |
| | | @ApiModelProperty(value = "需要办理人路径名称") |
| | | private String toName; |
| | |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
| | | private Date processDate; |
| | | |
| | | @ApiModelProperty(value = "处理人或社区") |
| | | private Long processBy; |
| | | |
| | | @ApiModelProperty(value = "处理人名或社区名") |
| | | private String processByName; |
| | | |
| | | @ApiModelProperty(value = "业务处理类型") |
| | | private Integer processType; |
| | | |
| | | @ApiModelProperty(value = "创建时间") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
| | | private Date createAt; |
| | | |
| | | @ApiModelProperty(value = "音频") |
| | | private List<EventResourceVO> audios; |
| | | |
| | | @ApiModelProperty(value = "视频") |
| | | private List<EventResourceVO> videos; |
| | | |
| | | @ApiModelProperty(value = "图片") |
| | | private List<EventResourceVO> pics; |
| | | |
| | | } |