| 123456789101112131415161718192021222324252627282930313233343536373839 |
- <?xml version="1.0" encoding="utf-8"?>
- <xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels.ReportModule" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels.ReportModule" xmlns:xs="http://www.w3.org/2001/XMLSchema">
- <xs:complexType name="SearchGoodsFollowingEntity">
- <xs:sequence>
- <xs:element minOccurs="0" name="AccountDateEnd" nillable="true" type="xs:dateTime" />
- <xs:element minOccurs="0" name="AccountDateStart" nillable="true" type="xs:dateTime" />
- <xs:element minOccurs="0" name="AccountID" type="xs:int" />
- <xs:element minOccurs="0" name="Barcode" nillable="true" type="xs:string" />
- <xs:element minOccurs="0" name="CreateTimeEnd" nillable="true" type="xs:dateTime" />
- <xs:element minOccurs="0" name="CreateTimeStart" nillable="true" type="xs:dateTime" />
- <xs:element minOccurs="0" name="GlazeTypeID" type="xs:int" />
- <xs:element minOccurs="0" name="GlazeTypeName" nillable="true" type="xs:string" />
- <xs:element minOccurs="0" name="GoodsCode" nillable="true" type="xs:string" />
- <xs:element minOccurs="0" name="GoodsID" type="xs:int" />
- <xs:element minOccurs="0" name="GoodsName" nillable="true" type="xs:string" />
- <xs:element minOccurs="0" name="GoodsSpecification" nillable="true" type="xs:string" />
- <xs:element minOccurs="0" name="GoodsTypeCode" nillable="true" type="xs:string" />
- <xs:element minOccurs="0" name="GoodsTypeID" type="xs:int" />
- <xs:element minOccurs="0" name="GoodsTypeName" nillable="true" type="xs:string" />
- <xs:element minOccurs="0" name="GroutingLineCode" nillable="true" type="xs:string" />
- <xs:element minOccurs="0" name="GroutingLineID" nillable="true" type="xs:int" />
- <xs:element minOccurs="0" name="GroutingLineName" nillable="true" type="xs:string" />
- <xs:element minOccurs="0" name="GroutingUserCode" nillable="true" type="xs:string" />
- <xs:element minOccurs="0" name="GroutingUserID" type="xs:int" />
- <xs:element minOccurs="0" name="GroutingUserName" nillable="true" type="xs:string" />
- <xs:element minOccurs="0" name="MouldCode" nillable="true" type="xs:string" />
- <xs:element minOccurs="0" name="ProcedureCode" nillable="true" type="xs:string" />
- <xs:element minOccurs="0" name="ProcedureID" type="xs:int" />
- <xs:element minOccurs="0" name="ProcedureName" nillable="true" type="xs:string" />
- <xs:element minOccurs="0" name="ProductionDataID" type="xs:int" />
- <xs:element minOccurs="0" name="Purviews" nillable="true" type="xs:string" />
- <xs:element minOccurs="0" name="UserCode" nillable="true" type="xs:string" />
- <xs:element minOccurs="0" name="UserID" type="xs:int" />
- <xs:element minOccurs="0" name="UserName" nillable="true" type="xs:string" />
- <xs:element minOccurs="0" name="ValueFlag" type="xs:int" />
- </xs:sequence>
- </xs:complexType>
- <xs:element name="SearchGoodsFollowingEntity" nillable="true" type="tns:SearchGoodsFollowingEntity" />
- </xs:schema>
|