| | |
| | | |
| | | 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; |
| | |
| | | public static final String PRIME_REATE_WECHAT_QRCODE = "3"; |
| | | public static final String PRIME_REATE_ALI_QRCODE = "4"; |
| | | public static final String PRIME_REATE_WECHAT = "5"; |
| | | public static final String PRIME_REATE_CRASH = "1"; |
| | | public static final String PRIME_REATE_WECHAT_APP = "6"; |
| | | public static final String STATE_RETURNING = "1000"; |
| | | public static final String STATE_RETURNED = "1100"; |
| | |
| | | private String cycles; |
| | | private String remark; |
| | | private String receivedAmount; |
| | | private String payableAmount; |
| | | private String communityId; |
| | | private String feeId; |
| | | private String bId; |
| | |
| | | private String ardId; |
| | | private String[] states; |
| | | |
| | | private String payOrderId; |
| | | |
| | | private List<FeeAccountDetailDto> feeAccountDetailDtoList; |
| | | private List<PayFeeDetailDiscountDto> payFeeDetailDiscountDtoList; |
| | | |
| | | private String fadState; |
| | | private String fadStateName; |
| | |
| | | public void setFeeId(String feeId) { |
| | | this.feeId = feeId; |
| | | } |
| | | |
| | | |
| | | public Date getCreateTime() { |
| | | return createTime; |
| | |
| | | public void setFeeAccountDetailDtoList(List<FeeAccountDetailDto> feeAccountDetailDtoList) { |
| | | this.feeAccountDetailDtoList = feeAccountDetailDtoList; |
| | | } |
| | | |
| | | public List<PayFeeDetailDiscountDto> getPayFeeDetailDiscountDtoList() { |
| | | return payFeeDetailDiscountDtoList; |
| | | } |
| | | |
| | | public void setPayFeeDetailDiscountDtoList(List<PayFeeDetailDiscountDto> payFeeDetailDiscountDtoList) { |
| | | this.payFeeDetailDiscountDtoList = payFeeDetailDiscountDtoList; |
| | | } |
| | | |
| | | public String getPayableAmount() { |
| | | return payableAmount; |
| | | } |
| | | |
| | | public void setPayableAmount(String payableAmount) { |
| | | this.payableAmount = payableAmount; |
| | | } |
| | | |
| | | public String getPayOrderId() { |
| | | return payOrderId; |
| | | } |
| | | |
| | | public void setPayOrderId(String payOrderId) { |
| | | this.payOrderId = payOrderId; |
| | | } |
| | | } |