| | |
| | | |
| | | private Long auditCreateBy; |
| | | |
| | | @ApiModelProperty("上报人层级 1=市级账号,2=区县账号,3=街道账号,4=社区账号 5=党员账号") |
| | | @ApiModelProperty("上报人层级 1=市级账号,2=区县账号,3=街道账号,4=社区账号 ") |
| | | private Integer reporterLevel; |
| | | |
| | | @ApiModelProperty(value = "上报人联系方式") |
| | | private String reporterPhone; |
| | | |
| | | @ApiModelProperty(value = "所属部门") |
| | | @ApiModelProperty(value = "上报人所属部门") |
| | | private String reporterDepartmentName; |
| | | |
| | | @ApiModelProperty(value = "所属部门 (处理人)") |
| | | private String departmentName; |
| | | |
| | | @ApiModelProperty(value = "上报提交时间") |
| | |
| | | private Integer listControlsButtonStatus; |
| | | |
| | | @ApiModelProperty(value = "评价按钮状态(0=显示,1=隐藏)") |
| | | private Integer evaluateButtonStatus; |
| | | private Integer evaluateButtonStatus=1; |
| | | |
| | | @ApiModelProperty(value = "语音文件集合") |
| | | private List<String> voiceFileList; |
| | |
| | | @ApiModelProperty(value = "已上报次数") |
| | | private Integer reportCount; |
| | | |
| | | @ApiModelProperty(value = "0待分配 1已分配") |
| | | private Integer assignStatus; |
| | | @ApiModelProperty(value = "提醒状态 0正常 1临期 2超时") |
| | | private Integer remindStatus=0; |
| | | |
| | | @ApiModelProperty(value = "提醒倒计时") |
| | | private Double remindTime; |
| | | |
| | | @ApiModelProperty(value = "事件上报情况") |
| | | private String reportStr; |
| | | |
| | | |
| | | @ApiModelProperty(value = "处理人") |
| | | private String deptName; |
| | | |
| | | } |