From b6184e2ddf3db37a94f7efb3b619bbc64642a292 Mon Sep 17 00:00:00 2001
From: chengf <cgf12138@163.com>
Date: 星期二, 27 一月 2026 18:12:48 +0800
Subject: [PATCH] Z四

---
 java110-bean/src/main/java/com/java110/po/meter/MeterWaterPo.java |  406 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 402 insertions(+), 4 deletions(-)

diff --git a/java110-bean/src/main/java/com/java110/po/meter/MeterWaterPo.java b/java110-bean/src/main/java/com/java110/po/meter/MeterWaterPo.java
index 746ea6e..f3d7ba5 100644
--- a/java110-bean/src/main/java/com/java110/po/meter/MeterWaterPo.java
+++ b/java110-bean/src/main/java/com/java110/po/meter/MeterWaterPo.java
@@ -1,5 +1,8 @@
 package com.java110.po.meter;
 
+import com.java110.dto.room.RoomDto;
+import com.java110.po.payFee.PayFeeAuditPo;
+
 import java.io.Serializable;
 import java.util.Date;
 
@@ -17,10 +20,91 @@
     private String communityId;
     private String objType;
     private String feeId;
-    private double price;
+    private Double price;
     private Date createTime;
     private String statusCd = "0";
+    private String userId;
     private String bId;
+    // 鏂板瀛楁
+    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; // 鑷姩鎵f
+    private String remark2; // 澶囨敞2
+    private String address;
+    private String writeTime;
+    private String writer;
+
+    private String roadName;
+    private String floorNum;
+    private String unitNum;
+    private String roomNum;
+
+    private String auditUserName;
+    private String payDate;
+
+    // 鏂板鏁版嵁搴撳瓧娈靛搴旂殑灞炴��
+    private String checkApplyCompanyName; // 鏀エ棰嗙敤鍗曞叕鍙稿悕绉�
+    private String checkApplyDeptProject; // 鏀エ棰嗙敤鍗曞叕鍙�/閮ㄩ棬/椤圭洰
+    private String waterFeePayer; // 锛堟按锛夎垂鐢ㄤ氦浠樺崟浣�
+    private String accountNumber; // 璐︽埛缂栧彿/閿�鏍瑰彿
+    private String meterReadBookNo; // 鎶勮〃鍐屽彿
+    private String waterConsumption; // 鐢ㄦ按閲忥紙m鲁锛�
+    private String sewageTreatmentWater; // 浠e緛姹℃按澶勭悊鐢ㄦ按閲忥紙m鲁锛�
+    private String collectionStandard; // 寰佹敹鏍囧噯(鍏�/m鲁)
+    private String arrearsUnpaid; // 鍓嶆湡娆犺垂鏈即鎬婚噾棰�/鍏�
+    private String latePaymentFine; // 姘磋垂寤惰繜缂翠粯杩濈害閲�/鍏�
+    private String latePaymentSurcharge; // 姘磋垂寤惰繜缂翠粯婊炵撼閲�/鍏�
+    private String feePaymentStatus; // 璐圭敤缂翠粯鐘舵��
+    private String carryOverBalance; // 缁撹浆/涓婃湡浣欓
+    private String totalPayableAmount; // 鍚堣搴旂即鎬婚噾棰�/鍏�
+
+    private String configId;
+    private String feeTypeCd;
+
+    public String getFeeTypeCd() {
+        return feeTypeCd;
+    }
+
+    public void setFeeTypeCd(String feeTypeCd) {
+        this.feeTypeCd = feeTypeCd;
+    }
+
+    public String getConfigId() {
+        return configId;
+    }
+
+    public void setConfigId(String configId) {
+        this.configId = configId;
+    }
+
+    public String getAuditUserName() {
+        return auditUserName;
+    }
+
+    public void setAuditUserName(String auditUserName) {
+        this.auditUserName = auditUserName;
+    }
+
+    public String getPayDate() {
+        return payDate;
+    }
+
+    public void setPayDate(String payDate) {
+        this.payDate = payDate;
+    }
 
     public String getRemark() {
         return remark;
@@ -126,11 +210,11 @@
         this.createTime = createTime;
     }
 
