| | |
| | | private String orderStatus ; //当前运输单状态 |
| | | @ApiModelProperty(value = "制单时间" ) |
| | | private String ncCreateDate; // 制单时间 |
| | | @ApiModelProperty(value = "起运时间" ) |
| | | private String startTransportDate; // 起运时间 |
| | | @ApiModelProperty(value = "运输如期" ) |
| | | private String transportDate; // |
| | | @ApiModelProperty(value = "运输单号" ) |
| | |
| | | private String receiveLat; // 卸货仓库纬度 |
| | | @ApiModelProperty(value = "计划到达时间" ) |
| | | private String plannedArrivedDate; // 计划到达时间 |
| | | @ApiModelProperty(value = "是否超库存 0非超库存 1:超库存" ) |
| | | private Integer overStock ; |
| | | @ApiModelProperty(value = "gis轨迹经纬度集合" ) |
| | | private List<TmsGisListResponse> gisList; |
| | | @ApiModelProperty(value = "规格商品明细" ) |
| | | private List<TmsOrderDetailVOResponse> orderDetailVOList; |
| | | @ApiModelProperty(value = "生命周期集合" ) |
| | | private List<TmsCircleStatusResultListResponse> cicleStatusList; |
| | | } |