| | |
| | | private String objName; |
| | | private String objNameNum; |
| | | private String receivedAmount; |
| | | private String payableAmount; |
| | | private String feeYear; |
| | | private String feeMonth; |
| | | private String feeId; |
| | |
| | | private String floorId; |
| | | private String floorNum; |
| | | private String unitId; |
| | | private String[] unitIds; |
| | | private String unitNum; |
| | | private String roomId; |
| | | private String roomNum; |
| | |
| | | //赠送金额 |
| | | private String giftAmount; |
| | | |
| | | |
| | | //账户抵扣金额 |
| | | private String withholdAmount; |
| | | |
| | | //收费率 |
| | | private String chargeRate; |
| | | |
| | |
| | | private String[] configIds; |
| | | |
| | | private String yearMonth; |
| | | |
| | | |
| | | private String cashierId; |
| | | private String cashierName; |
| | | |
| | | |
| | | public String getReceivableAmount() { |
| | | return receivableAmount; |
| | |
| | | public void setGiftAmount(String giftAmount) { |
| | | this.giftAmount = giftAmount; |
| | | } |
| | | |
| | | public String getPayableAmount() { |
| | | return payableAmount; |
| | | } |
| | | |
| | | public void setPayableAmount(String payableAmount) { |
| | | this.payableAmount = payableAmount; |
| | | } |
| | | |
| | | public String[] getUnitIds() { |
| | | return unitIds; |
| | | } |
| | | |
| | | public void setUnitIds(String[] unitIds) { |
| | | this.unitIds = unitIds; |
| | | } |
| | | |
| | | public String getWithholdAmount() { |
| | | return withholdAmount; |
| | | } |
| | | |
| | | public void setWithholdAmount(String withholdAmount) { |
| | | this.withholdAmount = withholdAmount; |
| | | } |
| | | |
| | | public String getCashierId() { |
| | | return cashierId; |
| | | } |
| | | |
| | | public void setCashierId(String cashierId) { |
| | | this.cashierId = cashierId; |
| | | } |
| | | |
| | | public String getCashierName() { |
| | | return cashierName; |
| | | } |
| | | |
| | | public void setCashierName(String cashierName) { |
| | | this.cashierName = cashierName; |
| | | } |
| | | } |