|  |  | 
 |  |  |  */ | 
 |  |  |  | 
 |  |  | @Data | 
 |  |  | @JsonPropertyOrder({"workOrderId", "dispatcherId", "dispatcher", "inspectorId", "inspector", "taskTypeId", "taskType", "taskContent", "completeCriteria", "deadLine", "clientReportId", "inspectorReportId", "completeTime", "dispatchTime", "rejectTimes", "state", "processingState", "proResultId"}) | 
 |  |  | @JsonPropertyOrder({"workOrderId", "dispatcherId", "dispatcher", "inspectorId", "inspector", "taskTypeId", "taskType", "taskContent", "completeCriteria", "deadLine", "clientReportId", "inspectorReportId", "completeTime", "dispatchTime", "rejectTimes", "state", "processingState", "proResultId", "proResultStateId"}) | 
 |  |  | public class VoWorkOrder implements BaseEntity { | 
 |  |  |     public static final long serialVersionUID = 202411061524001L; | 
 |  |  |  | 
 |  |  | 
 |  |  |      */ | 
 |  |  |     @JSONField(serializeUsing= ObjectWriterImplToString.class) | 
 |  |  |     private Long proResultId; | 
 |  |  |     /** | 
 |  |  |      * 处理结果状态id | 
 |  |  |      */ | 
 |  |  |     private Integer proResultStateId; | 
 |  |  | } |