| | |
| | | package com.java110.dto.returnPayFee; |
| | | |
| | | import com.java110.dto.PageDto; |
| | | import com.java110.dto.feeAccountDetail.FeeAccountDetailDto; |
| | | import com.java110.dto.payFeeDetailDiscount.PayFeeDetailDiscountDto; |
| | | |
| | | import java.io.Serializable; |
| | | import java.util.Date; |
| | | import java.util.List; |
| | | |
| | | /** |
| | | * @ClassName FloorDto |
| | |
| | | |
| | | private String payerObjType; |
| | | private String payerObjName; |
| | | |
| | | private List<FeeAccountDetailDto> feeAccountDetailDtoList; |
| | | private List<PayFeeDetailDiscountDto> payFeeDetailDiscountDtoList; |
| | | |
| | | public String getReason() { |
| | | return reason; |
| | |
| | | public void setCommunityId(String communityId) { |
| | | this.communityId = communityId; |
| | | } |
| | | |
| | | |
| | | public String getCreateTime() { |
| | | return createTime; |
| | |
| | | public void setPayerObjName(String payerObjName) { |
| | | this.payerObjName = payerObjName; |
| | | } |
| | | |
| | | public List<FeeAccountDetailDto> getFeeAccountDetailDtoList() { |
| | | return feeAccountDetailDtoList; |
| | | } |
| | | |
| | | public void setFeeAccountDetailDtoList(List<FeeAccountDetailDto> feeAccountDetailDtoList) { |
| | | this.feeAccountDetailDtoList = feeAccountDetailDtoList; |
| | | } |
| | | |
| | | public List<PayFeeDetailDiscountDto> getPayFeeDetailDiscountDtoList() { |
| | | return payFeeDetailDiscountDtoList; |
| | | } |
| | | |
| | | public void setPayFeeDetailDiscountDtoList(List<PayFeeDetailDiscountDto> payFeeDetailDiscountDtoList) { |
| | | this.payFeeDetailDiscountDtoList = payFeeDetailDiscountDtoList; |
| | | } |
| | | } |