22 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			XML
		
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			1.5 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="WcfWmsDeskCustomer">
 | |
|     <xs:sequence>
 | |
|       <xs:element minOccurs="0" name="createtime" nillable="true" type="xs:string" />
 | |
|       <xs:element minOccurs="0" name="custName" nillable="true" type="xs:string" />
 | |
|       <xs:element minOccurs="0" name="custid" nillable="true" type="xs:string" />
 | |
|       <xs:element minOccurs="0" name="deskId" type="xs:int" />
 | |
|       <xs:element minOccurs="0" name="dr" type="xs:boolean" />
 | |
|       <xs:element minOccurs="0" name="flowNo" nillable="true" type="xs:string" />
 | |
|       <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="lightId" type="xs:int" />
 | |
|       <xs:element minOccurs="0" name="mem" nillable="true" type="xs:string" />
 | |
|       <xs:element minOccurs="0" name="operater" type="xs:int" />
 | |
|       <xs:element minOccurs="0" name="partion" type="xs:int" />
 | |
|       <xs:element minOccurs="0" name="partionName" nillable="true" type="xs:string" />
 | |
|       <xs:element minOccurs="0" name="portNo" type="xs:int" />
 | |
|     </xs:sequence>
 | |
|   </xs:complexType>
 | |
|   <xs:element name="WcfWmsDeskCustomer" nillable="true" type="tns:WcfWmsDeskCustomer" />
 | |
| </xs:schema> |