新火炬后端单体项目初始化代码
Houjie
3 天以前 58f19f978b2e0794c4569d67ad79ee53e3541fcd
src/main/java/org/jeecg/modules/mdc/model/MdcEquipmentTree.java
@@ -122,5 +122,18 @@
        return this;
    }
    /**
     * 将mdcProductionTreeModel的部分数据放在该对象当中
     * @param treeModel
     * @return
     */
    public MdcEquipmentTree convertByFactory(FactoryTreeModel treeModel) {
        this.key = treeModel.getId();
        this.value = treeModel.getId();
        this.title = treeModel.getFactoryName();
        this.type = treeModel.getType();
        return this;
    }
}