...
|
...
|
@@ -2562,6 +2562,7 @@ public class ManifestController extends BasicController { |
|
|
manifestEntity.setShpcusid(arr.get(13));
|
|
|
// 发货人公司
|
|
|
manifestEntity.setCo_company(arr.get(14));
|
|
|
manifestEntity.setCo_name(arr.get(14));
|
|
|
// 发货人地址
|
|
|
manifestEntity.setCo_address(arr.get(15));
|
|
|
// 发货人国家代码
|
...
|
...
|
|