| | |
| | | package com.java110.vo.api.carInout; |
| | | |
| | | import com.java110.po.car.CarInoutFeeHistoryPo; |
| | | |
| | | import java.io.Serializable; |
| | | import java.util.Date; |
| | | import java.util.List; |
| | | |
| | | public class ApiCarInoutDataVo implements Serializable { |
| | | |
| | |
| | | private int inHours; |
| | | private int inMin; |
| | | private double money; |
| | | //缴费记录 |
| | | private CarInoutFeeHistoryPo carInoutFeeHistory; |
| | | |
| | | public CarInoutFeeHistoryPo getCarInoutFeeHistory() { |
| | | return carInoutFeeHistory; |
| | | } |
| | | |
| | | public void setCarInoutFeeHistory(CarInoutFeeHistoryPo carInoutFeeHistory) { |
| | | this.carInoutFeeHistory = carInoutFeeHistory; |
| | | } |
| | | |
| | | public String getInoutId() { |
| | | return inoutId; |