|
@@ -17,6 +17,7 @@ public class MachineAttrPo implements Serializable {
|
|
|
private String attrId;
|
|
private String attrId;
|
|
|
private String specCd;
|
|
private String specCd;
|
|
|
private String value;
|
|
private String value;
|
|
|
|
|
+ private String statusCd="0";
|
|
|
|
|
|
|
|
public String getMachineId() {
|
|
public String getMachineId() {
|
|
|
return machineId;
|
|
return machineId;
|
|
@@ -57,4 +58,12 @@ public class MachineAttrPo implements Serializable {
|
|
|
public void setValue(String value) {
|
|
public void setValue(String value) {
|
|
|
this.value = value;
|
|
this.value = value;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
|
|
+ public String getStatusCd() {
|
|
|
|
|
+ return statusCd;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setStatusCd(String statusCd) {
|
|
|
|
|
+ this.statusCd = statusCd;
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|