1. 完善 SAP - WMS 接口

yun-zuoyi
于学杰 6 years ago
parent a9f33764b2
commit 804fd91527

@ -28,6 +28,11 @@ public class MappingItem {
*/
public String destName;
/**
*
* 1=
*/
public Integer destPk;
/**
*
* 使 #date, #time, #guid, #Q.warehouse(#zone)
*/
@ -39,6 +44,7 @@ public class MappingItem {
+ this.srcName + ", destBeanName:"
+ this.destBeanName + ", destName"
+ this.destName + ", defaultValue:"
+ this.defaultValue;
+ this.defaultValue + ", destPk:"
+ this.destPk;
}
}

Loading…
Cancel
Save