提交 e3a49760 authored 作者: 000516's avatar 000516

axmr005推送数据添加到资料录入日期 起运日期 运输方式说明 批号

......@@ -41,6 +41,10 @@ public class ErpAxmr005ShippingDetailsDaoImpl implements ErpAxmr005ShippingDetai
data.add(erpDo.getProductName());
data.add(erpDo.getQuantity());
data.add(erpDo.getThirdPartySystemCode());
data.add(erpDo.getDataEntryDate());
data.add(erpDo.getShippingDate());
data.add(erpDo.getTransportationMethodDescription());
data.add(erpDo.getBatchNumber());
os.add(data);
}
return os;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论