| | |
| | | |
| | | private String amount; |
| | | private String incomeObjId; |
| | | private String incomeObjName; |
| | | private String feeTypeCd; |
| | | private Date startTime; |
| | | private Date endTime; |
| | |
| | | private double oweFee; // 欠费金额 |
| | | private String billType; |
| | | private String billTypeName; |
| | | private String builtUpArea; |
| | | |
| | | private String paymentCd; |
| | | |
| | |
| | | public void setFeeAttrDtos(List<FeeAttrDto> feeAttrDtos) { |
| | | this.feeAttrDtos = feeAttrDtos; |
| | | } |
| | | |
| | | public String getIncomeObjName() { |
| | | return incomeObjName; |
| | | } |
| | | |
| | | public void setIncomeObjName(String incomeObjName) { |
| | | this.incomeObjName = incomeObjName; |
| | | } |
| | | |
| | | public String getBuiltUpArea() { |
| | | return builtUpArea; |
| | | } |
| | | |
| | | public void setBuiltUpArea(String builtUpArea) { |
| | | this.builtUpArea = builtUpArea; |
| | | } |
| | | } |