Browse Source

商品条码接口

luojun 2 days ago
parent
commit
38337aa4d5

+ 1 - 1
soap-gateway/src/main/java/com/galaxis/soap/wms/obj/DT_KUNNR_IN_01_1.java

@@ -21,6 +21,6 @@ public class DT_KUNNR_IN_01_1 {
     /**
      * 条码明细
      */
-    private List<DT_KUNNR_IN_01_1_ITEM> items;
+    private List<DT_KUNNR_IN_01_1_ITEM> BARCODE_LIST;
 
 }

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

@@ -435,7 +435,7 @@
       <xs:complexType name="dtKUNNRIN011">
         <xs:sequence>
           <xs:element minOccurs="0" name="ITEM_CODE" type="xs:string"/>
-          <xs:element maxOccurs="unbounded" minOccurs="0" name="items" nillable="true" type="tns:dtKUNNRIN011ITEM"/>
+          <xs:element maxOccurs="unbounded" minOccurs="0" name="BARCODE_LIST" nillable="true" type="tns:dtKUNNRIN011ITEM"/>
           <xs:element minOccurs="0" name="BUKRS" type="xs:string"/>
           <xs:element minOccurs="0" name="BWKEY" type="xs:string"/>
         </xs:sequence>