|
@@ -1302,57 +1302,54 @@ CustomerEntity {
|
|
|
```
|
|
|
其中CustomerOrderEntity结构如下:
|
|
|
CustomerOrderEntity {
|
|
|
- private String originalOrderNumber; // 原始单号:非必填
|
|
|
-
|
|
|
- private String consignerName; // 发货人姓名:必填
|
|
|
-
|
|
|
- private String consignerPhone; // 发货人电话:必填
|
|
|
-
|
|
|
- private String consignerAddress; // "发货人地址:必填
|
|
|
-
|
|
|
- private String consigneeName; // 收货人姓名:非必填
|
|
|
-
|
|
|
- private String consigneePhone; // 收货人电话:非必填
|
|
|
-
|
|
|
- private String consigneeAddress; // 收货人地址:非必填
|
|
|
-
|
|
|
- private Double shipperPay; // 上游运费:非必填
|
|
|
-
|
|
|
- private Integer shipperPayType; // 上游运费支付方式:非必填
|
|
|
-
|
|
|
- private Integer receiptCount; // 回单数:非必填
|
|
|
-
|
|
|
- private Integer deliveryType; // 提送类型:非必填
|
|
|
-
|
|
|
- private String remarks; // 备注
|
|
|
-
|
|
|
- private String note1; // 自定义备注1,非必填(对应cwms warehouseCode)
|
|
|
-
|
|
|
- private String note2; // 自定义备注2,非必填(对应cwms ownerCode)
|
|
|
-
|
|
|
- private String note3; // 自定义备注3,非必填(对应cwms orderType)
|
|
|
-
|
|
|
- private String note4; // 自定义备注4,非必填
|
|
|
-
|
|
|
- private String note5; // 自定义备注5,非必填
|
|
|
-
|
|
|
- private String note6; // 自定义备注6,非必填
|
|
|
-
|
|
|
- private String note7; // 自定义备注7,非必填
|
|
|
-
|
|
|
- private String note8; // 自定义备注8,非必填
|
|
|
-
|
|
|
- private String note9; // 自定义备注9,非必填
|
|
|
-
|
|
|
- private String note10; // 自定义备注10,非必填
|
|
|
-
|
|
|
- private String note11; // 自定义备注11,非必填
|
|
|
-
|
|
|
- private String note12; // 自定义备注12,非必填
|
|
|
-
|
|
|
- private String organizationPath; // 组织机构:非必填
|
|
|
+ appointArriveTime (integer): 预约送达时间:非必填 ,
|
|
|
+ consigneeAddress (string): 收货人地址:非必填 ,
|
|
|
+ consigneeName (string): 收货人姓名:非必填 ,
|
|
|
+ consigneePhone (string): 收货人电话:非必填 ,
|
|
|
+ consignerAddress (string): 发货人地址:必填 ,
|
|
|
+ consignerName (string): 发货人姓名:必填 ,
|
|
|
+ consignerPhone (string): 发货人电话:必填 ,
|
|
|
+ deliveryTime (integer): 提货时间:非必填 ,
|
|
|
+ deliveryType (integer): 提送类型:非必填 ,
|
|
|
+ deviceNumber (string): 设备号:非必填 ,
|
|
|
+ endAddress (string): 目的地:非必填 ,
|
|
|
+ note1 (string): 自定义备注1:非必填 ,
|
|
|
+ note10 (string): 自定义备注10:非必填 ,
|
|
|
+ note11 (string): 自定义备注11:非必填 ,
|
|
|
+ note12 (string): 自定义备注12:非必填 ,
|
|
|
+ note2 (string): 自定义备注2:非必填 ,
|
|
|
+ note3 (string): 自定义备注3:非必填 ,
|
|
|
+ note4 (string): 自定义备注4:非必填 ,
|
|
|
+ note5 (string): 自定义备注5:非必填 ,
|
|
|
+ note6 (string): 自定义备注6:非必填 ,
|
|
|
+ note7 (string): 自定义备注7:非必填 ,
|
|
|
+ note8 (string): 自定义备注8:非必填 ,
|
|
|
+ note9 (string): 自定义备注8:非必填 ,
|
|
|
+ organizationPath (string): 组织机构:非必填 ,
|
|
|
+ originalOrderNumber (string): 原始单号:非必填 ,
|
|
|
+ receiptCount (integer): 回单数:非必填 ,
|
|
|
+ remarks (string): 备注:非必填 ,
|
|
|
+ shipperPay (number): 上游运费:非必填 ,
|
|
|
+ shipperPayType (integer): 上游运费支付方式:非必填 ,
|
|
|
+ startAddress (string): 起始地:非必填
|
|
|
+ cargoList {
|
|
|
+ cargoNumber (string): 货物编号 ,
|
|
|
+ name (string): 货物名称 ,
|
|
|
+ note1 (string): 自定义备注1 ,
|
|
|
+ note2 (string): 自定义备注2 ,
|
|
|
+ note3 (string): 自定义备注3 ,
|
|
|
+ note4 (string): 自定义备注4 ,
|
|
|
+ note5 (string): 自定义备注5 ,
|
|
|
+ note6 (string): 自定义备注6 ,
|
|
|
+ orderNumber (string): 订单号 ,
|
|
|
+ productModel (string): 货物备注 ,
|
|
|
+ quantity (string): 件数 ,
|
|
|
+ status (string): 货物状态 ,
|
|
|
+ value (string): 货值 ,
|
|
|
+ volume (string): 体积 ,
|
|
|
+ weight (string): 重量
|
|
|
+ }
|
|
|
|
|
|
- private List<CargoRequest> cargoList; // 货物列表:非必填
|
|
|
}
|
|
|
```
|
|
|
|
|
@@ -1434,6 +1431,7 @@ CustomerOrderEntity {
|
|
|
| `timeType` | 否 | `string` | 查询时间类型,created录入时间,deliveryed提货时间,appointArrived预约提货时间,signed签收时间 |
|
|
|
| `startDate` | 否 | `string` | 起始时间,格式"yyyy-MM-dd HH:mm:ss" |
|
|
|
| `endDate` | 否 | `string` | 结束时间,格式"yyyy-MM-dd HH:mm:ss" |
|
|
|
+| `deviceNumber` | 否 | `string` | 设备号 |
|
|
|
| `consignerName` | 否 | `string` | 发货人姓名,模糊搜索 |
|
|
|
| `consignerPhone` | 否 | `string` | 发货人电话,模糊搜索 |
|
|
|
| `consignerAddress` | 否 | `string` | 发货人地址,模糊搜索 |
|
|
@@ -1559,6 +1557,8 @@ CustomerOrderEntity {
|
|
|
"currentSegmentType": null,
|
|
|
"reachStation": null,
|
|
|
"nextStation": null,
|
|
|
+ "mileage": null, //行驶里程
|
|
|
+ "mileageEstimated": 11, //预估里程
|
|
|
"lastUploadAddress": null,
|
|
|
"lastUploadTime": null,
|
|
|
"bindDevices": null,
|