| | |
| | | */ |
| | | private String feeId; |
| | | |
| | | @Excel(name = "车次/航班") |
| | | private String flight; |
| | | |
| | | @Excel(name = "出行方式") |
| | | private String type; |
| | | |
| | | /** |
| | | * 地点 |
| | | */ |
| | |
| | | @TableId(value = "id", type = IdType.AUTO) |
| | | private String id; |
| | | |
| | | private String tableName; |
| | | |
| | | private String destination; |
| | | |
| | | private String property; |
| | | |
| | | private String type; |
| | | |
| | | |
| | | /** |
| | | * 餐费 |
| | |
| | | |
| | | import com.baomidou.mybatisplus.annotation.IdType; |
| | | import com.baomidou.mybatisplus.annotation.TableId; |
| | | import com.fasterxml.jackson.annotation.JsonFormat; |
| | | import lombok.Data; |
| | | |
| | | import java.util.Date; |
| | |
| | | */ |
| | | private String feeId; |
| | | |
| | | private String address; |
| | | |
| | | private String scenic; |
| | | |
| | | private String url; |
| | | |
| | | |
| | | /** |
| | | * 餐费 |