-    public double getPrice() {
+    public Double getPrice() {
         return price;
     }
 
-    public void setPrice(double price) {
+    public void setPrice(Double price) {
         this.price = price;
     }
 
@@ -149,4 +233,318 @@
     public void setbId(String bId) {
         this.bId = bId;
     }
-}
+
+    // 鏂板瀛楁鐨刧etter/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;
+    }
+
+    public String getAddress() {
+        return address;
+    }
+
+    public void setAddress(String address) {
+        this.address = address;
+    }
+
+    public String getWriteTime() {
+        return writeTime;
+    }
+
+    public void setWriteTime(String writeTime) {
+        this.writeTime = writeTime;
+    }
+
+    public String getWriter() {
+        return writer;
+    }
+
+    public void setWriter(String writer) {
+        this.writer = writer;
+    }
+
+    public String getRoadName() {
+        return roadName;
+    }
+
+    public void setRoadName(String roadName) {
+        this.roadName = roadName;
+    }
+
+    public String getFloorNum() {
+        return floorNum;
+    }
+
+    public void setFloorNum(String floorNum) {
+        this.floorNum = floorNum;
+    }
+
+    public String getUnitNum() {
+        return unitNum;
+    }
+
+    public void setUnitNum(String unitNum) {
+        this.unitNum = unitNum;
+    }
+
+    public String getRoomNum() {
+        return roomNum;
+    }
+
+    public void setRoomNum(String roomNum) {
+        this.roomNum = roomNum;
+    }
+
+    // 鏂板鏁版嵁搴撳瓧娈电殑getter/setter鏂规硶
+    public String getCheckApplyCompanyName() {
+        return checkApplyCompanyName;
+    }
+
+    public void setCheckApplyCompanyName(String checkApplyCompanyName) {
+        this.checkApplyCompanyName = checkApplyCompanyName;
+    }
+
+    public String getCheckApplyDeptProject() {
+        return checkApplyDeptProject;
+    }
+
+    public void setCheckApplyDeptProject(String checkApplyDeptProject) {
+        this.checkApplyDeptProject = checkApplyDeptProject;
+    }
+
+    public String getWaterFeePayer() {
+        return waterFeePayer;
+    }
+
+    public void setWaterFeePayer(String waterFeePayer) {
+        this.waterFeePayer = waterFeePayer;
+    }
+
+    public String getAccountNumber() {
+        return accountNumber;
+    }
+
+    public void setAccountNumber(String accountNumber) {
+        this.accountNumber = accountNumber;
+    }
+
+    public String getMeterReadBookNo() {
+        return meterReadBookNo;
+    }
+
+    public void setMeterReadBookNo(String meterReadBookNo) {
+        this.meterReadBookNo = meterReadBookNo;
+    }
+
+    public String getWaterConsumption() {
+        return waterConsumption;
+    }
+
+    public void setWaterConsumption(String waterConsumption) {
+        this.waterConsumption = waterConsumption;
+    }
+
+    public String getSewageTreatmentWater() {
+        return sewageTreatmentWater;
+    }
+
+    public void setSewageTreatmentWater(String sewageTreatmentWater) {
+        this.sewageTreatmentWater = sewageTreatmentWater;
+    }
+
+    public String getCollectionStandard() {
+        return collectionStandard;
+    }
+
+    public void setCollectionStandard(String collectionStandard) {
+        this.collectionStandard = collectionStandard;
+    }
+
+    public String getArrearsUnpaid() {
+        return arrearsUnpaid;
+    }
+
+    public void setArrearsUnpaid(String arrearsUnpaid) {
+        this.arrearsUnpaid = arrearsUnpaid;
+    }
+
+    public String getLatePaymentFine() {
+        return latePaymentFine;
+    }
+
+    public void setLatePaymentFine(String latePaymentFine) {
+        this.latePaymentFine = latePaymentFine;
+    }
+
+    public String getLatePaymentSurcharge() {
+        return latePaymentSurcharge;
+    }
+
+    public void setLatePaymentSurcharge(String latePaymentSurcharge) {
+        this.latePaymentSurcharge = latePaymentSurcharge;
+    }
+
+    public String getFeePaymentStatus() {
+        return feePaymentStatus;
+    }
+
+    public void setFeePaymentStatus(String feePaymentStatus) {
+        this.feePaymentStatus = feePaymentStatus;
+    }
+
+    public String getCarryOverBalance() {
+        return carryOverBalance;
+    }
+
+    public void setCarryOverBalance(String carryOverBalance) {
+        this.carryOverBalance = carryOverBalance;
+    }
+
+    public String getTotalPayableAmount() {
+        return totalPayableAmount;
+    }
+
+    public void setTotalPayableAmount(String totalPayableAmount) {
+        this.totalPayableAmount = totalPayableAmount;
+    }
+
+    public String getUserId() {
+        return userId;
+    }
+
+    public void setUserId(String userId) {
+        this.userId = userId;
+    }
+}
\ No newline at end of file

--
Gitblit v1.8.0