| | |
| | | public class FeeReceiptDto extends PageDto implements Serializable { |
| | | |
| | | private String amount; |
| | | private String receivableAmount; |
| | | private String objId; |
| | | private String remark; |
| | | private String objName; |
| | |
| | | private String[] receiptIds; |
| | | private String objType; |
| | | private String feeTypeCd; |
| | | private String secondaryFeeTypeCd; |
| | | private String secondaryFeeTypeCdName; |
| | | private String feeName; |
| | | private String payObjId; |
| | | private String payObjName; |
| | |
| | | private String feeFlag; |
| | | |
| | | private String feeId; |
| | | |
| | | private String receiptCode; |
| | | |
| | | //小区名称 |
| | | private String communityName; |
| | | |
| | | //物业公章 |
| | | private String officialSeal; |
| | | |
| | | //财务记账员 |
| | | private String FinancialAccountant; |
| | | |
| | | //财务收款员 |
| | | private String FinancialCashier; |
| | | |
| | | public String getCommunityName() { |
| | | return communityName; |
| | | } |
| | | |
| | | public void setCommunityName(String communityName) { |
| | | this.communityName = communityName; |
| | | } |
| | | |
| | | public String getOfficialSeal() { |
| | | return officialSeal; |
| | | } |
| | | |
| | | public void setOfficialSeal(String officialSeal) { |
| | | this.officialSeal = officialSeal; |
| | | } |
| | | |
| | | public String getFinancialAccountant() { |
| | | return FinancialAccountant; |
| | | } |
| | | |
| | | public void setFinancialAccountant(String financialAccountant) { |
| | | FinancialAccountant = financialAccountant; |
| | | } |
| | | |
| | | public String getFinancialCashier() { |
| | | return FinancialCashier; |
| | | } |
| | | |
| | | public void setFinancialCashier(String financialCashier) { |
| | | FinancialCashier = financialCashier; |
| | | } |
| | | |
| | | public String getAmount() { |
| | | return amount; |
| | |
| | | public void setFeeTypeCd(String feeTypeCd) { |
| | | this.feeTypeCd = feeTypeCd; |
| | | } |
| | | |
| | | public String getSecondaryFeeTypeCd() { |
| | | return secondaryFeeTypeCd; |
| | | } |
| | | |
| | | public void setSecondaryFeeTypeCd(String secondaryFeeTypeCd) { |
| | | this.secondaryFeeTypeCd= secondaryFeeTypeCd; |
| | | } |
| | | |
| | | public String getSecondaryFeeTypeCdName() { |
| | | return secondaryFeeTypeCdName; |
| | | } |
| | | |
| | | public void setSecondaryFeeTypeCdName(String secondaryFeeTypeCdName) { |
| | | this.secondaryFeeTypeCdName = secondaryFeeTypeCdName; |
| | | } |
| | | |
| | | |
| | | public String[] getReceiptIds() { |
| | | return receiptIds; |
| | |
| | | public void setFeeId(String feeId) { |
| | | this.feeId = feeId; |
| | | } |
| | | |
| | | public String getReceiptCode() { |
| | | return receiptCode; |
| | | } |
| | | |
| | | public void setReceiptCode(String receiptCode) { |
| | | this.receiptCode = receiptCode; |
| | | } |
| | | |
| | | public String getReceivableAmount() { |
| | | return receivableAmount; |
| | | } |
| | | |
| | | public void setReceivableAmount(String receivableAmount) { |
| | | this.receivableAmount = receivableAmount; |
| | | } |
| | | } |