|
@@ -22,6 +22,7 @@ public class PtsMachine implements Serializable{
|
|
|
private Integer machineProcessState;
|
|
|
private String machineSoftwareVersion;
|
|
|
private String machineHardwareVersion;
|
|
|
+ private String machineNfcId;
|
|
|
private Date machineCreateTime;
|
|
|
private Date machineUpdateTime;
|
|
|
|
|
@@ -152,4 +153,12 @@ public class PtsMachine implements Serializable{
|
|
|
public void setMachineProduceType(Integer machineProduceType) {
|
|
|
this.machineProduceType = machineProduceType;
|
|
|
}
|
|
|
+
|
|
|
+ public String getMachineNfcId() {
|
|
|
+ return machineNfcId;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setMachineNfcId(String machineNfcId) {
|
|
|
+ this.machineNfcId = machineNfcId;
|
|
|
+ }
|
|
|
}
|