| | |
| | | |
| | | private String batchId; |
| | | |
| | | |
| | | private Date createTime; |
| | | |
| | | private String statusCd = "0"; |
| | | |
| | | // 新增字段 |
| | | private String powerSupplyBureau; // 供电局 |
| | | private String householdName; // 户名 |
| | | private String householdNumber; // 户号 |
| | | private String electricMeterId; // 电能表编号 |
| | | private String handler; // 经办人 |
| | | private String isTransferred; // 是否过户(是/否) |
| | | private String companyNameAfterTransfer; // 过户后公司名称 |
| | | private String transferDate; // 过户日期 |
| | | private String correspondingHouseholdCount; // 对应户数 |
| | | private String lastPaymentDate; // 最后缴款日期 |
| | | private String readingType; // 示数类型 |
| | | private String multiplyingFactor; // 倍率 |
| | | private String unitPrice; // 单价 |
| | | private String invoiceAmount; // 开票金额 |
| | | private String amountDifference; // 比较金额差额 |
| | | private String autoDeduction; // 自动扣款 |
| | | private String remark2; // 备注2 |
| | | |
| | | public String getRemark() { |
| | | return remark; |
| | |
| | | this.objType = objType; |
| | | } |
| | | |
| | | |
| | | public Date getCreateTime() { |
| | | return createTime; |
| | | } |
| | |
| | | this.feeId = feeId; |
| | | } |
| | | |
| | | |
| | | public String getObjName() { |
| | | return objName; |
| | | } |
| | |
| | | public void setObjName(String objName) { |
| | | this.objName = objName; |
| | | } |
| | | |
| | | |
| | | public double getPrice() { |
| | | return price; |
| | |
| | | public void setBatchId(String batchId) { |
| | | this.batchId = batchId; |
| | | } |
| | | } |
| | | |
| | | // 新增字段的getter/setter方法 |
| | | public String getPowerSupplyBureau() { |
| | | return powerSupplyBureau; |
| | | } |
| | | |
| | | public void setPowerSupplyBureau(String powerSupplyBureau) { |
| | | this.powerSupplyBureau = powerSupplyBureau; |
| | | } |
| | | |
| | | public String getHouseholdName() { |
| | | return householdName; |
| | | } |
| | | |
| | | public void setHouseholdName(String householdName) { |
| | | this.householdName = householdName; |
| | | } |
| | | |
| | | public String getHouseholdNumber() { |
| | | return householdNumber; |
| | | } |
| | | |
| | | public void setHouseholdNumber(String householdNumber) { |
| | | this.householdNumber = householdNumber; |
| | | } |
| | | |
| | | public String getElectricMeterId() { |
| | | return electricMeterId; |
| | | } |
| | | |
| | | public void setElectricMeterId(String electricMeterId) { |
| | | this.electricMeterId = electricMeterId; |
| | | } |
| | | |
| | | public String getHandler() { |
| | | return handler; |
| | | } |
| | | |
| | | public void setHandler(String handler) { |
| | | this.handler = handler; |
| | | } |
| | | |
| | | public String getIsTransferred() { |
| | | return isTransferred; |
| | | } |
| | | |
| | | public void setIsTransferred(String isTransferred) { |
| | | this.isTransferred = isTransferred; |
| | | } |
| | | |
| | | public String getCompanyNameAfterTransfer() { |
| | | return companyNameAfterTransfer; |
| | | } |
| | | |
| | | public void setCompanyNameAfterTransfer(String companyNameAfterTransfer) { |
| | | this.companyNameAfterTransfer = companyNameAfterTransfer; |
| | | } |
| | | |
| | | public String getTransferDate() { |
| | | return transferDate; |
| | | } |
| | | |
| | | public void setTransferDate(String transferDate) { |
| | | this.transferDate = transferDate; |
| | | } |
| | | |
| | | public String getCorrespondingHouseholdCount() { |
| | | return correspondingHouseholdCount; |
| | | } |
| | | |
| | | public void setCorrespondingHouseholdCount(String correspondingHouseholdCount) { |
| | | this.correspondingHouseholdCount = correspondingHouseholdCount; |
| | | } |
| | | |
| | | public String getLastPaymentDate() { |
| | | return lastPaymentDate; |
| | | } |
| | | |
| | | public void setLastPaymentDate(String lastPaymentDate) { |
| | | this.lastPaymentDate = lastPaymentDate; |
| | | } |
| | | |
| | | public String getReadingType() { |
| | | return readingType; |
| | | } |
| | | |
| | | public void setReadingType(String readingType) { |
| | | this.readingType = readingType; |
| | | } |
| | | |
| | | public String getMultiplyingFactor() { |
| | | return multiplyingFactor; |
| | | } |
| | | |
| | | public void setMultiplyingFactor(String multiplyingFactor) { |
| | | this.multiplyingFactor = multiplyingFactor; |
| | | } |
| | | |
| | | public String getUnitPrice() { |
| | | return unitPrice; |
| | | } |
| | | |
| | | public void setUnitPrice(String unitPrice) { |
| | | this.unitPrice = unitPrice; |
| | | } |
| | | |
| | | public String getInvoiceAmount() { |
| | | return invoiceAmount; |
| | | } |
| | | |
| | | public void setInvoiceAmount(String invoiceAmount) { |
| | | this.invoiceAmount = invoiceAmount; |
| | | } |
| | | |
| | | public String getAmountDifference() { |
| | | return amountDifference; |
| | | } |
| | | |
| | | public void setAmountDifference(String amountDifference) { |
| | | this.amountDifference = amountDifference; |
| | | } |
| | | |
| | | public String getAutoDeduction() { |
| | | return autoDeduction; |
| | | } |
| | | |
| | | public void setAutoDeduction(String autoDeduction) { |
| | | this.autoDeduction = autoDeduction; |
| | | } |
| | | |
| | | public String getRemark2() { |
| | | return remark2; |
| | | } |
| | | |
| | | public void setRemark2(String remark2) { |
| | | this.remark2 = remark2; |
| | | } |
| | | } |