|
@@ -20,6 +20,7 @@ public class ApiMachineDataVo implements Serializable {
|
|
|
private String locationObjId;
|
|
private String locationObjId;
|
|
|
private String state;
|
|
private String state;
|
|
|
private String stateName;
|
|
private String stateName;
|
|
|
|
|
+ private String typeId;
|
|
|
|
|
|
|
|
|
|
|
|
|
private String floorId;
|
|
private String floorId;
|
|
@@ -236,4 +237,12 @@ public class ApiMachineDataVo implements Serializable {
|
|
|
public void setHeartbeatTime(String heartbeatTime) {
|
|
public void setHeartbeatTime(String heartbeatTime) {
|
|
|
this.heartbeatTime = heartbeatTime;
|
|
this.heartbeatTime = heartbeatTime;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
|
|
+ public String getTypeId() {
|
|
|
|
|
+ return typeId;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setTypeId(String typeId) {
|
|
|
|
|
+ this.typeId = typeId;
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|