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; } }