|
|
@@ -99,7 +99,7 @@ public class WaybillOrderDriverVo {
|
|
|
/**
|
|
|
* 装货地址名称
|
|
|
*/
|
|
|
- private Integer loadName;
|
|
|
+ private String loadName;
|
|
|
|
|
|
/**
|
|
|
* 装货所在地区
|
|
|
@@ -119,7 +119,7 @@ public class WaybillOrderDriverVo {
|
|
|
/**
|
|
|
* 卸货地址名称
|
|
|
*/
|
|
|
- private Integer unloadName;
|
|
|
+ private String unloadName;
|
|
|
|
|
|
/**
|
|
|
* 卸货所在地区
|