Houjie
2025-06-13 4a6f839ec9fe6123636e239e3bdacb73a7fffbf4
lxzn-module-system/lxzn-system-biz/src/main/java/org/jeecg/modules/system/model/MdcProductionTreeModel.java
@@ -39,6 +39,11 @@
    private String title;
    private boolean isLeaf;
    /**
     * 类型
     */
    private Integer type;
    //以下所有字段均与MdcProduction相同
    private String id;
@@ -74,6 +79,8 @@
    private String updateBy;
    private Date updateTime;
    private String mdcFlag;
    /**
     * 产线负责人ids
@@ -113,5 +120,6 @@
        this.updateBy = mdcProduction.getUpdateBy();
        this.updateTime = mdcProduction.getUpdateTime();
        this.directorUserIds = mdcProduction.getDirectorUserIds();
        this.mdcFlag = mdcProduction.getMdcFlag();
    }
}