| | |
| | | |
| | | private String startTime; |
| | | private String endTime; |
| | | private String vehicleType; |
| | | private String paymentAmount; |
| | | private String merchantId; |
| | | private String direction; |
| | | |
| | | |
| | | public String getInoutId() { |
| | |
| | | public void setCarTypeName(String carTypeName) { |
| | | this.carTypeName = carTypeName; |
| | | } |
| | | |
| | | public String getVehicleType() { |
| | | return vehicleType; |
| | | } |
| | | |
| | | public void setVehicleType(String vehicleType) { |
| | | this.vehicleType = vehicleType; |
| | | } |
| | | |
| | | public String getPaymentAmount() { |
| | | return paymentAmount; |
| | | } |
| | | |
| | | public void setPaymentAmount(String paymentAmount) { |
| | | this.paymentAmount = paymentAmount; |
| | | } |
| | | |
| | | public String getMerchantId() { |
| | | return merchantId; |
| | | } |
| | | |
| | | public void setMerchantId(String merchantId) { |
| | | this.merchantId = merchantId; |
| | | } |
| | | |
| | | public String getDirection() { |
| | | return direction; |
| | | } |
| | | |
| | | public void setDirection(String direction) { |
| | | this.direction = direction; |
| | | } |
| | | } |