29 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			XML
		
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			XML
		
	
	
	
| <?xml version="1.0" encoding="utf-8"?>
 | |
| <xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/DeiNiu.Utils" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/DeiNiu.Utils" xmlns:xs="http://www.w3.org/2001/XMLSchema">
 | |
|   <xs:simpleType name="enumOutStockRequestStatus">
 | |
|     <xs:restriction base="xs:string">
 | |
|       <xs:enumeration value="待审核" />
 | |
|       <xs:enumeration value="订单驳回" />
 | |
|       <xs:enumeration value="待出库" />
 | |
|       <xs:enumeration value="准备分拣" />
 | |
|       <xs:enumeration value="库存不足" />
 | |
|       <xs:enumeration value="等待补货" />
 | |
|       <xs:enumeration value="待定位" />
 | |
|       <xs:enumeration value="定位完成" />
 | |
|       <xs:enumeration value="等待波次" />
 | |
|       <xs:enumeration value="正在分拣" />
 | |
|       <xs:enumeration value="分拣完成" />
 | |
|       <xs:enumeration value="复核完成" />
 | |
|       <xs:enumeration value="集货完成" />
 | |
|       <xs:enumeration value="复核异常" />
 | |
|       <xs:enumeration value="已装车" />
 | |
|       <xs:enumeration value="配送中" />
 | |
|       <xs:enumeration value="客户签收" />
 | |
|       <xs:enumeration value="客户拒签" />
 | |
|       <xs:enumeration value="订单完成" />
 | |
|       <xs:enumeration value="订单作废" />
 | |
|       <xs:enumeration value="订单异常" />
 | |
|     </xs:restriction>
 | |
|   </xs:simpleType>
 | |
|   <xs:element name="enumOutStockRequestStatus" nillable="true" type="tns:enumOutStockRequestStatus" />
 | |
| </xs:schema> |