| | |
| | | private String orderStatus ; //当前运输单状态 |
| | | @ApiModelProperty(value = "制单时间" ) |
| | | private String ncCreateDate; // 制单时间 |
| | | @ApiModelProperty(value = "起运时间" ) |
| | | private String startTransportDate; // 起运时间 |
| | | @ApiModelProperty(value = "运输如期" ) |
| | | private String transportDate; // |
| | | @ApiModelProperty(value = "运输单号" ) |
| | |
| | | private Integer overStock ; |
| | | @ApiModelProperty(value = "gis轨迹经纬度集合" ) |
| | | private List<TmsGisListResponse> gisList; |
| | | @ApiModelProperty(value = "规格商品明细" ) |
| | | private List<TmsOrderDetailVOResponse> orderDetailVOList; |
| | | @ApiModelProperty(value = "生命周期集合" ) |
| | | private List<TmsCircleStatusResultListResponse> cicleStatusList; |
| | | } |