| | |
| | | package com.java110.dto.fee; |
| | | |
| | | 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 |
| | |
| | | **/ |
| | | public class FeeDetailDto extends PageDto implements Serializable { |
| | | |
| | | |
| | | 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"; |
| | | public static final String STATE_RETURN_ERROR = "1200"; |
| | | public static final String STATE_RETURN_ORDER = "1300"; |
| | | public static final String STATE_NORMAL = "1400"; |
| | | |
| | | /** |
| | | * 1000 退费中 |
| | | * 1100 已退费 |
| | | * 1200 退费失败 |
| | | * 1300 退费单 |
| | | * 1400 正常 |
| | | */ |
| | | |
| | | private String primeRate; |
| | | private String detailId; |
| | | private String receivableAmount; |
| | | private String cycles; |
| | | private String remark; |
| | | private String receivedAmount; |
| | | private String payableAmount; |
| | | private String communityId; |
| | | private String feeId; |
| | | private String bId; |
| | |
| | | private Date preReadingTime; |
| | | private Date curReadingTime; |
| | | private String ardId; |
| | | private String[] states; |
| | | |
| | | private List<FeeAccountDetailDto> feeAccountDetailDtoList; |
| | | private List<PayFeeDetailDiscountDto> payFeeDetailDiscountDtoList; |
| | | |
| | | private String fadState; |
| | | private String fadStateName; |
| | | private String amount; |
| | | |
| | | public String getPrimeRate() { |
| | | return primeRate; |
| | |
| | | public void setFeeId(String feeId) { |
| | | this.feeId = feeId; |
| | | } |
| | | |
| | | |
| | | public Date getCreateTime() { |
| | | return createTime; |
| | |
| | | public void setArdId(String ardId) { |
| | | this.ardId = ardId; |
| | | } |
| | | |
| | | public String[] getStates() { |
| | | return states; |
| | | } |
| | | |
| | | public void setStates(String[] states) { |
| | | this.states = states; |
| | | } |
| | | |
| | | public String getFadState() { |
| | | return fadState; |
| | | } |
| | | |
| | | public void setFadState(String fadState) { |
| | | this.fadState = fadState; |
| | | } |
| | | |
| | | public String getFadStateName() { |
| | | return fadStateName; |
| | | } |
| | | |
| | | public void setFadStateName(String fadStateName) { |
| | | this.fadStateName = fadStateName; |
| | | } |
| | | |
| | | public String getAmount() { |
| | | return amount; |
| | | } |
| | | |
| | | public void setAmount(String amount) { |
| | | this.amount = amount; |
| | | } |
| | | |
| | | 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; |
| | | } |
| | | |
| | | public String getPayableAmount() { |
| | | return payableAmount; |
| | | } |
| | | |
| | | public void setPayableAmount(String payableAmount) { |
| | | this.payableAmount = payableAmount; |
| | | } |
| | | } |