qushaowei
2025-05-29 ba9c6723249f0a843d35eb21b43a00be4b7de3ab
lxzn-module-system/lxzn-system-biz/src/main/java/org/jeecg/modules/system/model/MdcProductionTreeModel.java
@@ -80,6 +80,8 @@
    private Date updateTime;
    private String mdcFlag;
    /**
     * 产线负责人ids
     */
@@ -118,5 +120,6 @@
        this.updateBy = mdcProduction.getUpdateBy();
        this.updateTime = mdcProduction.getUpdateTime();
        this.directorUserIds = mdcProduction.getDirectorUserIds();
        this.mdcFlag = mdcProduction.getMdcFlag();
    }
}