fuliqi
2024-09-20 9ca86187d65db0180f6d23b8efd13136b6db394c
ycl-pojo/src/main/java/com/ycl/platform/domain/vo/WorkOrderYwConditionRecordVO.java
@@ -25,8 +25,8 @@
    private Integer workOrderId;
    /** 提交人 */
    private Integer commitUser;
    private String commitUserName;
    private Integer unitId;
    private String unitName;
    /** 运维情况 */
    private String ywCondition;
@@ -34,6 +34,9 @@
    /** 佐证材料 */
    private String ywProofMaterials;
    /** 是否系统消息 */
    private Boolean sysMsg;
    public static WorkOrderYwConditionRecordVO getVoByEntity(@NonNull WorkOrderYwConditionRecord entity, WorkOrderYwConditionRecordVO vo) {
        if(vo == null) {
            vo = new WorkOrderYwConditionRecordVO();