| | |
| | | @ApiModelProperty(value = "流程状态") |
| | | private List<ApproveTableListVo> approveList; |
| | | |
| | | @ApiModelProperty(value = "重点任务类型") |
| | | private Integer keyPoint; |
| | | |
| | | @TableField(exist = false) |
| | | private String time; |
| | | |
| | | @TableField(exist = false) |
| | | private String unitName; |
| | | @TableField(exist = false) |
| | | private String escalationUnitName; |
| | | @TableField(exist = false) |
| | | private String polluteTypeName; |
| | | |
| | | |
| | | public static AllocationVo convert(AllocationExt allocationExt) { |
| | | AllocationVo allocationVo = BeanConverts.convert(allocationExt, AllocationVo.class); |