| | |
| | | private String shipperRegionLabel; |
| | | |
| | | |
| | | /** 出发地地址 */ |
| | | @TableField("departure_address") |
| | | private String departureAddress; |
| | | |
| | | |
| | | |
| | | /** 收货人(关联收发货人信息) */ |
| | |
| | | private Integer receiverId; |
| | | |
| | | |
| | | /** 目的地地址 */ |
| | | @TableField("destination_address") |
| | | private String destinationAddress; |
| | | |
| | | |
| | | /** 收货人名称 */ |
| | |
| | | private String actualVehicleType; |
| | | |
| | | |
| | | /** 实际装车开始时间 */ |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
| | | @TableField("actual_load_start") |
| | | private Date actualLoadStart; |
| | | |
| | | |
| | | |
| | | /** 收货人手机号 */ |
| | |
| | | private String receiverMobile; |
| | | |
| | | |
| | | /** 实际卸车完成时间 */ |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
| | | @TableField("actual_unload_end") |
| | | private Date actualUnloadEnd; |
| | | |
| | | |
| | | |
| | | /** 收货人地址 */ |
| | |
| | | @TableField("receiver_address") |
| | | private String receiverAddress; |
| | | |
| | | |
| | | /** 实际出发时间 */ |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
| | | @TableField("actual_departure") |
| | | private Date actualDeparture; |
| | | |
| | | |
| | | /** 收货行政区域 */ |
| | |
| | | @TableField("receiver_region_label") |
| | | private String receiverRegionLabel; |
| | | |
| | | /** 出发地地址 */ |
| | | @TableField("departure_address") |
| | | private String departureAddress; |
| | | |
| | | |
| | | /** 目的地地址 */ |
| | | @TableField("destination_address") |
| | | private String destinationAddress; |
| | | |
| | | /** 实际出发时间 */ |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
| | | @TableField("actual_departure") |
| | | private Date actualDeparture; |
| | | |
| | | |
| | | /** 实际到达时间 */ |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
| | | @TableField("actual_arrival") |
| | | private Date actualArrival; |
| | | |
| | | |
| | | /** 实际卸车完成时间 */ |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
| | | @TableField("actual_unload_end") |
| | | private Date actualUnloadEnd; |
| | | /** 实际装车开始时间 */ |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
| | | @TableField("actual_load_start") |
| | | private Date actualLoadStart; |
| | | /** 实发数量 */ |
| | | @TableField("actual_quantity") |
| | | private BigDecimal actualQuantity; |