288 lines
5.6 KiB
Plaintext
288 lines
5.6 KiB
Plaintext
|
|
package com.bonus.rm.beans;
|
|||
|
|
|
|||
|
|
//退料明细
|
|||
|
|
public class ReturnMaterialDetailsBean extends ReturnMaterialTaskBean {
|
|||
|
|
private String id;
|
|||
|
|
private String taskId;
|
|||
|
|
private String typeId;
|
|||
|
|
private String typeName;
|
|||
|
|
private String modelId;
|
|||
|
|
private String modelName;
|
|||
|
|
private String unitId;
|
|||
|
|
private String workId;
|
|||
|
|
private String code; //机具编码
|
|||
|
|
private String batchStatus; //机具状态
|
|||
|
|
private String maId; //详细记录机具ID
|
|||
|
|
private String maNum; //详细记录机具数量
|
|||
|
|
private String state; //详细记录状态
|
|||
|
|
private String supId; //上级ID
|
|||
|
|
private String rmStatus; //退料状态 1合格,2维修,3待报废
|
|||
|
|
private String num; //退料合格数量
|
|||
|
|
private String repairNum; //退料维修数量
|
|||
|
|
private String scrapNum; //退料报废数量
|
|||
|
|
private String scrapUrl; //报废图片上传路径
|
|||
|
|
private String isCount; //是否计数
|
|||
|
|
private String scrapReason; //报废原因
|
|||
|
|
private String receiveUnitId; //领料单位ID
|
|||
|
|
private String receiveUnitName; //领料单位
|
|||
|
|
private String receiveProjectId; //领料工程ID
|
|||
|
|
private String receiveProjectName; //领料工程
|
|||
|
|
private String receivePerson; //领料人
|
|||
|
|
private String receivePersonPhone; //联系电话
|
|||
|
|
|
|||
|
|
private String leaseNum; //已领数量
|
|||
|
|
private String backNum; //已退数量
|
|||
|
|
private String backTime; //退料时间
|
|||
|
|
private String agreementId; //协议id
|
|||
|
|
|
|||
|
|
private String isSplit;
|
|||
|
|
|
|||
|
|
public String getIsSplit() {
|
|||
|
|
return isSplit;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
public void setIsSplit(String isSplit) {
|
|||
|
|
this.isSplit = isSplit;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
public String getScrapReason() {
|
|||
|
|
return scrapReason;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
public void setScrapReason(String scrapReason) {
|
|||
|
|
this.scrapReason = scrapReason;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
public String getScrapUrl() {
|
|||
|
|
return scrapUrl;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
public void setScrapUrl(String scrapUrl) {
|
|||
|
|
this.scrapUrl = scrapUrl;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
public String getId() {
|
|||
|
|
return id;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
public void setId(String id) {
|
|||
|
|
this.id = id;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
public String getTaskId() {
|
|||
|
|
return taskId;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
public void setTaskId(String taskId) {
|
|||
|
|
this.taskId = taskId;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
public String getTypeId() {
|
|||
|
|
return typeId;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
public void setTypeId(String typeId) {
|
|||
|
|
this.typeId = typeId;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
public String getTypeName() {
|
|||
|
|
return typeName;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
public void setTypeName(String typeName) {
|
|||
|
|
this.typeName = typeName;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
public String getModelId() {
|
|||
|
|
return modelId;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
public void setModelId(String modelId) {
|
|||
|
|
this.modelId = modelId;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
public String getModelName() {
|
|||
|
|
return modelName;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
public void setModelName(String modelName) {
|
|||
|
|
this.modelName = modelName;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
public String getUnitId() {
|
|||
|
|
return unitId;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
public void setUnitId(String unitId) {
|
|||
|
|
this.unitId = unitId;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
public String getWorkId() {
|
|||
|
|
return workId;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
public void setWorkId(String workId) {
|
|||
|
|
this.workId = workId;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
public String getCode() {
|
|||
|
|
return code;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
public void setCode(String code) {
|
|||
|
|
this.code = code;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
public String getReceiveUnitId() {
|
|||
|
|
return receiveUnitId;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
public void setReceiveUnitId(String receiveUnitId) {
|
|||
|
|
this.receiveUnitId = receiveUnitId;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
public String getReceiveUnitName() {
|
|||
|
|
return receiveUnitName;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
public void setReceiveUnitName(String receiveUnitName) {
|
|||
|
|
this.receiveUnitName = receiveUnitName;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
public String getReceiveProjectId() {
|
|||
|
|
return receiveProjectId;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
public void setReceiveProjectId(String receiveProjectId) {
|
|||
|
|
this.receiveProjectId = receiveProjectId;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
public String getReceiveProjectName() {
|
|||
|
|
return receiveProjectName;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
public void setReceiveProjectName(String receiveProjectName) {
|
|||
|
|
this.receiveProjectName = receiveProjectName;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
public String getReceivePerson() {
|
|||
|
|
return receivePerson;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
public void setReceivePerson(String receivePerson) {
|
|||
|
|
this.receivePerson = receivePerson;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
public String getReceivePersonPhone() {
|
|||
|
|
return receivePersonPhone;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
public void setReceivePersonPhone(String receivePersonPhone) {
|
|||
|
|
this.receivePersonPhone = receivePersonPhone;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
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 getMaNum() {
|
|||
|
|
return maNum;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
public void setMaNum(String maNum) {
|
|||
|
|
this.maNum = maNum;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
public String getState() {
|
|||
|
|
return state;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
public void setState(String state) {
|
|||
|
|
this.state = state;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
public String getSupId() {
|
|||
|
|
return supId;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
public void setSupId(String supId) {
|
|||
|
|
this.supId = supId;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
public String getLeaseNum() {
|
|||
|
|
return leaseNum;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
public void setLeaseNum(String leaseNum) {
|
|||
|
|
this.leaseNum = leaseNum;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
public String getBackNum() {
|
|||
|
|
return backNum;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
public void setBackNum(String backNum) {
|
|||
|
|
this.backNum = backNum;
|
|||
|
|
}
|
|||
|
|
public String getRmStatus() {
|
|||
|
|
return rmStatus;
|
|||
|
|
}
|
|||
|
|
public void setRmStatus(String rmStatus) {
|
|||
|
|
this.rmStatus = rmStatus;
|
|||
|
|
}
|
|||
|
|
public String getNum() {
|
|||
|
|
return num;
|
|||
|
|
}
|
|||
|
|
public void setNum(String num) {
|
|||
|
|
this.num = num;
|
|||
|
|
}
|
|||
|
|
public String getRepairNum() {
|
|||
|
|
return repairNum;
|
|||
|
|
}
|
|||
|
|
public void setRepairNum(String repairNum) {
|
|||
|
|
this.repairNum = repairNum;
|
|||
|
|
}
|
|||
|
|
public String getScrapNum() {
|
|||
|
|
return scrapNum;
|
|||
|
|
}
|
|||
|
|
public void setScrapNum(String scrapNum) {
|
|||
|
|
this.scrapNum = scrapNum;
|
|||
|
|
}
|
|||
|
|
public String getIsCount() {
|
|||
|
|
return isCount;
|
|||
|
|
}
|
|||
|
|
public void setIsCount(String isCount) {
|
|||
|
|
this.isCount = isCount;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
public String getBackTime() {
|
|||
|
|
return backTime;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
public void setBackTime(String backTime) {
|
|||
|
|
this.backTime = backTime;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
public String getAgreementId() {
|
|||
|
|
return agreementId;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
public void setAgreementId(String agreementId) {
|
|||
|
|
this.agreementId = agreementId;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
|
|||
|
|
}
|