| | |
| | | package com.stylefeng.guns.modular.system.model; |
| | | |
| | | import com.baomidou.mybatisplus.annotations.TableField; |
| | | import com.baomidou.mybatisplus.enums.IdType; |
| | | import java.math.BigDecimal; |
| | | import java.util.Date; |
| | |
| | | */ |
| | | private Integer type; |
| | | private String remark; |
| | | @TableField("startMileage") |
| | | private Double startMileage; |
| | | |
| | | private Integer startDuration; |
| | | @TableField("duration") |
| | | private Double duration; |
| | | @TableField("wait") |
| | | private Double wait; |
| | | @TableField("longDistance") |
| | | private Double longDistance; |
| | | |
| | | @TableField("mileageKilometers") |
| | | private Double mileageKilometers; |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | /** |
| | | * 用户id |
| | |
| | | private BigDecimal orderMoney; |
| | | |
| | | private Double waitMoney; |
| | | |
| | | private Integer moneyType; |
| | | private String moneyTime; |
| | | /** |
| | | * 起步价 |
| | | */ |