old mode 100644
new mode 100755
| | |
| | | //空置房减免金额(小计) |
| | | private String totalVacantHousingReduction; |
| | | |
| | | //赠送规则金额(小计) |
| | | private String totalGiftAmount; |
| | | |
| | | //优惠金额(大计) |
| | | private String allPreferentialAmount; |
| | | |
| | |
| | | |
| | | //空置房减免金额(大计) |
| | | private String allVacantHousingReduction; |
| | | |
| | | //空置房减免金额(大计) |
| | | private String allGiftAmount; |
| | | |
| | | public String getTotalReceivableAmount() { |
| | | return totalReceivableAmount; |
| | |
| | | public void setAllVacantHousingReduction(String allVacantHousingReduction) { |
| | | this.allVacantHousingReduction = allVacantHousingReduction; |
| | | } |
| | | |
| | | public String getTotalGiftAmount() { |
| | | return totalGiftAmount; |
| | | } |
| | | |
| | | public void setTotalGiftAmount(String totalGiftAmount) { |
| | | this.totalGiftAmount = totalGiftAmount; |
| | | } |
| | | |
| | | public String getAllGiftAmount() { |
| | | return allGiftAmount; |
| | | } |
| | | |
| | | public void setAllGiftAmount(String allGiftAmount) { |
| | | this.allGiftAmount = allGiftAmount; |
| | | } |
| | | } |