240 lines
4.9 KiB
Plaintext
240 lines
4.9 KiB
Plaintext
package com.bonus.ma.beans;
|
|
|
|
|
|
public class MachineRfidInfoBean{
|
|
private String id;
|
|
private String epcCode;
|
|
private String deviceName;
|
|
private String deviceModel;
|
|
private String deviceCode;
|
|
private String deviceUnit;
|
|
private String batchStatus;
|
|
private String maId;
|
|
private String typeId;
|
|
private String userId;
|
|
private String companyId;
|
|
private String creator;
|
|
private String createTime;
|
|
private String remark;
|
|
private String keyWord;
|
|
|
|
private String mStr;
|
|
private String taskId;
|
|
private String preOutNum;
|
|
private String alOutNum;
|
|
private String thisOutNum;
|
|
private String prePutNum;
|
|
private String alPutNum;
|
|
private String thisPutNum;
|
|
private String type;
|
|
private String outTime;
|
|
private String putTime;
|
|
private String days;
|
|
private String nextRepairTime;
|
|
|
|
private String startTime;
|
|
private String endTime;
|
|
private String companyName;
|
|
|
|
private String num;
|
|
|
|
public String getPutTime() {
|
|
return putTime;
|
|
}
|
|
public void setPutTime(String putTime) {
|
|
this.putTime = putTime;
|
|
}
|
|
public String getThisPutNum() {
|
|
return thisPutNum;
|
|
}
|
|
public void setThisPutNum(String thisPutNum) {
|
|
this.thisPutNum = thisPutNum;
|
|
}
|
|
public String getPrePutNum() {
|
|
return prePutNum;
|
|
}
|
|
public void setPrePutNum(String prePutNum) {
|
|
this.prePutNum = prePutNum;
|
|
}
|
|
public String getAlPutNum() {
|
|
return alPutNum;
|
|
}
|
|
public void setAlPutNum(String alPutNum) {
|
|
this.alPutNum = alPutNum;
|
|
}
|
|
public String getCompanyName() {
|
|
return companyName;
|
|
}
|
|
public void setCompanyName(String companyName) {
|
|
this.companyName = companyName;
|
|
}
|
|
public String getId() {
|
|
return id;
|
|
}
|
|
public void setId(String id) {
|
|
this.id = id;
|
|
}
|
|
public String getEpcCode() {
|
|
return epcCode;
|
|
}
|
|
public void setEpcCode(String epcCode) {
|
|
this.epcCode = epcCode;
|
|
}
|
|
public String getDeviceName() {
|
|
return deviceName;
|
|
}
|
|
public void setDeviceName(String deviceName) {
|
|
this.deviceName = deviceName;
|
|
}
|
|
public String getDeviceModel() {
|
|
return deviceModel;
|
|
}
|
|
public void setDeviceModel(String deviceModel) {
|
|
this.deviceModel = deviceModel;
|
|
}
|
|
|
|
public String getDeviceUnit() {
|
|
return deviceUnit;
|
|
}
|
|
public void setDeviceUnit(String deviceUnit) {
|
|
this.deviceUnit = deviceUnit;
|
|
}
|
|
public String getDeviceCode() {
|
|
return deviceCode;
|
|
}
|
|
public void setDeviceCode(String deviceCode) {
|
|
this.deviceCode = deviceCode;
|
|
}
|
|
|
|
public String getBatchStatus() {
|
|
return batchStatus;
|
|
}
|
|
public void setBatchStatus(String batchStatus) {
|
|
this.batchStatus = batchStatus;
|
|
}
|
|
public String getMaId() {
|
|
return maId;
|
|
}
|
|
public void setMaId(String maId) {
|
|
this.maId = maId;
|
|
}
|
|
public String getTypeId() {
|
|
return typeId;
|
|
}
|
|
public void setTypeId(String typeId) {
|
|
this.typeId = typeId;
|
|
}
|
|
public String getUserId() {
|
|
return userId;
|
|
}
|
|
public void setUserId(String userId) {
|
|
this.userId = userId;
|
|
}
|
|
public String getCompanyId() {
|
|
return companyId;
|
|
}
|
|
public void setCompanyId(String companyId) {
|
|
this.companyId = companyId;
|
|
}
|
|
public String getCreator() {
|
|
return creator;
|
|
}
|
|
public void setCreator(String creator) {
|
|
this.creator = creator;
|
|
}
|
|
public String getCreateTime() {
|
|
return createTime;
|
|
}
|
|
public void setCreateTime(String createTime) {
|
|
this.createTime = createTime;
|
|
}
|
|
public String getRemark() {
|
|
return remark;
|
|
}
|
|
public void setRemark(String remark) {
|
|
this.remark = remark;
|
|
}
|
|
public String getKeyWord() {
|
|
return keyWord;
|
|
}
|
|
public void setKeyWord(String keyWord) {
|
|
this.keyWord = keyWord;
|
|
}
|
|
public String getmStr() {
|
|
return mStr;
|
|
}
|
|
public void setmStr(String mStr) {
|
|
this.mStr = mStr;
|
|
}
|
|
public String getTaskId() {
|
|
return taskId;
|
|
}
|
|
public void setTaskId(String taskId) {
|
|
this.taskId = taskId;
|
|
}
|
|
|
|
public String getPreOutNum() {
|
|
return preOutNum;
|
|
}
|
|
public void setPreOutNum(String preOutNum) {
|
|
this.preOutNum = preOutNum;
|
|
}
|
|
public String getAlOutNum() {
|
|
return alOutNum;
|
|
}
|
|
public void setAlOutNum(String alOutNum) {
|
|
this.alOutNum = alOutNum;
|
|
}
|
|
public String getType() {
|
|
return type;
|
|
}
|
|
public void setType(String type) {
|
|
this.type = type;
|
|
}
|
|
public String getOutTime() {
|
|
return outTime;
|
|
}
|
|
public void setOutTime(String outTime) {
|
|
this.outTime = outTime;
|
|
}
|
|
public String getThisOutNum() {
|
|
return thisOutNum;
|
|
}
|
|
public void setThisOutNum(String thisOutNum) {
|
|
this.thisOutNum = thisOutNum;
|
|
}
|
|
public String getDays() {
|
|
return days;
|
|
}
|
|
public void setDays(String days) {
|
|
this.days = days;
|
|
}
|
|
public String getNextRepairTime() {
|
|
return nextRepairTime;
|
|
}
|
|
public void setNextRepairTime(String nextRepairTime) {
|
|
this.nextRepairTime = nextRepairTime;
|
|
}
|
|
public String getStartTime() {
|
|
return startTime;
|
|
}
|
|
public void setStartTime(String startTime) {
|
|
this.startTime = startTime;
|
|
}
|
|
public String getEndTime() {
|
|
return endTime;
|
|
}
|
|
public void setEndTime(String endTime) {
|
|
this.endTime = endTime;
|
|
}
|
|
public String getNum() {
|
|
return num;
|
|
}
|
|
public void setNum(String num) {
|
|
this.num = num;
|
|
}
|
|
|
|
|
|
|
|
}
|