| | |
| | | private Integer workOrderId; |
| | | |
| | | /** 提交人 */ |
| | | private Integer commitUser; |
| | | private String commitUserName; |
| | | private Integer unitId; |
| | | private String unitName; |
| | | |
| | | /** 运维情况 */ |
| | | private String ywCondition; |
| | |
| | | /** 佐证材料 */ |
| | | private String ywProofMaterials; |
| | | |
| | | /** 是否系统消息 */ |
| | | private Boolean sysMsg; |
| | | |
| | | /** 是否系统消息 */ |
| | | private Integer userId; |
| | | |
| | | public static WorkOrderYwConditionRecordVO getVoByEntity(@NonNull WorkOrderYwConditionRecord entity, WorkOrderYwConditionRecordVO vo) { |
| | | if(vo == null) { |
| | | vo = new WorkOrderYwConditionRecordVO(); |