27 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			XML
		
	
	
	
		
		
			
		
	
	
			27 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			XML
		
	
	
	
|  | <?xml version="1.0" encoding="utf-8"?> | ||
|  | <xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/DeiNiu.Wcf" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/DeiNiu.Wcf" xmlns:xs="http://www.w3.org/2001/XMLSchema"> | ||
|  |   <xs:complexType name="WcfWmsFlow"> | ||
|  |     <xs:sequence> | ||
|  |       <xs:element minOccurs="0" name="createtime" nillable="true" type="xs:string" /> | ||
|  |       <xs:element minOccurs="0" name="dr" type="xs:boolean" /> | ||
|  |       <xs:element minOccurs="0" name="finishedCnt" type="xs:int" /> | ||
|  |       <xs:element minOccurs="0" name="flowNo" nillable="true" type="xs:string" /> | ||
|  |       <xs:element minOccurs="0" name="fromLocationId" nillable="true" type="xs:string" /> | ||
|  |       <xs:element minOccurs="0" name="fromPartion" type="xs:int" /> | ||
|  |       <xs:element minOccurs="0" name="id" type="xs:int" /> | ||
|  |       <xs:element minOccurs="0" name="lastmodified" nillable="true" type="xs:string" /> | ||
|  |       <xs:element minOccurs="0" name="operater" type="xs:int" /> | ||
|  |       <xs:element minOccurs="0" name="orderNo" nillable="true" type="xs:string" /> | ||
|  |       <xs:element minOccurs="0" name="owner" type="xs:int" /> | ||
|  |       <xs:element minOccurs="0" name="progress" type="xs:int" /> | ||
|  |       <xs:element minOccurs="0" name="state" type="xs:int" /> | ||
|  |       <xs:element minOccurs="0" name="task" nillable="true" type="xs:string" /> | ||
|  |       <xs:element minOccurs="0" name="taskCnt" type="xs:int" /> | ||
|  |       <xs:element minOccurs="0" name="toLocationId" nillable="true" type="xs:string" /> | ||
|  |       <xs:element minOccurs="0" name="toPartion" type="xs:int" /> | ||
|  |       <xs:element minOccurs="0" name="type" type="xs:int" /> | ||
|  |       <xs:element minOccurs="0" name="typeName" nillable="true" type="xs:string" /> | ||
|  |     </xs:sequence> | ||
|  |   </xs:complexType> | ||
|  |   <xs:element name="WcfWmsFlow" nillable="true" type="tns:WcfWmsFlow" /> | ||
|  | </xs:schema> |