| | |
| | | package com.java110.dto.meter; |
| | | |
| | | import com.java110.dto.PageDto; |
| | | import lombok.Data; |
| | | |
| | | import java.io.Serializable; |
| | | import java.util.Date; |
| | |
| | | * @Version 1.0 |
| | | * add by wuxw 2019/4/24 |
| | | **/ |
| | | @Data |
| | | public class MeterWaterDto extends PageDto implements Serializable { |
| | | |
| | | public static final String METER_TYPE_ROOM = "1010"; |
| | |
| | | |
| | | 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 |
| | | private String roadName; // 道路名 |
| | | private String floorNum; // 楼层 |
| | | private String doorNum; // 门号 |
| | | private String roomNum; // 房间号 |
| | | |
| | | public String getRemark() { |
| | | return remark; |
| | | } |
| | | private String address; // 地址 |
| | | private String writeTime; // 写入时间 |
| | | private String writer; // 录入人 |
| | | private String checkApplyCompanyName; // 核查申请公司名称 |
| | | private String checkApplyDeptProject; // 核查申请部门/项目 |
| | | private String waterFeePayer; // 水费缴纳方 |
| | | private String accountNumber; // 账号 |
| | | private String meterReadBookNo; // 抄表本号 |
| | | private String waterConsumption; // 用水量 |
| | | private String sewageTreatmentWater; // 污水处理量 |
| | | private String collectionStandard; // 征收标准 |
| | | private String arrearsUnpaid; // 欠费未缴 |
| | | private String latePaymentFine; // 滞纳金 |
| | | private String latePaymentSurcharge; // 逾期违约金 |
| | | private String feePaymentStatus; // 缴费状态 |
| | | private String carryOverBalance; // 结转余额 |
| | | private String totalPayableAmount; // 应付总金额 |
| | | |
| | | public void setRemark(String remark) { |
| | | this.remark = remark; |
| | | } |
| | | |
| | | public String getCurReadingTime() { |
| | | return curReadingTime; |
| | | } |
| | | |
| | | public void setCurReadingTime(String curReadingTime) { |
| | | this.curReadingTime = curReadingTime; |
| | | } |
| | | |
| | | public String getWaterId() { |
| | | return waterId; |
| | | } |
| | | |
| | | public void setWaterId(String waterId) { |
| | | this.waterId = waterId; |
| | | } |
| | | |
| | | public String getCurDegrees() { |
| | | return curDegrees; |
| | | } |
| | | |
| | | public void setCurDegrees(String curDegrees) { |
| | | this.curDegrees = curDegrees; |
| | | } |
| | | |
| | | public String getMeterType() { |
| | | return meterType; |
| | | } |
| | | |
| | | public void setMeterType(String meterType) { |
| | | this.meterType = meterType; |
| | | } |
| | | |
| | | public String getPreDegrees() { |
| | | return preDegrees; |
| | | } |
| | | |
| | | public void setPreDegrees(String preDegrees) { |
| | | this.preDegrees = preDegrees; |
| | | } |
| | | |
| | | public String getObjId() { |
| | | return objId; |
| | | } |
| | | |
| | | public void setObjId(String objId) { |
| | | this.objId = objId; |
| | | } |
| | | |
| | | public String getPreReadingTime() { |
| | | return preReadingTime; |
| | | } |
| | | |
| | | public void setPreReadingTime(String preReadingTime) { |
| | | this.preReadingTime = preReadingTime; |
| | | } |
| | | |
| | | public String getCommunityId() { |
| | | return communityId; |
| | | } |
| | | |
| | | public void setCommunityId(String communityId) { |
| | | this.communityId = communityId; |
| | | } |
| | | |
| | | public String getObjType() { |
| | | return objType; |
| | | } |
| | | |
| | | public void setObjType(String objType) { |
| | | this.objType = objType; |
| | | } |
| | | |
| | | |
| | | public Date getCreateTime() { |
| | | return createTime; |
| | | } |
| | | |
| | | public void setCreateTime(Date createTime) { |
| | | this.createTime = createTime; |
| | | } |
| | | |
| | | public String getStatusCd() { |
| | | return statusCd; |
| | | } |
| | | |
| | | public void setStatusCd(String statusCd) { |
| | | this.statusCd = statusCd; |
| | | } |
| | | |
| | | public String getFeeId() { |
| | | return feeId; |
| | | } |
| | | |
| | | public void setFeeId(String feeId) { |
| | | this.feeId = feeId; |
| | | } |
| | | |
| | | |
| | | public String getObjName() { |
| | | return objName; |
| | | } |
| | | |
| | | public void setObjName(String objName) { |
| | | this.objName = objName; |
| | | } |
| | | |
| | | |
| | | public double getPrice() { |
| | | return price; |
| | | } |
| | | |
| | | public void setPrice(double price) { |
| | | this.price = price; |
| | | } |
| | | |
| | | public String getMeterTypeName() { |
| | | return meterTypeName; |
| | | } |
| | | |
| | | public void setMeterTypeName(String meterTypeName) { |
| | | this.meterTypeName = meterTypeName; |
| | | } |
| | | |
| | | public String getBatchId() { |
| | | return batchId; |
| | | } |
| | | |
| | | public void setBatchId(String batchId) { |
| | | this.batchId = batchId; |
| | | } |
| | | } |
| | | } |