| | |
| | | |
| | | @ApiModelProperty(value = "是否公示(0.否 1.是)") |
| | | private Integer isPublicity; |
| | | |
| | | @ApiModelProperty(value = "处理状态(1.待处理 2.已处理)") |
| | | private Integer handleStatus; |
| | | } |
| | |
| | | @ApiModelProperty(value = "地址备注") |
| | | private String addrRemark; |
| | | |
| | | // @ApiModelProperty(value = "状态 1待处理 2已处理") |
| | | // private Integer status; |
| | | @ApiModelProperty(value = "状态 1待处理 2已处理") |
| | | private Integer handleStatus; |
| | | |
| | | @ApiModelProperty(value = "处理人id") |
| | | private Long handlerId; |
| | |
| | | caep.is_publicity, |
| | | caep.photo_path_list, |
| | | caep.happen_addr, |
| | | caep.handle_status, |
| | | caep.is_report |
| | | FROM |
| | | com_act_easy_photo AS caep |
| | |
| | | caep.is_publicity, |
| | | caep.photo_path_list, |
| | | caep.happen_addr, |
| | | caep.handle_status, |
| | | caep.handle_result, |
| | | caep.handle_photo_list, |
| | | caep.feedback_at, |