| | |
| | | private String feeId; |
| | | private String userId; |
| | | private String payerObjId; |
| | | private String payerObjName; |
| | | private String payerObjType; |
| | | private String configId; |
| | | |
| | |
| | | private String additionalAmount; |
| | | |
| | | private String feePrice; |
| | | private String feeTotalPrice; |
| | | private String isDefault; |
| | | |
| | | private String paymentCd; |
| | |
| | | |
| | | private String preReadingTime; |
| | | private String curReadingTime; |
| | | private String mwPrice; |
| | | |
| | | private String carTypeCd; |
| | | |
| | | private String batchId; |
| | | |
| | | //映射关系开关值 |
| | | private String val; |
| | | |
| | | private String offlinePayFeeSwitch; |
| | | |
| | | //实收金额映射开关值 |
| | | private String receivedAmountSwitch; |
| | | |
| | | private List<FeeAttrDto> feeAttrs; |
| | | |
| | | public String getAmount() { |
| | |
| | | public void setFeeAttrs(List<FeeAttrDto> feeAttrs) { |
| | | this.feeAttrs = feeAttrs; |
| | | } |
| | | |
| | | public String getMwPrice() { |
| | | return mwPrice; |
| | | } |
| | | |
| | | public void setMwPrice(String mwPrice) { |
| | | this.mwPrice = mwPrice; |
| | | } |
| | | |
| | | public String getCarTypeCd() { |
| | | return carTypeCd; |
| | | } |
| | | |
| | | public void setCarTypeCd(String carTypeCd) { |
| | | this.carTypeCd = carTypeCd; |
| | | } |
| | | |
| | | |
| | | public String getBatchId() { |
| | | return batchId; |
| | | } |
| | | |
| | | public void setBatchId(String batchId) { |
| | | this.batchId = batchId; |
| | | } |
| | | |
| | | public String getFeeTotalPrice() { |
| | | return feeTotalPrice; |
| | | } |
| | | |
| | | public void setFeeTotalPrice(String feeTotalPrice) { |
| | | this.feeTotalPrice = feeTotalPrice; |
| | | } |
| | | |
| | | public String getVal() { |
| | | return val; |
| | | } |
| | | |
| | | public void setVal(String val) { |
| | | this.val = val; |
| | | } |
| | | |
| | | public String getOfflinePayFeeSwitch() { |
| | | return offlinePayFeeSwitch; |
| | | } |
| | | |
| | | public void setOfflinePayFeeSwitch(String offlinePayFeeSwitch) { |
| | | this.offlinePayFeeSwitch = offlinePayFeeSwitch; |
| | | } |
| | | |
| | | public String getReceivedAmountSwitch() { |
| | | return receivedAmountSwitch; |
| | | } |
| | | |
| | | public void setReceivedAmountSwitch(String receivedAmountSwitch) { |
| | | this.receivedAmountSwitch = receivedAmountSwitch; |
| | | } |
| | | |
| | | public String getPayerObjName() { |
| | | return payerObjName; |
| | | } |
| | | |
| | | public void setPayerObjName(String payerObjName) { |
| | | this.payerObjName = payerObjName; |
| | | } |
| | | } |