| | |
| | | @ApiModelProperty(value = "上报人") |
| | | private String reporter; |
| | | |
| | | @ApiModelProperty(value = "上报人id") |
| | | Long reporterId; |
| | | |
| | | private Long auditCreateBy; |
| | | |
| | | @ApiModelProperty("上报人层级 1=市级账号,2=区县账号,3=街道账号,4=社区账号 5=党员账号") |
| | | private Integer reporterLevel; |
| | | |
| | | @ApiModelProperty(value = "上报人联系方式") |
| | | private String reporterPhone; |
| | | |
| | | @ApiModelProperty(value = "所属部门") |
| | | private String departmentName; |
| | | |
| | |
| | | @ApiModelProperty(value = "审核按钮状态(0=显示,1=隐藏)") |
| | | private Integer auditButtonStatus; |
| | | |
| | | @ApiModelProperty(value = "撤回按钮状态(0=显示,1=隐藏)") |
| | | private Integer withdrawButtonStatus; |
| | | |
| | | @ApiModelProperty(value = "评价打分 0:不满意; 1:一般; 2:满意; 3:非常满意;") |
| | | private Integer rate; |
| | | |
| | | @ApiModelProperty(value = "办结评价") |
| | | private ComplaintComment complaintComment; |
| | | |