java110-bean/src/main/java/com/java110/dto/machine/MachineDto.java
@@ -51,6 +51,7 @@ private String locationObjName; private String direction;//设备方向 private String directionName; private String typeId; private List<MachineAttrDto> machineAttrs; @@ -310,4 +311,12 @@ public void setHeartbeatTime(String heartbeatTime) { this.heartbeatTime = heartbeatTime; } public String getTypeId() { return typeId; } public void setTypeId(String typeId) { this.typeId = typeId; } }