295 lines
7.3 KiB
Plaintext
295 lines
7.3 KiB
Plaintext
|
|
package com.bonus.lease.beans;
|
||
|
|
|
||
|
|
import com.bonus.wf.beans.TaskRecordBean;
|
||
|
|
|
||
|
|
public class ReceiveDetailsBean extends TaskRecordBean{
|
||
|
|
|
||
|
|
private String maType;//机具类型
|
||
|
|
private String maModel;//机具规格
|
||
|
|
private String alreadyCollerNum;//已领数量
|
||
|
|
private String preCollerNum;//预领数量
|
||
|
|
private String isSure;//是否确认
|
||
|
|
private String checker;//检验员
|
||
|
|
private String maTypeId;
|
||
|
|
private String maModelId;
|
||
|
|
private String customerSrep;//客服代表
|
||
|
|
private String leaseConpany;//租赁单位
|
||
|
|
private String leaseProject;//租赁工程
|
||
|
|
private String machinesNum;//机具数量
|
||
|
|
private String maUnit;//机具单位
|
||
|
|
private String contractNum;//协议编号
|
||
|
|
private String applyNum;//租赁申请单号
|
||
|
|
private String leasePerson;//领料人
|
||
|
|
private String leasePhone;//联系方式
|
||
|
|
private String remark;//备注
|
||
|
|
private String applyPerson;//申请人
|
||
|
|
private String applyTime;//申请时间
|
||
|
|
private String leasePrice;//租赁单价
|
||
|
|
private String preMachineNum;//预出库数量
|
||
|
|
private String keyWord;
|
||
|
|
private String taskId;
|
||
|
|
private String customerSrepId;//客服代表
|
||
|
|
private String checkerId;//检验员
|
||
|
|
private String userId;
|
||
|
|
private String checkNum;
|
||
|
|
private String outNum;
|
||
|
|
private String isFinish;
|
||
|
|
private String isApproval;
|
||
|
|
private String isExamine;
|
||
|
|
private String companyId;
|
||
|
|
private String serviceId;
|
||
|
|
private String value;
|
||
|
|
private String token;
|
||
|
|
private String maId;
|
||
|
|
private String auditRemark;
|
||
|
|
private String approvalRemark;
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
public String getAuditRemark() {
|
||
|
|
return auditRemark;
|
||
|
|
}
|
||
|
|
public void setAuditRemark(String auditRemark) {
|
||
|
|
this.auditRemark = auditRemark;
|
||
|
|
}
|
||
|
|
public String getApprovalRemark() {
|
||
|
|
return approvalRemark;
|
||
|
|
}
|
||
|
|
public void setApprovalRemark(String approvalRemark) {
|
||
|
|
this.approvalRemark = approvalRemark;
|
||
|
|
}
|
||
|
|
public String getToken() {
|
||
|
|
return token;
|
||
|
|
}
|
||
|
|
public void setToken(String token) {
|
||
|
|
this.token = token;
|
||
|
|
}
|
||
|
|
public String getValue() {
|
||
|
|
return value;
|
||
|
|
}
|
||
|
|
public void setValue(String value) {
|
||
|
|
this.value = value;
|
||
|
|
}
|
||
|
|
public String getServiceId() {
|
||
|
|
return serviceId;
|
||
|
|
}
|
||
|
|
public void setServiceId(String serviceId) {
|
||
|
|
this.serviceId = serviceId;
|
||
|
|
}
|
||
|
|
public String getCompanyId() {
|
||
|
|
return companyId;
|
||
|
|
}
|
||
|
|
public void setCompanyId(String companyId) {
|
||
|
|
this.companyId = companyId;
|
||
|
|
}
|
||
|
|
public String getCheckNum() {
|
||
|
|
return checkNum;
|
||
|
|
}
|
||
|
|
public void setCheckNum(String checkNum) {
|
||
|
|
this.checkNum = checkNum;
|
||
|
|
}
|
||
|
|
public String getOutNum() {
|
||
|
|
return outNum;
|
||
|
|
}
|
||
|
|
public void setOutNum(String outNum) {
|
||
|
|
this.outNum = outNum;
|
||
|
|
}
|
||
|
|
public String getUserId() {
|
||
|
|
return userId;
|
||
|
|
}
|
||
|
|
public void setUserId(String userId) {
|
||
|
|
this.userId = userId;
|
||
|
|
}
|
||
|
|
public String getCustomerSrepId() {
|
||
|
|
return customerSrepId;
|
||
|
|
}
|
||
|
|
public void setCustomerSrepId(String customerSrepId) {
|
||
|
|
this.customerSrepId = customerSrepId;
|
||
|
|
}
|
||
|
|
public String getCheckerId() {
|
||
|
|
return checkerId;
|
||
|
|
}
|
||
|
|
public void setCheckerId(String checkerId) {
|
||
|
|
this.checkerId = checkerId;
|
||
|
|
}
|
||
|
|
public String getTaskId() {
|
||
|
|
return taskId;
|
||
|
|
}
|
||
|
|
public void setTaskId(String taskId) {
|
||
|
|
this.taskId = taskId;
|
||
|
|
}
|
||
|
|
public String getKeyWord() {
|
||
|
|
return keyWord;
|
||
|
|
}
|
||
|
|
public void setKeyWord(String keyWord) {
|
||
|
|
this.keyWord = keyWord;
|
||
|
|
}
|
||
|
|
public String getPreMachineNum() {
|
||
|
|
return preMachineNum;
|
||
|
|
}
|
||
|
|
public void setPreMachineNum(String preMachineNum) {
|
||
|
|
this.preMachineNum = preMachineNum;
|
||
|
|
}
|
||
|
|
public String getLeasePrice() {
|
||
|
|
return leasePrice;
|
||
|
|
}
|
||
|
|
public void setLeasePrice(String leasePrice) {
|
||
|
|
this.leasePrice = leasePrice;
|
||
|
|
}
|
||
|
|
public String getMaType() {
|
||
|
|
return maType;
|
||
|
|
}
|
||
|
|
public void setMaType(String maType) {
|
||
|
|
this.maType = maType;
|
||
|
|
}
|
||
|
|
public String getMaModel() {
|
||
|
|
return maModel;
|
||
|
|
}
|
||
|
|
public void setMaModel(String maModel) {
|
||
|
|
this.maModel = maModel;
|
||
|
|
}
|
||
|
|
public String getAlreadyCollerNum() {
|
||
|
|
return alreadyCollerNum;
|
||
|
|
}
|
||
|
|
public void setAlreadyCollerNum(String alreadyCollerNum) {
|
||
|
|
this.alreadyCollerNum = alreadyCollerNum;
|
||
|
|
}
|
||
|
|
public String getPreCollerNum() {
|
||
|
|
return preCollerNum;
|
||
|
|
}
|
||
|
|
public void setPreCollerNum(String preCollerNum) {
|
||
|
|
this.preCollerNum = preCollerNum;
|
||
|
|
}
|
||
|
|
public String getIsSure() {
|
||
|
|
return isSure;
|
||
|
|
}
|
||
|
|
public void setIsSure(String isSure) {
|
||
|
|
this.isSure = isSure;
|
||
|
|
}
|
||
|
|
public String getChecker() {
|
||
|
|
return checker;
|
||
|
|
}
|
||
|
|
public void setChecker(String checker) {
|
||
|
|
this.checker = checker;
|
||
|
|
}
|
||
|
|
public String getMaTypeId() {
|
||
|
|
return maTypeId;
|
||
|
|
}
|
||
|
|
public void setMaTypeId(String maTypeId) {
|
||
|
|
this.maTypeId = maTypeId;
|
||
|
|
}
|
||
|
|
public String getMaModelId() {
|
||
|
|
return maModelId;
|
||
|
|
}
|
||
|
|
public void setMaModelId(String maModelId) {
|
||
|
|
this.maModelId = maModelId;
|
||
|
|
}
|
||
|
|
public String getCustomerSrep() {
|
||
|
|
return customerSrep;
|
||
|
|
}
|
||
|
|
public void setCustomerSrep(String customerSrep) {
|
||
|
|
this.customerSrep = customerSrep;
|
||
|
|
}
|
||
|
|
public String getLeaseConpany() {
|
||
|
|
return leaseConpany;
|
||
|
|
}
|
||
|
|
public void setLeaseConpany(String leaseConpany) {
|
||
|
|
this.leaseConpany = leaseConpany;
|
||
|
|
}
|
||
|
|
public String getLeaseProject() {
|
||
|
|
return leaseProject;
|
||
|
|
}
|
||
|
|
public void setLeaseProject(String leaseProject) {
|
||
|
|
this.leaseProject = leaseProject;
|
||
|
|
}
|
||
|
|
public String getMachinesNum() {
|
||
|
|
return machinesNum;
|
||
|
|
}
|
||
|
|
public void setMachinesNum(String machinesNum) {
|
||
|
|
this.machinesNum = machinesNum;
|
||
|
|
}
|
||
|
|
public String getMaUnit() {
|
||
|
|
return maUnit;
|
||
|
|
}
|
||
|
|
public void setMaUnit(String maUnit) {
|
||
|
|
this.maUnit = maUnit;
|
||
|
|
}
|
||
|
|
public String getContractNum() {
|
||
|
|
return contractNum;
|
||
|
|
}
|
||
|
|
public void setContractNum(String contractNum) {
|
||
|
|
this.contractNum = contractNum;
|
||
|
|
}
|
||
|
|
public String getApplyNum() {
|
||
|
|
return applyNum;
|
||
|
|
}
|
||
|
|
public void setApplyNum(String applyNum) {
|
||
|
|
this.applyNum = applyNum;
|
||
|
|
}
|
||
|
|
public String getLeasePerson() {
|
||
|
|
return leasePerson;
|
||
|
|
}
|
||
|
|
public void setLeasePerson(String leasePerson) {
|
||
|
|
this.leasePerson = leasePerson;
|
||
|
|
}
|
||
|
|
public String getLeasePhone() {
|
||
|
|
return leasePhone;
|
||
|
|
}
|
||
|
|
public void setLeasePhone(String leasePhone) {
|
||
|
|
this.leasePhone = leasePhone;
|
||
|
|
}
|
||
|
|
public String getRemark() {
|
||
|
|
return remark;
|
||
|
|
}
|
||
|
|
public void setRemark(String remark) {
|
||
|
|
this.remark = remark;
|
||
|
|
}
|
||
|
|
public String getApplyPerson() {
|
||
|
|
return applyPerson;
|
||
|
|
}
|
||
|
|
public void setApplyPerson(String applyPerson) {
|
||
|
|
this.applyPerson = applyPerson;
|
||
|
|
}
|
||
|
|
public String getApplyTime() {
|
||
|
|
return applyTime;
|
||
|
|
}
|
||
|
|
public void setApplyTime(String applyTime) {
|
||
|
|
this.applyTime = applyTime;
|
||
|
|
}
|
||
|
|
public String getIsFinish() {
|
||
|
|
return isFinish;
|
||
|
|
}
|
||
|
|
public void setIsFinish(String isFinish) {
|
||
|
|
this.isFinish = isFinish;
|
||
|
|
}
|
||
|
|
public String getIsApproval() {
|
||
|
|
return isApproval;
|
||
|
|
}
|
||
|
|
public void setIsApproval(String isApproval) {
|
||
|
|
this.isApproval = isApproval;
|
||
|
|
}
|
||
|
|
public String getIsExamine() {
|
||
|
|
return isExamine;
|
||
|
|
}
|
||
|
|
public void setIsExamine(String isExamine) {
|
||
|
|
this.isExamine = isExamine;
|
||
|
|
}
|
||
|
|
public String getMaId() {
|
||
|
|
return maId;
|
||
|
|
}
|
||
|
|
public void setMaId(String maId) {
|
||
|
|
this.maId = maId;
|
||
|
|
}
|
||
|
|
@Override
|
||
|
|
public String toString() {
|
||
|
|
return "ReceiveDetailsBean [maType=" + maType + ", maModel=" + maModel + ", alreadyCollerNum="
|
||
|
|
+ alreadyCollerNum + ", preCollerNum=" + preCollerNum + ", isSure=" + isSure + ", checker=" + checker
|
||
|
|
+ ", maTypeId=" + maTypeId + ", maModelId=" + maModelId + ", customerSrep=" + customerSrep
|
||
|
|
+ ", leaseConpany=" + leaseConpany + ", leaseProject=" + leaseProject + ", machinesNum=" + machinesNum
|
||
|
|
+ ", maUnit=" + maUnit + ", contractNum=" + contractNum + ", applyNum=" + applyNum + ", leasePerson="
|
||
|
|
+ leasePerson + ", leasePhone=" + leasePhone + ", remark=" + remark + ", applyPerson=" + applyPerson
|
||
|
|
+ ", applyTime=" + applyTime + ", leasePrice=" + leasePrice + "]";
|
||
|
|
}
|
||
|
|
|
||
|
|
}
|