|
@@ -29,4 +29,100 @@ public class PtsMachine implements Serializable{
|
|
|
public void setMachineId(Integer machineId) {
|
|
|
this.machineId = machineId;
|
|
|
}
|
|
|
+
|
|
|
+ public String getMachineQrcode() {
|
|
|
+ return machineQrcode;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setMachineQrcode(String machineQrcode) {
|
|
|
+ this.machineQrcode = machineQrcode;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getMachineBarcode() {
|
|
|
+ return machineBarcode;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setMachineBarcode(String machineBarcode) {
|
|
|
+ this.machineBarcode = machineBarcode;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Date getMachineSalesDate() {
|
|
|
+ return machineSalesDate;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setMachineSalesDate(Date machineSalesDate) {
|
|
|
+ this.machineSalesDate = machineSalesDate;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Integer getMachineSalesState() {
|
|
|
+ return machineSalesState;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setMachineSalesState(Integer machineSalesState) {
|
|
|
+ this.machineSalesState = machineSalesState;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Integer getMachineStatus() {
|
|
|
+ return machineStatus;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setMachineStatus(Integer machineStatus) {
|
|
|
+ this.machineStatus = machineStatus;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Date getMachineProducedTime() {
|
|
|
+ return machineProducedTime;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setMachineProducedTime(Date machineProducedTime) {
|
|
|
+ this.machineProducedTime = machineProducedTime;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Date getMachineSubTime() {
|
|
|
+ return machineSubTime;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setMachineSubTime(Date machineSubTime) {
|
|
|
+ this.machineSubTime = machineSubTime;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Integer getMachineIsPrint() {
|
|
|
+ return machineIsPrint;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setMachineIsPrint(Integer machineIsPrint) {
|
|
|
+ this.machineIsPrint = machineIsPrint;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getMachineCompoundImg() {
|
|
|
+ return machineCompoundImg;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setMachineCompoundImg(String machineCompoundImg) {
|
|
|
+ this.machineCompoundImg = machineCompoundImg;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Integer getMachineProcessState() {
|
|
|
+ return machineProcessState;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setMachineProcessState(Integer machineProcessState) {
|
|
|
+ this.machineProcessState = machineProcessState;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Date getMachineCreateTime() {
|
|
|
+ return machineCreateTime;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setMachineCreateTime(Date machineCreateTime) {
|
|
|
+ this.machineCreateTime = machineCreateTime;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Date getMachineUpdateTime() {
|
|
|
+ return machineUpdateTime;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setMachineUpdateTime(Date machineUpdateTime) {
|
|
|
+ this.machineUpdateTime = machineUpdateTime;
|
|
|
+ }
|
|
|
}
|