Browse Source

生产环境 接口更新同步

lizw 2 years ago
parent
commit
bc122a1c98

+ 3 - 0
soap-gateway/src/main/java/com/galaxis/soap/wms/obj/DT_KUNNR_IN_09.java

@@ -32,6 +32,9 @@ public class DT_KUNNR_IN_09 {
     // 备注
     private String ZNOTE;
 
+    // 收货地址
+    private String RECEIVER_ADDRES;
+
     // 明细
     private List<DT_KUNNR_IN_09_ITEM> items;
 }

+ 1 - 0
soap-gateway/src/main/resources/YN_WMSService.xml.xml

@@ -459,6 +459,7 @@
                     <xs:element minOccurs="0" name="ERNAM" type="xs:string"/>
                     <xs:element maxOccurs="unbounded" minOccurs="0" name="items" nillable="true" type="tns:dtKUNNRIN09ITEM"/>
                     <xs:element minOccurs="0" name="KUNNR" type="xs:string"/>
+                    <xs:element minOccurs="0" name="RECEIVER_ADDRES" type="xs:string"/>
                     <xs:element minOccurs="0" name="VBELN" type="xs:string"/>
                     <xs:element minOccurs="0" name="ZBUSI_NAM" type="xs:string"/>
                     <xs:element minOccurs="0" name="ZBUSI_TYP" type="xs:string"/>