| | |
| | | */ |
| | | private String orgType; |
| | | |
| | | /** |
| | | * 保养规范名称 |
| | | */ |
| | | private String maintenanceStandardName; |
| | | |
| | | /** |
| | | * 保养规范Id |
| | | */ |
| | | private String maintenanceStandardId; |
| | | |
| | | private List<EamEquipmentTree> children = new ArrayList<>(); |
| | | |
| | |
| | | this.title = mdcEquipment.getEquipmentCode() + "/" + mdcEquipment.getEquipmentName(); |
| | | this.equipmentId = mdcEquipment.getEquipmentCode(); |
| | | this.equipmentName = mdcEquipment.getEquipmentName(); |
| | | this.maintenanceStandardId=mdcEquipment.getMaintenanceStandardId(); |
| | | this.maintenanceStandardName=mdcEquipment.getMaintenanceStandardName(); |
| | | this.isLeaf = true; |
| | | return this; |
| | | } |