| | |
| | | package com.java110.dto.machine; |
| | | |
| | | import com.java110.dto.PageDto; |
| | | import com.java110.dto.carInoutPayment.CarInoutPaymentDto; |
| | | import com.java110.dto.payment.CarInoutPaymentDto; |
| | | |
| | | import java.io.Serializable; |
| | | import java.util.Date; |
| | |
| | | private long min; |
| | | |
| | | private String carType; |
| | | private String carTypeName; |
| | | |
| | | |
| | | private Date createTime; |
| | |
| | | public void setOldCarNum(String oldCarNum) { |
| | | this.oldCarNum = oldCarNum; |
| | | } |
| | | |
| | | public String getCarTypeName() { |
| | | return carTypeName; |
| | | } |
| | | |
| | | public void setCarTypeName(String carTypeName) { |
| | | this.carTypeName = carTypeName; |
| | | } |
| | | } |