|
@@ -163,9 +163,8 @@ public class LabHardware extends BaseEntity {
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
|
* 功能状态: 不同设备的功能状态都是不一样的
|
|
* 功能状态: 不同设备的功能状态都是不一样的
|
|
|
- * private String functionStatus;
|
|
|
|
|
*/
|
|
*/
|
|
|
-
|
|
|
|
|
|
|
+ private String functionStatus;
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
|
* 横轴坐标
|
|
* 横轴坐标
|
|
@@ -520,4 +519,20 @@ public class LabHardware extends BaseEntity {
|
|
|
public void setSubType(String subType) {
|
|
public void setSubType(String subType) {
|
|
|
this.subType = subType;
|
|
this.subType = subType;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
|
|
+ public String getFunctionStatus() {
|
|
|
|
|
+ return functionStatus;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setFunctionStatus(String functionStatus) {
|
|
|
|
|
+ this.functionStatus = functionStatus;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public Integer getManufacturerType() {
|
|
|
|
|
+ return manufacturerType;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setManufacturerType(Integer manufacturerType) {
|
|
|
|
|
+ this.manufacturerType = manufacturerType;
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|