15342 lines
1.9 MiB
15342 lines
1.9 MiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<xs:schema id="deiniuWMSDataSet" targetNamespace="http://tempuri.org/deiniuWMSDataSet.xsd" xmlns:mstns="http://tempuri.org/deiniuWMSDataSet.xsd" xmlns="http://tempuri.org/deiniuWMSDataSet.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:msprop="urn:schemas-microsoft-com:xml-msprop" attributeFormDefault="qualified" elementFormDefault="qualified">
|
|
<xs:annotation>
|
|
<xs:appinfo source="urn:schemas-microsoft-com:xml-msdatasource">
|
|
<DataSource DefaultConnectionIndex="0" FunctionsComponentName="QueriesTableAdapter" Modifier="AutoLayout, AnsiClass, Class, Public" SchemaSerializationMode="IncludeSchema" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
|
<Connections>
|
|
<Connection AppSettingsObjectName="Settings" AppSettingsPropertyName="deiniuWMSConnectionString" IsAppSettingsProperty="true" Modifier="Assembly" Name="deiniuWMSConnectionString (Settings)" ParameterPrefix="@" PropertyReference="ApplicationSettings.DeiNiu.wms.win.Properties.Settings.GlobalReference.Default.deiniuWMSConnectionString" Provider="System.Data.SqlClient" />
|
|
</Connections>
|
|
<Tables>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="t_tmsLineDetailTableAdapter" GeneratorDataComponentClassName="t_tmsLineDetailTableAdapter" Name="t_tmsLineDetail" UserDataComponentName="t_tmsLineDetailTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="deiniuWMSConnectionString (Settings)" DbObjectName="deiniuWMS.dbo.t_tmsLineDetail" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[t_tmsLineDetail] ([lineId], [custId], [lineOrder], [operater], [lastmodified], [createtime], [dr]) VALUES (@lineId, @custId, @lineOrder, @operater, @lastmodified, @createtime, @dr)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@lineId" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lineId" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@custId" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="custId" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@lineOrder" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lineOrder" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastmodified" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@createtime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@dr" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT id, lineId, custId, lineOrder, operater, lastmodified, createtime, dr FROM dbo.t_tmsLineDetail</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="id" DataSetColumn="id" />
|
|
<Mapping SourceColumn="lineId" DataSetColumn="lineId" />
|
|
<Mapping SourceColumn="custId" DataSetColumn="custId" />
|
|
<Mapping SourceColumn="lineOrder" DataSetColumn="lineOrder" />
|
|
<Mapping SourceColumn="operater" DataSetColumn="operater" />
|
|
<Mapping SourceColumn="lastmodified" DataSetColumn="lastmodified" />
|
|
<Mapping SourceColumn="createtime" DataSetColumn="createtime" />
|
|
<Mapping SourceColumn="dr" DataSetColumn="dr" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="t_tmsStockTableAdapter" GeneratorDataComponentClassName="t_tmsStockTableAdapter" Name="t_tmsStock" UserDataComponentName="t_tmsStockTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="deiniuWMSConnectionString (Settings)" DbObjectName="deiniuWMS.dbo.t_tmsStock" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[t_tmsStock] ([locationId], [pickOrderNo], [count], [state], [operater], [lastmodified], [createtime], [dr]) VALUES (@locationId, @pickOrderNo, @count, @state, @operater, @lastmodified, @createtime, @dr)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@locationId" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="locationId" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@pickOrderNo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="pickOrderNo" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@count" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="count" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@state" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="state" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastmodified" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@createtime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@dr" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT id, locationId, pickOrderNo, count, state, operater, lastmodified, createtime, dr FROM dbo.t_tmsStock</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="id" DataSetColumn="id" />
|
|
<Mapping SourceColumn="locationId" DataSetColumn="locationId" />
|
|
<Mapping SourceColumn="pickOrderNo" DataSetColumn="pickOrderNo" />
|
|
<Mapping SourceColumn="count" DataSetColumn="count" />
|
|
<Mapping SourceColumn="state" DataSetColumn="state" />
|
|
<Mapping SourceColumn="operater" DataSetColumn="operater" />
|
|
<Mapping SourceColumn="lastmodified" DataSetColumn="lastmodified" />
|
|
<Mapping SourceColumn="createtime" DataSetColumn="createtime" />
|
|
<Mapping SourceColumn="dr" DataSetColumn="dr" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="t_tmsTranRequestTableAdapter" GeneratorDataComponentClassName="t_tmsTranRequestTableAdapter" Name="t_tmsTranRequest" UserDataComponentName="t_tmsTranRequestTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="deiniuWMSConnectionString (Settings)" DbObjectName="deiniuWMS.dbo.t_tmsTranRequest" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[t_tmsTranRequest] ([transNo], [lineId], [tranType], [viechleNo], [contact], [driver], [phone], [state], [description], [thirdPart], [sumVol], [sumWeight], [boxCnt], [bulkBox], [bulkBag], [operater], [lastmodified], [createtime], [dr]) VALUES (@transNo, @lineId, @tranType, @viechleNo, @contact, @driver, @phone, @state, @description, @thirdPart, @sumVol, @sumWeight, @boxCnt, @bulkBox, @bulkBag, @operater, @lastmodified, @createtime, @dr)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@transNo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="transNo" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@lineId" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lineId" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@tranType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="tranType" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@viechleNo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="viechleNo" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@contact" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="contact" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@driver" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="driver" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@phone" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="phone" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@state" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="state" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@description" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@thirdPart" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="thirdPart" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@sumVol" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="sumVol" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@sumWeight" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="sumWeight" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@boxCnt" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="boxCnt" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@bulkBox" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="bulkBox" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@bulkBag" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="bulkBag" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastmodified" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@createtime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@dr" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT id, transNo, lineId, tranType, viechleNo, contact, driver, phone, state, description, thirdPart, sumVol, sumWeight, boxCnt, bulkBox, bulkBag, operater, lastmodified, createtime, dr FROM dbo.t_tmsTranRequest</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="id" DataSetColumn="id" />
|
|
<Mapping SourceColumn="transNo" DataSetColumn="transNo" />
|
|
<Mapping SourceColumn="lineId" DataSetColumn="lineId" />
|
|
<Mapping SourceColumn="tranType" DataSetColumn="tranType" />
|
|
<Mapping SourceColumn="viechleNo" DataSetColumn="viechleNo" />
|
|
<Mapping SourceColumn="contact" DataSetColumn="contact" />
|
|
<Mapping SourceColumn="driver" DataSetColumn="driver" />
|
|
<Mapping SourceColumn="phone" DataSetColumn="phone" />
|
|
<Mapping SourceColumn="state" DataSetColumn="state" />
|
|
<Mapping SourceColumn="description" DataSetColumn="description" />
|
|
<Mapping SourceColumn="thirdPart" DataSetColumn="thirdPart" />
|
|
<Mapping SourceColumn="sumVol" DataSetColumn="sumVol" />
|
|
<Mapping SourceColumn="sumWeight" DataSetColumn="sumWeight" />
|
|
<Mapping SourceColumn="boxCnt" DataSetColumn="boxCnt" />
|
|
<Mapping SourceColumn="bulkBox" DataSetColumn="bulkBox" />
|
|
<Mapping SourceColumn="bulkBag" DataSetColumn="bulkBag" />
|
|
<Mapping SourceColumn="operater" DataSetColumn="operater" />
|
|
<Mapping SourceColumn="lastmodified" DataSetColumn="lastmodified" />
|
|
<Mapping SourceColumn="createtime" DataSetColumn="createtime" />
|
|
<Mapping SourceColumn="dr" DataSetColumn="dr" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="t_tmsTranRequestDetailTableAdapter" GeneratorDataComponentClassName="t_tmsTranRequestDetailTableAdapter" Name="t_tmsTranRequestDetail" UserDataComponentName="t_tmsTranRequestDetailTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="deiniuWMSConnectionString (Settings)" DbObjectName="deiniuWMS.dbo.t_tmsTranRequestDetail" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[t_tmsTranRequestDetail] ([transNo], [pickOrderNo], [state], [operater], [lastmodified], [createtime], [dr]) VALUES (@transNo, @pickOrderNo, @state, @operater, @lastmodified, @createtime, @dr)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@transNo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="transNo" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@pickOrderNo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="pickOrderNo" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@state" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="state" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastmodified" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@createtime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@dr" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT id, transNo, pickOrderNo, state, operater, lastmodified, createtime, dr FROM dbo.t_tmsTranRequestDetail</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="id" DataSetColumn="id" />
|
|
<Mapping SourceColumn="transNo" DataSetColumn="transNo" />
|
|
<Mapping SourceColumn="pickOrderNo" DataSetColumn="pickOrderNo" />
|
|
<Mapping SourceColumn="state" DataSetColumn="state" />
|
|
<Mapping SourceColumn="operater" DataSetColumn="operater" />
|
|
<Mapping SourceColumn="lastmodified" DataSetColumn="lastmodified" />
|
|
<Mapping SourceColumn="createtime" DataSetColumn="createtime" />
|
|
<Mapping SourceColumn="dr" DataSetColumn="dr" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="t_tmsViechleTableAdapter" GeneratorDataComponentClassName="t_tmsViechleTableAdapter" Name="t_tmsViechle" UserDataComponentName="t_tmsViechleTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="deiniuWMSConnectionString (Settings)" DbObjectName="deiniuWMS.dbo.t_tmsViechle" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[t_tmsViechle] ([viechleId], [volume], [load], [airCondition], [length], [width], [height], [weight], [owner], [driver], [state], [transOrder], [transState], [operater], [lastmodified], [createtime], [dr]) VALUES (@viechleId, @volume, @load, @airCondition, @length, @width, @height, @weight, @owner, @driver, @state, @transOrder, @transState, @operater, @lastmodified, @createtime, @dr)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@viechleId" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="viechleId" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@volume" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="volume" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@load" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="load" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@airCondition" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="airCondition" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@length" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="length" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@width" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="width" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@height" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="height" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@weight" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="weight" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@owner" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="owner" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@driver" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="driver" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@state" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="state" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@transOrder" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="transOrder" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@transState" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="transState" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastmodified" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@createtime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@dr" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT id, viechleId, volume, [load], airCondition, length, width, height, weight, owner, driver, state, transOrder, transState, operater, lastmodified, createtime, dr FROM dbo.t_tmsViechle</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="id" DataSetColumn="id" />
|
|
<Mapping SourceColumn="viechleId" DataSetColumn="viechleId" />
|
|
<Mapping SourceColumn="volume" DataSetColumn="volume" />
|
|
<Mapping SourceColumn="load" DataSetColumn="load" />
|
|
<Mapping SourceColumn="airCondition" DataSetColumn="airCondition" />
|
|
<Mapping SourceColumn="length" DataSetColumn="length" />
|
|
<Mapping SourceColumn="width" DataSetColumn="width" />
|
|
<Mapping SourceColumn="height" DataSetColumn="height" />
|
|
<Mapping SourceColumn="weight" DataSetColumn="weight" />
|
|
<Mapping SourceColumn="owner" DataSetColumn="owner" />
|
|
<Mapping SourceColumn="driver" DataSetColumn="driver" />
|
|
<Mapping SourceColumn="state" DataSetColumn="state" />
|
|
<Mapping SourceColumn="transOrder" DataSetColumn="transOrder" />
|
|
<Mapping SourceColumn="transState" DataSetColumn="transState" />
|
|
<Mapping SourceColumn="operater" DataSetColumn="operater" />
|
|
<Mapping SourceColumn="lastmodified" DataSetColumn="lastmodified" />
|
|
<Mapping SourceColumn="createtime" DataSetColumn="createtime" />
|
|
<Mapping SourceColumn="dr" DataSetColumn="dr" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="t_wmsDealLocationTableAdapter" GeneratorDataComponentClassName="t_wmsDealLocationTableAdapter" Name="t_wmsDealLocation" UserDataComponentName="t_wmsDealLocationTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="deiniuWMSConnectionString (Settings)" DbObjectName="deiniuWMS.dbo.t_wmsDealLocation" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<DeleteCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>DELETE FROM [dbo].[t_wmsDealLocation] WHERE (([id] = @Original_id) AND ((@IsNull_locationFrom = 1 AND [locationFrom] IS NULL) OR ([locationFrom] = @Original_locationFrom)) AND ((@IsNull_locationTo = 1 AND [locationTo] IS NULL) OR ([locationTo] = @Original_locationTo)) AND ((@IsNull_goodsId = 1 AND [goodsId] IS NULL) OR ([goodsId] = @Original_goodsId)) AND ((@IsNull_batch = 1 AND [batch] IS NULL) OR ([batch] = @Original_batch)) AND ((@IsNull_productDate = 1 AND [productDate] IS NULL) OR ([productDate] = @Original_productDate)) AND ((@IsNull_validDate = 1 AND [validDate] IS NULL) OR ([validDate] = @Original_validDate)) AND ((@IsNull_count = 1 AND [count] IS NULL) OR ([count] = @Original_count)) AND ((@IsNull_outCount = 1 AND [outCount] IS NULL) OR ([outCount] = @Original_outCount)) AND ((@IsNull_manufacturer = 1 AND [manufacturer] IS NULL) OR ([manufacturer] = @Original_manufacturer)) AND ((@IsNull_state = 1 AND [state] IS NULL) OR ([state] = @Original_state)) AND ((@IsNull_checkBy = 1 AND [checkBy] IS NULL) OR ([checkBy] = @Original_checkBy)) AND ((@IsNull_description = 1 AND [description] IS NULL) OR ([description] = @Original_description)) AND ((@IsNull_printCnt = 1 AND [printCnt] IS NULL) OR ([printCnt] = @Original_printCnt)) AND ((@IsNull_finishedTime = 1 AND [finishedTime] IS NULL) OR ([finishedTime] = @Original_finishedTime)) AND ((@IsNull_operater = 1 AND [operater] IS NULL) OR ([operater] = @Original_operater)) AND ((@IsNull_lastmodified = 1 AND [lastmodified] IS NULL) OR ([lastmodified] = @Original_lastmodified)) AND ((@IsNull_createtime = 1 AND [createtime] IS NULL) OR ([createtime] = @Original_createtime)) AND ((@IsNull_dr = 1 AND [dr] IS NULL) OR ([dr] = @Original_dr)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="id" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_locationFrom" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="locationFrom" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_locationFrom" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="locationFrom" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_locationTo" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="locationTo" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_locationTo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="locationTo" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_goodsId" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="goodsId" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_goodsId" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="goodsId" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_batch" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="batch" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_batch" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="batch" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_productDate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="productDate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_productDate" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="productDate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_validDate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="validDate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_validDate" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="validDate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_count" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="count" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_count" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="count" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_outCount" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="outCount" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_outCount" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="outCount" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_manufacturer" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="manufacturer" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_manufacturer" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="manufacturer" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_state" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="state" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_state" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="state" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_checkBy" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="checkBy" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_checkBy" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="checkBy" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_description" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_description" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_printCnt" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="printCnt" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_printCnt" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="printCnt" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_finishedTime" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="finishedTime" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_finishedTime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="finishedTime" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastmodified" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastmodified" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_createtime" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_createtime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_dr" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_dr" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[t_wmsDealLocation] ([locationFrom], [locationTo], [goodsId], [batch], [productDate], [validDate], [count], [outCount], [manufacturer], [state], [checkBy], [description], [printCnt], [finishedTime], [operater], [lastmodified], [createtime], [dr]) VALUES (@locationFrom, @locationTo, @goodsId, @batch, @productDate, @validDate, @count, @outCount, @manufacturer, @state, @checkBy, @description, @printCnt, @finishedTime, @operater, @lastmodified, @createtime, @dr);
|
|
SELECT id, locationFrom, locationTo, goodsId, batch, productDate, validDate, count, outCount, manufacturer, state, checkBy, description, printCnt, finishedTime, operater, lastmodified, createtime, dr FROM t_wmsDealLocation WHERE (id = SCOPE_IDENTITY())</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@locationFrom" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="locationFrom" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@locationTo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="locationTo" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@goodsId" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="goodsId" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@batch" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="batch" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@productDate" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="productDate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@validDate" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="validDate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@count" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="count" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@outCount" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="outCount" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@manufacturer" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="manufacturer" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@state" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="state" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@checkBy" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="checkBy" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@description" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@printCnt" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="printCnt" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@finishedTime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="finishedTime" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastmodified" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@createtime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@dr" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT id, locationFrom, locationTo, goodsId, batch, productDate, validDate, count, outCount, manufacturer, state, checkBy, description, printCnt, finishedTime, operater, lastmodified, createtime, dr FROM dbo.t_wmsDealLocation</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[t_wmsDealLocation] SET [locationFrom] = @locationFrom, [locationTo] = @locationTo, [goodsId] = @goodsId, [batch] = @batch, [productDate] = @productDate, [validDate] = @validDate, [count] = @count, [outCount] = @outCount, [manufacturer] = @manufacturer, [state] = @state, [checkBy] = @checkBy, [description] = @description, [printCnt] = @printCnt, [finishedTime] = @finishedTime, [operater] = @operater, [lastmodified] = @lastmodified, [createtime] = @createtime, [dr] = @dr WHERE (([id] = @Original_id) AND ((@IsNull_locationFrom = 1 AND [locationFrom] IS NULL) OR ([locationFrom] = @Original_locationFrom)) AND ((@IsNull_locationTo = 1 AND [locationTo] IS NULL) OR ([locationTo] = @Original_locationTo)) AND ((@IsNull_goodsId = 1 AND [goodsId] IS NULL) OR ([goodsId] = @Original_goodsId)) AND ((@IsNull_batch = 1 AND [batch] IS NULL) OR ([batch] = @Original_batch)) AND ((@IsNull_productDate = 1 AND [productDate] IS NULL) OR ([productDate] = @Original_productDate)) AND ((@IsNull_validDate = 1 AND [validDate] IS NULL) OR ([validDate] = @Original_validDate)) AND ((@IsNull_count = 1 AND [count] IS NULL) OR ([count] = @Original_count)) AND ((@IsNull_outCount = 1 AND [outCount] IS NULL) OR ([outCount] = @Original_outCount)) AND ((@IsNull_manufacturer = 1 AND [manufacturer] IS NULL) OR ([manufacturer] = @Original_manufacturer)) AND ((@IsNull_state = 1 AND [state] IS NULL) OR ([state] = @Original_state)) AND ((@IsNull_checkBy = 1 AND [checkBy] IS NULL) OR ([checkBy] = @Original_checkBy)) AND ((@IsNull_description = 1 AND [description] IS NULL) OR ([description] = @Original_description)) AND ((@IsNull_printCnt = 1 AND [printCnt] IS NULL) OR ([printCnt] = @Original_printCnt)) AND ((@IsNull_finishedTime = 1 AND [finishedTime] IS NULL) OR ([finishedTime] = @Original_finishedTime)) AND ((@IsNull_operater = 1 AND [operater] IS NULL) OR ([operater] = @Original_operater)) AND ((@IsNull_lastmodified = 1 AND [lastmodified] IS NULL) OR ([lastmodified] = @Original_lastmodified)) AND ((@IsNull_createtime = 1 AND [createtime] IS NULL) OR ([createtime] = @Original_createtime)) AND ((@IsNull_dr = 1 AND [dr] IS NULL) OR ([dr] = @Original_dr)));
|
|
SELECT id, locationFrom, locationTo, goodsId, batch, productDate, validDate, count, outCount, manufacturer, state, checkBy, description, printCnt, finishedTime, operater, lastmodified, createtime, dr FROM t_wmsDealLocation WHERE (id = @id)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@locationFrom" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="locationFrom" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@locationTo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="locationTo" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@goodsId" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="goodsId" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@batch" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="batch" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@productDate" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="productDate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@validDate" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="validDate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@count" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="count" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@outCount" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="outCount" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@manufacturer" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="manufacturer" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@state" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="state" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@checkBy" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="checkBy" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@description" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@printCnt" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="printCnt" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@finishedTime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="finishedTime" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastmodified" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@createtime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@dr" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="id" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_locationFrom" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="locationFrom" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_locationFrom" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="locationFrom" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_locationTo" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="locationTo" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_locationTo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="locationTo" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_goodsId" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="goodsId" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_goodsId" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="goodsId" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_batch" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="batch" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_batch" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="batch" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_productDate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="productDate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_productDate" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="productDate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_validDate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="validDate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_validDate" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="validDate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_count" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="count" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_count" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="count" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_outCount" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="outCount" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_outCount" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="outCount" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_manufacturer" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="manufacturer" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_manufacturer" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="manufacturer" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_state" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="state" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_state" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="state" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_checkBy" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="checkBy" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_checkBy" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="checkBy" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_description" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_description" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_printCnt" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="printCnt" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_printCnt" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="printCnt" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_finishedTime" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="finishedTime" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_finishedTime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="finishedTime" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastmodified" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastmodified" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_createtime" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_createtime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_dr" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_dr" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="id" ColumnName="id" DataSourceName="deiniuWMS.dbo.t_wmsDealLocation" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@id" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="id" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="id" DataSetColumn="id" />
|
|
<Mapping SourceColumn="locationFrom" DataSetColumn="locationFrom" />
|
|
<Mapping SourceColumn="locationTo" DataSetColumn="locationTo" />
|
|
<Mapping SourceColumn="goodsId" DataSetColumn="goodsId" />
|
|
<Mapping SourceColumn="batch" DataSetColumn="batch" />
|
|
<Mapping SourceColumn="productDate" DataSetColumn="productDate" />
|
|
<Mapping SourceColumn="validDate" DataSetColumn="validDate" />
|
|
<Mapping SourceColumn="count" DataSetColumn="count" />
|
|
<Mapping SourceColumn="outCount" DataSetColumn="outCount" />
|
|
<Mapping SourceColumn="manufacturer" DataSetColumn="manufacturer" />
|
|
<Mapping SourceColumn="state" DataSetColumn="state" />
|
|
<Mapping SourceColumn="checkBy" DataSetColumn="checkBy" />
|
|
<Mapping SourceColumn="description" DataSetColumn="description" />
|
|
<Mapping SourceColumn="printCnt" DataSetColumn="printCnt" />
|
|
<Mapping SourceColumn="finishedTime" DataSetColumn="finishedTime" />
|
|
<Mapping SourceColumn="operater" DataSetColumn="operater" />
|
|
<Mapping SourceColumn="lastmodified" DataSetColumn="lastmodified" />
|
|
<Mapping SourceColumn="createtime" DataSetColumn="createtime" />
|
|
<Mapping SourceColumn="dr" DataSetColumn="dr" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="t_wmsGoodsTableAdapter" GeneratorDataComponentClassName="t_wmsGoodsTableAdapter" Name="t_wmsGoods" UserDataComponentName="t_wmsGoodsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="deiniuWMSConnectionString (Settings)" DbObjectName="deiniuWMS.dbo.t_wmsGoods" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<DeleteCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>DELETE FROM [dbo].[t_wmsGoods] WHERE (([ID] = @Original_ID) AND ([goodsId] = @Original_goodsId) AND ((@IsNull_goodsType = 1 AND [goodsType] IS NULL) OR ([goodsType] = @Original_goodsType)) AND ((@IsNull_part = 1 AND [part] IS NULL) OR ([part] = @Original_part)) AND ((@IsNull_full_max = 1 AND [full_max] IS NULL) OR ([full_max] = @Original_full_max)) AND ((@IsNull_bulkMax = 1 AND [bulkMax] IS NULL) OR ([bulkMax] = @Original_bulkMax)) AND ((@IsNull_bulkMax1 = 1 AND [bulkMax1] IS NULL) OR ([bulkMax1] = @Original_bulkMax1)) AND ((@IsNull_batchMax1 = 1 AND [batchMax1] IS NULL) OR ([batchMax1] = @Original_batchMax1)) AND ((@IsNull_batchMax2 = 1 AND [batchMax2] IS NULL) OR ([batchMax2] = @Original_batchMax2)) AND ((@IsNull_batchMax3 = 1 AND [batchMax3] IS NULL) OR ([batchMax3] = @Original_batchMax3)) AND ((@IsNull_batchMax4 = 1 AND [batchMax4] IS NULL) OR ([batchMax4] = @Original_batchMax4)) AND ((@IsNull_length = 1 AND [length] IS NULL) OR ([length] = @Original_length)) AND ((@IsNull_width = 1 AND [width] IS NULL) OR ([width] = @Original_width)) AND ((@IsNull_height = 1 AND [height] IS NULL) OR ([height] = @Original_height)) AND ((@IsNull_weight = 1 AND [weight] IS NULL) OR ([weight] = @Original_weight)) AND ((@IsNull_validTermDays = 1 AND [validTermDays] IS NULL) OR ([validTermDays] = @Original_validTermDays)) AND ((@IsNull_bigCount = 1 AND [bigCount] IS NULL) OR ([bigCount] = @Original_bigCount)) AND ((@IsNull_repType = 1 AND [repType] IS NULL) OR ([repType] = @Original_repType)) AND ((@IsNull_operater = 1 AND [operater] IS NULL) OR ([operater] = @Original_operater)) AND ((@IsNull_lastmodified = 1 AND [lastmodified] IS NULL) OR ([lastmodified] = @Original_lastmodified)) AND ((@IsNull_createtime = 1 AND [createtime] IS NULL) OR ([createtime] = @Original_createtime)) AND ((@IsNull_dr = 1 AND [dr] IS NULL) OR ([dr] = @Original_dr)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_ID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_goodsId" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="goodsId" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_goodsType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="goodsType" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_goodsType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="goodsType" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_part" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="part" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_part" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="part" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_full_max" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="full_max" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_full_max" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="full_max" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_bulkMax" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="bulkMax" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_bulkMax" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="bulkMax" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_bulkMax1" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="bulkMax1" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_bulkMax1" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="bulkMax1" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_batchMax1" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="batchMax1" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_batchMax1" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="batchMax1" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_batchMax2" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="batchMax2" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_batchMax2" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="batchMax2" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_batchMax3" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="batchMax3" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_batchMax3" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="batchMax3" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_batchMax4" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="batchMax4" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_batchMax4" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="batchMax4" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_length" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="length" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_length" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="length" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_width" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="width" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_width" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="width" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_height" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="height" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_height" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="height" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_weight" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="weight" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_weight" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="weight" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_validTermDays" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="validTermDays" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_validTermDays" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="validTermDays" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_bigCount" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="bigCount" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_bigCount" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="bigCount" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_repType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="repType" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_repType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="repType" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastmodified" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastmodified" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_createtime" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_createtime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_dr" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_dr" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[t_wmsGoods] ([goodsId], [goodsType], [part], [full_max], [bulkMax], [bulkMax1], [batchMax1], [batchMax2], [batchMax3], [batchMax4], [length], [width], [height], [weight], [validTermDays], [bigCount], [repType], [operater], [lastmodified], [createtime], [dr]) VALUES (@goodsId, @goodsType, @part, @full_max, @bulkMax, @bulkMax1, @batchMax1, @batchMax2, @batchMax3, @batchMax4, @length, @width, @height, @weight, @validTermDays, @bigCount, @repType, @operater, @lastmodified, @createtime, @dr);
|
|
SELECT ID, goodsId, goodsType, part, full_max, bulkMax, bulkMax1, batchMax1, batchMax2, batchMax3, batchMax4, length, width, height, weight, validTermDays, bigCount, repType, operater, lastmodified, createtime, dr FROM t_wmsGoods WHERE (goodsId = @goodsId)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@goodsId" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="goodsId" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@goodsType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="goodsType" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@part" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="part" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@full_max" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="full_max" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@bulkMax" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="bulkMax" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@bulkMax1" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="bulkMax1" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@batchMax1" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="batchMax1" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@batchMax2" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="batchMax2" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@batchMax3" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="batchMax3" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@batchMax4" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="batchMax4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@length" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="length" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@width" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="width" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@height" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="height" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@weight" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="weight" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@validTermDays" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="validTermDays" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@bigCount" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="bigCount" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@repType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="repType" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastmodified" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@createtime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@dr" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT ID, goodsId, goodsType, part, full_max, bulkMax, bulkMax1, batchMax1, batchMax2, batchMax3, batchMax4, length, width, height, weight, validTermDays, bigCount, repType, operater, lastmodified, createtime, dr FROM dbo.t_wmsGoods</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[t_wmsGoods] SET [goodsId] = @goodsId, [goodsType] = @goodsType, [part] = @part, [full_max] = @full_max, [bulkMax] = @bulkMax, [bulkMax1] = @bulkMax1, [batchMax1] = @batchMax1, [batchMax2] = @batchMax2, [batchMax3] = @batchMax3, [batchMax4] = @batchMax4, [length] = @length, [width] = @width, [height] = @height, [weight] = @weight, [validTermDays] = @validTermDays, [bigCount] = @bigCount, [repType] = @repType, [operater] = @operater, [lastmodified] = @lastmodified, [createtime] = @createtime, [dr] = @dr WHERE (([ID] = @Original_ID) AND ([goodsId] = @Original_goodsId) AND ((@IsNull_goodsType = 1 AND [goodsType] IS NULL) OR ([goodsType] = @Original_goodsType)) AND ((@IsNull_part = 1 AND [part] IS NULL) OR ([part] = @Original_part)) AND ((@IsNull_full_max = 1 AND [full_max] IS NULL) OR ([full_max] = @Original_full_max)) AND ((@IsNull_bulkMax = 1 AND [bulkMax] IS NULL) OR ([bulkMax] = @Original_bulkMax)) AND ((@IsNull_bulkMax1 = 1 AND [bulkMax1] IS NULL) OR ([bulkMax1] = @Original_bulkMax1)) AND ((@IsNull_batchMax1 = 1 AND [batchMax1] IS NULL) OR ([batchMax1] = @Original_batchMax1)) AND ((@IsNull_batchMax2 = 1 AND [batchMax2] IS NULL) OR ([batchMax2] = @Original_batchMax2)) AND ((@IsNull_batchMax3 = 1 AND [batchMax3] IS NULL) OR ([batchMax3] = @Original_batchMax3)) AND ((@IsNull_batchMax4 = 1 AND [batchMax4] IS NULL) OR ([batchMax4] = @Original_batchMax4)) AND ((@IsNull_length = 1 AND [length] IS NULL) OR ([length] = @Original_length)) AND ((@IsNull_width = 1 AND [width] IS NULL) OR ([width] = @Original_width)) AND ((@IsNull_height = 1 AND [height] IS NULL) OR ([height] = @Original_height)) AND ((@IsNull_weight = 1 AND [weight] IS NULL) OR ([weight] = @Original_weight)) AND ((@IsNull_validTermDays = 1 AND [validTermDays] IS NULL) OR ([validTermDays] = @Original_validTermDays)) AND ((@IsNull_bigCount = 1 AND [bigCount] IS NULL) OR ([bigCount] = @Original_bigCount)) AND ((@IsNull_repType = 1 AND [repType] IS NULL) OR ([repType] = @Original_repType)) AND ((@IsNull_operater = 1 AND [operater] IS NULL) OR ([operater] = @Original_operater)) AND ((@IsNull_lastmodified = 1 AND [lastmodified] IS NULL) OR ([lastmodified] = @Original_lastmodified)) AND ((@IsNull_createtime = 1 AND [createtime] IS NULL) OR ([createtime] = @Original_createtime)) AND ((@IsNull_dr = 1 AND [dr] IS NULL) OR ([dr] = @Original_dr)));
|
|
SELECT ID, goodsId, goodsType, part, full_max, bulkMax, bulkMax1, batchMax1, batchMax2, batchMax3, batchMax4, length, width, height, weight, validTermDays, bigCount, repType, operater, lastmodified, createtime, dr FROM t_wmsGoods WHERE (goodsId = @goodsId)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@goodsId" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="goodsId" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@goodsType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="goodsType" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@part" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="part" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@full_max" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="full_max" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@bulkMax" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="bulkMax" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@bulkMax1" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="bulkMax1" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@batchMax1" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="batchMax1" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@batchMax2" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="batchMax2" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@batchMax3" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="batchMax3" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@batchMax4" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="batchMax4" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@length" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="length" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@width" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="width" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@height" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="height" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@weight" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="weight" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@validTermDays" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="validTermDays" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@bigCount" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="bigCount" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@repType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="repType" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastmodified" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@createtime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@dr" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_ID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_goodsId" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="goodsId" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_goodsType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="goodsType" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_goodsType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="goodsType" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_part" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="part" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_part" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="part" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_full_max" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="full_max" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_full_max" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="full_max" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_bulkMax" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="bulkMax" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_bulkMax" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="bulkMax" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_bulkMax1" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="bulkMax1" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_bulkMax1" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="bulkMax1" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_batchMax1" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="batchMax1" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_batchMax1" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="batchMax1" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_batchMax2" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="batchMax2" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_batchMax2" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="batchMax2" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_batchMax3" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="batchMax3" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_batchMax3" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="batchMax3" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_batchMax4" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="batchMax4" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_batchMax4" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="batchMax4" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_length" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="length" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_length" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="length" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_width" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="width" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_width" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="width" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_height" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="height" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_height" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="height" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_weight" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="weight" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_weight" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="weight" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_validTermDays" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="validTermDays" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_validTermDays" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="validTermDays" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_bigCount" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="bigCount" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_bigCount" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="bigCount" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_repType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="repType" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_repType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="repType" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastmodified" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastmodified" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_createtime" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_createtime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_dr" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_dr" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ID" DataSetColumn="ID" />
|
|
<Mapping SourceColumn="goodsId" DataSetColumn="goodsId" />
|
|
<Mapping SourceColumn="goodsType" DataSetColumn="goodsType" />
|
|
<Mapping SourceColumn="part" DataSetColumn="part" />
|
|
<Mapping SourceColumn="full_max" DataSetColumn="full_max" />
|
|
<Mapping SourceColumn="bulkMax" DataSetColumn="bulkMax" />
|
|
<Mapping SourceColumn="bulkMax1" DataSetColumn="bulkMax1" />
|
|
<Mapping SourceColumn="batchMax1" DataSetColumn="batchMax1" />
|
|
<Mapping SourceColumn="batchMax2" DataSetColumn="batchMax2" />
|
|
<Mapping SourceColumn="batchMax3" DataSetColumn="batchMax3" />
|
|
<Mapping SourceColumn="batchMax4" DataSetColumn="batchMax4" />
|
|
<Mapping SourceColumn="length" DataSetColumn="length" />
|
|
<Mapping SourceColumn="width" DataSetColumn="width" />
|
|
<Mapping SourceColumn="height" DataSetColumn="height" />
|
|
<Mapping SourceColumn="weight" DataSetColumn="weight" />
|
|
<Mapping SourceColumn="validTermDays" DataSetColumn="validTermDays" />
|
|
<Mapping SourceColumn="bigCount" DataSetColumn="bigCount" />
|
|
<Mapping SourceColumn="repType" DataSetColumn="repType" />
|
|
<Mapping SourceColumn="operater" DataSetColumn="operater" />
|
|
<Mapping SourceColumn="lastmodified" DataSetColumn="lastmodified" />
|
|
<Mapping SourceColumn="createtime" DataSetColumn="createtime" />
|
|
<Mapping SourceColumn="dr" DataSetColumn="dr" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="t_wmsInRequestTableAdapter" GeneratorDataComponentClassName="t_wmsInRequestTableAdapter" Name="t_wmsInRequest" UserDataComponentName="t_wmsInRequestTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="deiniuWMSConnectionString (Settings)" DbObjectName="deiniuWMS.dbo.t_wmsInRequest" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<DeleteCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>DELETE FROM [dbo].[t_wmsInRequest] WHERE (([id] = @Original_id) AND ([orderNo] = @Original_orderNo) AND ((@IsNull_orderType = 1 AND [orderType] IS NULL) OR ([orderType] = @Original_orderType)) AND ((@IsNull_orderTypeName = 1 AND [orderTypeName] IS NULL) OR ([orderTypeName] = @Original_orderTypeName)) AND ((@IsNull_vender = 1 AND [vender] IS NULL) OR ([vender] = @Original_vender)) AND ((@IsNull_owner = 1 AND [owner] IS NULL) OR ([owner] = @Original_owner)) AND ((@IsNull_state = 1 AND [state] IS NULL) OR ([state] = @Original_state)) AND ((@IsNull_orderDate = 1 AND [orderDate] IS NULL) OR ([orderDate] = @Original_orderDate)) AND ((@IsNull_description = 1 AND [description] IS NULL) OR ([description] = @Original_description)) AND ((@IsNull_operater = 1 AND [operater] IS NULL) OR ([operater] = @Original_operater)) AND ((@IsNull_lastmodified = 1 AND [lastmodified] IS NULL) OR ([lastmodified] = @Original_lastmodified)) AND ((@IsNull_createtime = 1 AND [createtime] IS NULL) OR ([createtime] = @Original_createtime)) AND ((@IsNull_dr = 1 AND [dr] IS NULL) OR ([dr] = @Original_dr)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="id" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_orderNo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="orderNo" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_orderType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="orderType" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_orderType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="orderType" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_orderTypeName" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="orderTypeName" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_orderTypeName" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="orderTypeName" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_vender" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="vender" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_vender" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="vender" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_owner" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="owner" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_owner" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="owner" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_state" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="state" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_state" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="state" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_orderDate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="orderDate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Date" Direction="Input" ParameterName="@Original_orderDate" Precision="0" ProviderType="Date" Scale="0" Size="0" SourceColumn="orderDate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_description" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_description" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastmodified" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastmodified" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_createtime" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_createtime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_dr" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_dr" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[t_wmsInRequest] ([orderNo], [orderType], [orderTypeName], [vender], [owner], [state], [orderDate], [description], [operater], [lastmodified], [createtime], [dr]) VALUES (@orderNo, @orderType, @orderTypeName, @vender, @owner, @state, @orderDate, @description, @operater, @lastmodified, @createtime, @dr);
|
|
SELECT id, orderNo, orderType, orderTypeName, vender, owner, state, orderDate, description, operater, lastmodified, createtime, dr FROM t_wmsInRequest WHERE (orderNo = @orderNo)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@orderNo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="orderNo" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@orderType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="orderType" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@orderTypeName" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="orderTypeName" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@vender" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="vender" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@owner" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="owner" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@state" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="state" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Date" Direction="Input" ParameterName="@orderDate" Precision="0" ProviderType="Date" Scale="0" Size="0" SourceColumn="orderDate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@description" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastmodified" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@createtime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@dr" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT id, orderNo, orderType, orderTypeName, vender, owner, state, orderDate, description, operater, lastmodified, createtime, dr FROM dbo.t_wmsInRequest</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[t_wmsInRequest] SET [orderNo] = @orderNo, [orderType] = @orderType, [orderTypeName] = @orderTypeName, [vender] = @vender, [owner] = @owner, [state] = @state, [orderDate] = @orderDate, [description] = @description, [operater] = @operater, [lastmodified] = @lastmodified, [createtime] = @createtime, [dr] = @dr WHERE (([id] = @Original_id) AND ([orderNo] = @Original_orderNo) AND ((@IsNull_orderType = 1 AND [orderType] IS NULL) OR ([orderType] = @Original_orderType)) AND ((@IsNull_orderTypeName = 1 AND [orderTypeName] IS NULL) OR ([orderTypeName] = @Original_orderTypeName)) AND ((@IsNull_vender = 1 AND [vender] IS NULL) OR ([vender] = @Original_vender)) AND ((@IsNull_owner = 1 AND [owner] IS NULL) OR ([owner] = @Original_owner)) AND ((@IsNull_state = 1 AND [state] IS NULL) OR ([state] = @Original_state)) AND ((@IsNull_orderDate = 1 AND [orderDate] IS NULL) OR ([orderDate] = @Original_orderDate)) AND ((@IsNull_description = 1 AND [description] IS NULL) OR ([description] = @Original_description)) AND ((@IsNull_operater = 1 AND [operater] IS NULL) OR ([operater] = @Original_operater)) AND ((@IsNull_lastmodified = 1 AND [lastmodified] IS NULL) OR ([lastmodified] = @Original_lastmodified)) AND ((@IsNull_createtime = 1 AND [createtime] IS NULL) OR ([createtime] = @Original_createtime)) AND ((@IsNull_dr = 1 AND [dr] IS NULL) OR ([dr] = @Original_dr)));
|
|
SELECT id, orderNo, orderType, orderTypeName, vender, owner, state, orderDate, description, operater, lastmodified, createtime, dr FROM t_wmsInRequest WHERE (orderNo = @orderNo)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@orderNo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="orderNo" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@orderType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="orderType" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@orderTypeName" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="orderTypeName" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@vender" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="vender" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@owner" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="owner" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@state" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="state" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Date" Direction="Input" ParameterName="@orderDate" Precision="0" ProviderType="Date" Scale="0" Size="0" SourceColumn="orderDate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@description" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastmodified" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@createtime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@dr" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="id" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_orderNo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="orderNo" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_orderType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="orderType" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_orderType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="orderType" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_orderTypeName" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="orderTypeName" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_orderTypeName" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="orderTypeName" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_vender" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="vender" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_vender" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="vender" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_owner" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="owner" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_owner" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="owner" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_state" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="state" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_state" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="state" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_orderDate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="orderDate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Date" Direction="Input" ParameterName="@Original_orderDate" Precision="0" ProviderType="Date" Scale="0" Size="0" SourceColumn="orderDate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_description" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_description" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastmodified" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastmodified" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_createtime" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_createtime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_dr" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_dr" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="id" DataSetColumn="id" />
|
|
<Mapping SourceColumn="orderNo" DataSetColumn="orderNo" />
|
|
<Mapping SourceColumn="orderType" DataSetColumn="orderType" />
|
|
<Mapping SourceColumn="orderTypeName" DataSetColumn="orderTypeName" />
|
|
<Mapping SourceColumn="vender" DataSetColumn="vender" />
|
|
<Mapping SourceColumn="owner" DataSetColumn="owner" />
|
|
<Mapping SourceColumn="state" DataSetColumn="state" />
|
|
<Mapping SourceColumn="orderDate" DataSetColumn="orderDate" />
|
|
<Mapping SourceColumn="description" DataSetColumn="description" />
|
|
<Mapping SourceColumn="operater" DataSetColumn="operater" />
|
|
<Mapping SourceColumn="lastmodified" DataSetColumn="lastmodified" />
|
|
<Mapping SourceColumn="createtime" DataSetColumn="createtime" />
|
|
<Mapping SourceColumn="dr" DataSetColumn="dr" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="t_wmsInRequestDetailTableAdapter" GeneratorDataComponentClassName="t_wmsInRequestDetailTableAdapter" Name="t_wmsInRequestDetail" UserDataComponentName="t_wmsInRequestDetailTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="deiniuWMSConnectionString (Settings)" DbObjectName="deiniuWMS.dbo.t_wmsInRequestDetail" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<DeleteCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>DELETE FROM [dbo].[t_wmsInRequestDetail] WHERE (([id] = @Original_id) AND ((@IsNull_orderNo = 1 AND [orderNo] IS NULL) OR ([orderNo] = @Original_orderNo)) AND ([goodsId] = @Original_goodsId) AND ((@IsNull_goodsName = 1 AND [goodsName] IS NULL) OR ([goodsName] = @Original_goodsName)) AND ((@IsNull_cnt = 1 AND [cnt] IS NULL) OR ([cnt] = @Original_cnt)) AND ((@IsNull_countIn = 1 AND [countIn] IS NULL) OR ([countIn] = @Original_countIn)) AND ((@IsNull_productDate = 1 AND [productDate] IS NULL) OR ([productDate] = @Original_productDate)) AND ((@IsNull_batch = 1 AND [batch] IS NULL) OR ([batch] = @Original_batch)) AND ((@IsNull_barcode = 1 AND [barcode] IS NULL) OR ([barcode] = @Original_barcode)) AND ((@IsNull_validDate = 1 AND [validDate] IS NULL) OR ([validDate] = @Original_validDate)) AND ((@IsNull_regeditCode = 1 AND [regeditCode] IS NULL) OR ([regeditCode] = @Original_regeditCode)) AND ((@IsNull_manufacturer = 1 AND [manufacturer] IS NULL) OR ([manufacturer] = @Original_manufacturer)) AND ((@IsNull_state = 1 AND [state] IS NULL) OR ([state] = @Original_state)) AND ((@IsNull_description = 1 AND [description] IS NULL) OR ([description] = @Original_description)) AND ((@IsNull_operater = 1 AND [operater] IS NULL) OR ([operater] = @Original_operater)) AND ((@IsNull_lastmodified = 1 AND [lastmodified] IS NULL) OR ([lastmodified] = @Original_lastmodified)) AND ((@IsNull_createtime = 1 AND [createtime] IS NULL) OR ([createtime] = @Original_createtime)) AND ((@IsNull_dr = 1 AND [dr] IS NULL) OR ([dr] = @Original_dr)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="id" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_orderNo" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="orderNo" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_orderNo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="orderNo" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_goodsId" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="goodsId" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_goodsName" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="goodsName" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_goodsName" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="goodsName" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_cnt" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="cnt" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_cnt" Precision="18" ProviderType="Decimal" Scale="0" Size="0" SourceColumn="cnt" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_countIn" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="countIn" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_countIn" Precision="18" ProviderType="Decimal" Scale="0" Size="0" SourceColumn="countIn" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_productDate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="productDate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_productDate" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="productDate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_batch" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="batch" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_batch" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="batch" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_barcode" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="barcode" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_barcode" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="barcode" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_validDate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="validDate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_validDate" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="validDate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_regeditCode" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="regeditCode" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_regeditCode" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="regeditCode" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_manufacturer" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="manufacturer" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_manufacturer" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="manufacturer" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_state" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="state" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_state" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="state" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_description" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_description" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastmodified" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastmodified" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_createtime" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_createtime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_dr" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_dr" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[t_wmsInRequestDetail] ([orderNo], [goodsId], [goodsName], [cnt], [countIn], [productDate], [batch], [barcode], [validDate], [regeditCode], [manufacturer], [state], [description], [operater], [lastmodified], [createtime], [dr]) VALUES (@orderNo, @goodsId, @goodsName, @cnt, @countIn, @productDate, @batch, @barcode, @validDate, @regeditCode, @manufacturer, @state, @description, @operater, @lastmodified, @createtime, @dr);
|
|
SELECT id, orderNo, goodsId, goodsName, cnt, countIn, productDate, batch, barcode, validDate, regeditCode, manufacturer, state, description, operater, lastmodified, createtime, dr FROM t_wmsInRequestDetail WHERE (id = SCOPE_IDENTITY())</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@orderNo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="orderNo" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@goodsId" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="goodsId" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@goodsName" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="goodsName" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@cnt" Precision="18" ProviderType="Decimal" Scale="0" Size="0" SourceColumn="cnt" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@countIn" Precision="18" ProviderType="Decimal" Scale="0" Size="0" SourceColumn="countIn" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@productDate" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="productDate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@batch" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="batch" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@barcode" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="barcode" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@validDate" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="validDate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@regeditCode" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="regeditCode" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@manufacturer" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="manufacturer" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@state" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="state" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@description" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastmodified" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@createtime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@dr" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT id, orderNo, goodsId, goodsName, cnt, countIn, productDate, batch, barcode, validDate, regeditCode, manufacturer, state, description, operater, lastmodified, createtime, dr FROM dbo.t_wmsInRequestDetail</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[t_wmsInRequestDetail] SET [orderNo] = @orderNo, [goodsId] = @goodsId, [goodsName] = @goodsName, [cnt] = @cnt, [countIn] = @countIn, [productDate] = @productDate, [batch] = @batch, [barcode] = @barcode, [validDate] = @validDate, [regeditCode] = @regeditCode, [manufacturer] = @manufacturer, [state] = @state, [description] = @description, [operater] = @operater, [lastmodified] = @lastmodified, [createtime] = @createtime, [dr] = @dr WHERE (([id] = @Original_id) AND ((@IsNull_orderNo = 1 AND [orderNo] IS NULL) OR ([orderNo] = @Original_orderNo)) AND ([goodsId] = @Original_goodsId) AND ((@IsNull_goodsName = 1 AND [goodsName] IS NULL) OR ([goodsName] = @Original_goodsName)) AND ((@IsNull_cnt = 1 AND [cnt] IS NULL) OR ([cnt] = @Original_cnt)) AND ((@IsNull_countIn = 1 AND [countIn] IS NULL) OR ([countIn] = @Original_countIn)) AND ((@IsNull_productDate = 1 AND [productDate] IS NULL) OR ([productDate] = @Original_productDate)) AND ((@IsNull_batch = 1 AND [batch] IS NULL) OR ([batch] = @Original_batch)) AND ((@IsNull_barcode = 1 AND [barcode] IS NULL) OR ([barcode] = @Original_barcode)) AND ((@IsNull_validDate = 1 AND [validDate] IS NULL) OR ([validDate] = @Original_validDate)) AND ((@IsNull_regeditCode = 1 AND [regeditCode] IS NULL) OR ([regeditCode] = @Original_regeditCode)) AND ((@IsNull_manufacturer = 1 AND [manufacturer] IS NULL) OR ([manufacturer] = @Original_manufacturer)) AND ((@IsNull_state = 1 AND [state] IS NULL) OR ([state] = @Original_state)) AND ((@IsNull_description = 1 AND [description] IS NULL) OR ([description] = @Original_description)) AND ((@IsNull_operater = 1 AND [operater] IS NULL) OR ([operater] = @Original_operater)) AND ((@IsNull_lastmodified = 1 AND [lastmodified] IS NULL) OR ([lastmodified] = @Original_lastmodified)) AND ((@IsNull_createtime = 1 AND [createtime] IS NULL) OR ([createtime] = @Original_createtime)) AND ((@IsNull_dr = 1 AND [dr] IS NULL) OR ([dr] = @Original_dr)));
|
|
SELECT id, orderNo, goodsId, goodsName, cnt, countIn, productDate, batch, barcode, validDate, regeditCode, manufacturer, state, description, operater, lastmodified, createtime, dr FROM t_wmsInRequestDetail WHERE (id = @id)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@orderNo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="orderNo" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@goodsId" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="goodsId" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@goodsName" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="goodsName" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@cnt" Precision="18" ProviderType="Decimal" Scale="0" Size="0" SourceColumn="cnt" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@countIn" Precision="18" ProviderType="Decimal" Scale="0" Size="0" SourceColumn="countIn" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@productDate" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="productDate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@batch" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="batch" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@barcode" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="barcode" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@validDate" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="validDate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@regeditCode" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="regeditCode" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@manufacturer" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="manufacturer" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@state" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="state" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@description" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastmodified" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@createtime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@dr" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="id" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_orderNo" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="orderNo" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_orderNo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="orderNo" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_goodsId" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="goodsId" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_goodsName" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="goodsName" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_goodsName" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="goodsName" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_cnt" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="cnt" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_cnt" Precision="18" ProviderType="Decimal" Scale="0" Size="0" SourceColumn="cnt" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_countIn" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="countIn" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_countIn" Precision="18" ProviderType="Decimal" Scale="0" Size="0" SourceColumn="countIn" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_productDate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="productDate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_productDate" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="productDate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_batch" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="batch" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_batch" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="batch" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_barcode" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="barcode" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_barcode" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="barcode" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_validDate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="validDate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_validDate" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="validDate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_regeditCode" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="regeditCode" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_regeditCode" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="regeditCode" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_manufacturer" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="manufacturer" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_manufacturer" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="manufacturer" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_state" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="state" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_state" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="state" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_description" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_description" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastmodified" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastmodified" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_createtime" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_createtime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_dr" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_dr" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="id" ColumnName="id" DataSourceName="deiniuWMS.dbo.t_wmsInRequestDetail" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@id" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="id" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="id" DataSetColumn="id" />
|
|
<Mapping SourceColumn="orderNo" DataSetColumn="orderNo" />
|
|
<Mapping SourceColumn="goodsId" DataSetColumn="goodsId" />
|
|
<Mapping SourceColumn="goodsName" DataSetColumn="goodsName" />
|
|
<Mapping SourceColumn="cnt" DataSetColumn="cnt" />
|
|
<Mapping SourceColumn="countIn" DataSetColumn="countIn" />
|
|
<Mapping SourceColumn="productDate" DataSetColumn="productDate" />
|
|
<Mapping SourceColumn="batch" DataSetColumn="batch" />
|
|
<Mapping SourceColumn="barcode" DataSetColumn="barcode" />
|
|
<Mapping SourceColumn="validDate" DataSetColumn="validDate" />
|
|
<Mapping SourceColumn="regeditCode" DataSetColumn="regeditCode" />
|
|
<Mapping SourceColumn="manufacturer" DataSetColumn="manufacturer" />
|
|
<Mapping SourceColumn="state" DataSetColumn="state" />
|
|
<Mapping SourceColumn="description" DataSetColumn="description" />
|
|
<Mapping SourceColumn="operater" DataSetColumn="operater" />
|
|
<Mapping SourceColumn="lastmodified" DataSetColumn="lastmodified" />
|
|
<Mapping SourceColumn="createtime" DataSetColumn="createtime" />
|
|
<Mapping SourceColumn="dr" DataSetColumn="dr" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="t_wmsInUpPortTableAdapter" GeneratorDataComponentClassName="t_wmsInUpPortTableAdapter" Name="t_wmsInUpPort" UserDataComponentName="t_wmsInUpPortTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="deiniuWMSConnectionString (Settings)" DbObjectName="deiniuWMS.dbo.t_wmsInUpPort" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<DeleteCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>DELETE FROM [dbo].[t_wmsInUpPort] WHERE (([id] = @Original_id) AND ([orderNo] = @Original_orderNo) AND ((@IsNull_recType = 1 AND [recType] IS NULL) OR ([recType] = @Original_recType)) AND ([recordId] = @Original_recordId) AND ((@IsNull_batch = 1 AND [batch] IS NULL) OR ([batch] = @Original_batch)) AND ((@IsNull_goodsId = 1 AND [goodsId] IS NULL) OR ([goodsId] = @Original_goodsId)) AND ((@IsNull_productDate = 1 AND [productDate] IS NULL) OR ([productDate] = @Original_productDate)) AND ((@IsNull_validDate = 1 AND [validDate] IS NULL) OR ([validDate] = @Original_validDate)) AND ((@IsNull_count = 1 AND [count] IS NULL) OR ([count] = @Original_count)) AND ((@IsNull_locationId = 1 AND [locationId] IS NULL) OR ([locationId] = @Original_locationId)) AND ((@IsNull_volType = 1 AND [volType] IS NULL) OR ([volType] = @Original_volType)) AND ((@IsNull_state = 1 AND [state] IS NULL) OR ([state] = @Original_state)) AND ((@IsNull_upCount = 1 AND [upCount] IS NULL) OR ([upCount] = @Original_upCount)) AND ((@IsNull_description = 1 AND [description] IS NULL) OR ([description] = @Original_description)) AND ((@IsNull_operater = 1 AND [operater] IS NULL) OR ([operater] = @Original_operater)) AND ((@IsNull_dr = 1 AND [dr] IS NULL) OR ([dr] = @Original_dr)) AND ((@IsNull_createtime = 1 AND [createtime] IS NULL) OR ([createtime] = @Original_createtime)) AND ((@IsNull_lastmodified = 1 AND [lastmodified] IS NULL) OR ([lastmodified] = @Original_lastmodified)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="id" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_orderNo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="orderNo" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_recType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="recType" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_recType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="recType" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_recordId" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="recordId" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_batch" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="batch" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_batch" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="batch" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_goodsId" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="goodsId" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_goodsId" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="goodsId" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_productDate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="productDate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_productDate" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="productDate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_validDate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="validDate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_validDate" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="validDate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_count" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="count" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_count" Precision="18" ProviderType="Decimal" Scale="0" Size="0" SourceColumn="count" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_locationId" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="locationId" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_locationId" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="locationId" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_volType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="volType" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_volType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="volType" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_state" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="state" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_state" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="state" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_upCount" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="upCount" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_upCount" Precision="18" ProviderType="Decimal" Scale="0" Size="0" SourceColumn="upCount" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_description" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_description" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_dr" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_dr" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_createtime" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_createtime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastmodified" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastmodified" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[t_wmsInUpPort] ([orderNo], [recType], [recordId], [batch], [goodsId], [productDate], [validDate], [count], [locationId], [volType], [state], [upCount], [description], [operater], [dr], [createtime], [lastmodified]) VALUES (@orderNo, @recType, @recordId, @batch, @goodsId, @productDate, @validDate, @count, @locationId, @volType, @state, @upCount, @description, @operater, @dr, @createtime, @lastmodified);
|
|
SELECT id, orderNo, recType, recordId, batch, goodsId, productDate, validDate, count, locationId, volType, state, upCount, description, operater, dr, createtime, lastmodified FROM t_wmsInUpPort WHERE (id = SCOPE_IDENTITY())</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@orderNo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="orderNo" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@recType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="recType" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@recordId" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="recordId" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@batch" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="batch" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@goodsId" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="goodsId" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@productDate" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="productDate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@validDate" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="validDate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@count" Precision="18" ProviderType="Decimal" Scale="0" Size="0" SourceColumn="count" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@locationId" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="locationId" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@volType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="volType" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@state" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="state" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@upCount" Precision="18" ProviderType="Decimal" Scale="0" Size="0" SourceColumn="upCount" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@description" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@dr" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@createtime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastmodified" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT id, orderNo, recType, recordId, batch, goodsId, productDate, validDate, count, locationId, volType, state, upCount, description, operater, dr, createtime, lastmodified FROM dbo.t_wmsInUpPort</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[t_wmsInUpPort] SET [orderNo] = @orderNo, [recType] = @recType, [recordId] = @recordId, [batch] = @batch, [goodsId] = @goodsId, [productDate] = @productDate, [validDate] = @validDate, [count] = @count, [locationId] = @locationId, [volType] = @volType, [state] = @state, [upCount] = @upCount, [description] = @description, [operater] = @operater, [dr] = @dr, [createtime] = @createtime, [lastmodified] = @lastmodified WHERE (([id] = @Original_id) AND ([orderNo] = @Original_orderNo) AND ((@IsNull_recType = 1 AND [recType] IS NULL) OR ([recType] = @Original_recType)) AND ([recordId] = @Original_recordId) AND ((@IsNull_batch = 1 AND [batch] IS NULL) OR ([batch] = @Original_batch)) AND ((@IsNull_goodsId = 1 AND [goodsId] IS NULL) OR ([goodsId] = @Original_goodsId)) AND ((@IsNull_productDate = 1 AND [productDate] IS NULL) OR ([productDate] = @Original_productDate)) AND ((@IsNull_validDate = 1 AND [validDate] IS NULL) OR ([validDate] = @Original_validDate)) AND ((@IsNull_count = 1 AND [count] IS NULL) OR ([count] = @Original_count)) AND ((@IsNull_locationId = 1 AND [locationId] IS NULL) OR ([locationId] = @Original_locationId)) AND ((@IsNull_volType = 1 AND [volType] IS NULL) OR ([volType] = @Original_volType)) AND ((@IsNull_state = 1 AND [state] IS NULL) OR ([state] = @Original_state)) AND ((@IsNull_upCount = 1 AND [upCount] IS NULL) OR ([upCount] = @Original_upCount)) AND ((@IsNull_description = 1 AND [description] IS NULL) OR ([description] = @Original_description)) AND ((@IsNull_operater = 1 AND [operater] IS NULL) OR ([operater] = @Original_operater)) AND ((@IsNull_dr = 1 AND [dr] IS NULL) OR ([dr] = @Original_dr)) AND ((@IsNull_createtime = 1 AND [createtime] IS NULL) OR ([createtime] = @Original_createtime)) AND ((@IsNull_lastmodified = 1 AND [lastmodified] IS NULL) OR ([lastmodified] = @Original_lastmodified)));
|
|
SELECT id, orderNo, recType, recordId, batch, goodsId, productDate, validDate, count, locationId, volType, state, upCount, description, operater, dr, createtime, lastmodified FROM t_wmsInUpPort WHERE (id = @id)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@orderNo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="orderNo" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@recType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="recType" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@recordId" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="recordId" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@batch" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="batch" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@goodsId" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="goodsId" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@productDate" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="productDate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@validDate" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="validDate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@count" Precision="18" ProviderType="Decimal" Scale="0" Size="0" SourceColumn="count" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@locationId" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="locationId" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@volType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="volType" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@state" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="state" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@upCount" Precision="18" ProviderType="Decimal" Scale="0" Size="0" SourceColumn="upCount" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@description" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@dr" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@createtime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastmodified" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="id" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_orderNo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="orderNo" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_recType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="recType" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_recType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="recType" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_recordId" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="recordId" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_batch" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="batch" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_batch" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="batch" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_goodsId" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="goodsId" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_goodsId" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="goodsId" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_productDate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="productDate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_productDate" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="productDate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_validDate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="validDate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_validDate" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="validDate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_count" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="count" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_count" Precision="18" ProviderType="Decimal" Scale="0" Size="0" SourceColumn="count" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_locationId" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="locationId" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_locationId" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="locationId" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_volType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="volType" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_volType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="volType" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_state" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="state" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_state" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="state" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_upCount" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="upCount" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_upCount" Precision="18" ProviderType="Decimal" Scale="0" Size="0" SourceColumn="upCount" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_description" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_description" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_dr" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_dr" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_createtime" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_createtime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastmodified" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastmodified" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="id" ColumnName="id" DataSourceName="deiniuWMS.dbo.t_wmsInUpPort" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@id" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="id" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="id" DataSetColumn="id" />
|
|
<Mapping SourceColumn="orderNo" DataSetColumn="orderNo" />
|
|
<Mapping SourceColumn="recType" DataSetColumn="recType" />
|
|
<Mapping SourceColumn="recordId" DataSetColumn="recordId" />
|
|
<Mapping SourceColumn="batch" DataSetColumn="batch" />
|
|
<Mapping SourceColumn="goodsId" DataSetColumn="goodsId" />
|
|
<Mapping SourceColumn="productDate" DataSetColumn="productDate" />
|
|
<Mapping SourceColumn="validDate" DataSetColumn="validDate" />
|
|
<Mapping SourceColumn="count" DataSetColumn="count" />
|
|
<Mapping SourceColumn="locationId" DataSetColumn="locationId" />
|
|
<Mapping SourceColumn="volType" DataSetColumn="volType" />
|
|
<Mapping SourceColumn="state" DataSetColumn="state" />
|
|
<Mapping SourceColumn="upCount" DataSetColumn="upCount" />
|
|
<Mapping SourceColumn="description" DataSetColumn="description" />
|
|
<Mapping SourceColumn="operater" DataSetColumn="operater" />
|
|
<Mapping SourceColumn="dr" DataSetColumn="dr" />
|
|
<Mapping SourceColumn="createtime" DataSetColumn="createtime" />
|
|
<Mapping SourceColumn="lastmodified" DataSetColumn="lastmodified" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="t_wmsLocationTableAdapter" GeneratorDataComponentClassName="t_wmsLocationTableAdapter" Name="t_wmsLocation" UserDataComponentName="t_wmsLocationTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="deiniuWMSConnectionString (Settings)" DbObjectName="deiniuWMS.dbo.t_wmsLocation" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<DeleteCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>DELETE FROM [dbo].[t_wmsLocation] WHERE (([id] = @Original_id) AND ([locationId] = @Original_locationId) AND ((@IsNull_locationId128 = 1 AND [locationId128] IS NULL) OR ([locationId128] = @Original_locationId128)) AND ((@IsNull_warehouse = 1 AND [warehouse] IS NULL) OR ([warehouse] = @Original_warehouse)) AND ((@IsNull_channel = 1 AND [channel] IS NULL) OR ([channel] = @Original_channel)) AND ((@IsNull_shelf = 1 AND [shelf] IS NULL) OR ([shelf] = @Original_shelf)) AND ((@IsNull_layer = 1 AND [layer] IS NULL) OR ([layer] = @Original_layer)) AND ((@IsNull_col = 1 AND [col] IS NULL) OR ([col] = @Original_col)) AND ((@IsNull_elabId = 1 AND [elabId] IS NULL) OR ([elabId] = @Original_elabId)) AND ((@IsNull_elabAddress = 1 AND [elabAddress] IS NULL) OR ([elabAddress] = @Original_elabAddress)) AND ((@IsNull_height = 1 AND [height] IS NULL) OR ([height] = @Original_height)) AND ((@IsNull_width = 1 AND [width] IS NULL) OR ([width] = @Original_width)) AND ((@IsNull_length = 1 AND [length] IS NULL) OR ([length] = @Original_length)) AND ((@IsNull_weight = 1 AND [weight] IS NULL) OR ([weight] = @Original_weight)) AND ((@IsNull_port = 1 AND [port] IS NULL) OR ([port] = @Original_port)) AND ((@IsNull_part = 1 AND [part] IS NULL) OR ([part] = @Original_part)) AND ((@IsNull_bigPart = 1 AND [bigPart] IS NULL) OR ([bigPart] = @Original_bigPart)) AND ((@IsNull_goodsType = 1 AND [goodsType] IS NULL) OR ([goodsType] = @Original_goodsType)) AND ((@IsNull_whType = 1 AND [whType] IS NULL) OR ([whType] = @Original_whType)) AND ((@IsNull_whGoodsType = 1 AND [whGoodsType] IS NULL) OR ([whGoodsType] = @Original_whGoodsType)) AND ((@IsNull_whVolType = 1 AND [whVolType] IS NULL) OR ([whVolType] = @Original_whVolType)) AND ((@IsNull_volType = 1 AND [volType] IS NULL) OR ([volType] = @Original_volType)) AND ((@IsNull_state = 1 AND [state] IS NULL) OR ([state] = @Original_state)) AND ((@IsNull_tranState = 1 AND [tranState] IS NULL) OR ([tranState] = @Original_tranState)) AND ((@IsNull_transLine = 1 AND [transLine] IS NULL) OR ([transLine] = @Original_transLine)) AND ((@IsNull_x = 1 AND [x] IS NULL) OR ([x] = @Original_x)) AND ((@IsNull_y = 1 AND [y] IS NULL) OR ([y] = @Original_y)) AND ((@IsNull_z = 1 AND [z] IS NULL) OR ([z] = @Original_z)) AND ((@IsNull_operater = 1 AND [operater] IS NULL) OR ([operater] = @Original_operater)) AND ((@IsNull_lastmodified = 1 AND [lastmodified] IS NULL) OR ([lastmodified] = @Original_lastmodified)) AND ((@IsNull_createtime = 1 AND [createtime] IS NULL) OR ([createtime] = @Original_createtime)) AND ((@IsNull_dr = 1 AND [dr] IS NULL) OR ([dr] = @Original_dr)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="id" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_locationId" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="locationId" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_locationId128" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="locationId128" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_locationId128" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="locationId128" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_warehouse" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="warehouse" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_warehouse" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="warehouse" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_channel" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="channel" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_channel" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="channel" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_shelf" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="shelf" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_shelf" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="shelf" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_layer" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="layer" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_layer" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="layer" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_col" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="col" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_col" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="col" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_elabId" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="elabId" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_elabId" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="elabId" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_elabAddress" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="elabAddress" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_elabAddress" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="elabAddress" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_height" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="height" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_height" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="height" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_width" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="width" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_width" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="width" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_length" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="length" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_length" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="length" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_weight" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="weight" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_weight" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="weight" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_port" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="port" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_port" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="port" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_part" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="part" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_part" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="part" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_bigPart" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="bigPart" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_bigPart" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="bigPart" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_goodsType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="goodsType" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_goodsType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="goodsType" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_whType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="whType" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_whType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="whType" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_whGoodsType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="whGoodsType" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_whGoodsType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="whGoodsType" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_whVolType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="whVolType" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_whVolType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="whVolType" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_volType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="volType" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_volType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="volType" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_state" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="state" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_state" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="state" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_tranState" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="tranState" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_tranState" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="tranState" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_transLine" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="transLine" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_transLine" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="transLine" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_x" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="x" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_x" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="x" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_y" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="y" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_y" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="y" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_z" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="z" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_z" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="z" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastmodified" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastmodified" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_createtime" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_createtime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_dr" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_dr" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[t_wmsLocation] ([locationId], [locationId128], [warehouse], [channel], [shelf], [layer], [col], [elabId], [elabAddress], [height], [width], [length], [weight], [port], [part], [bigPart], [goodsType], [whType], [whGoodsType], [whVolType], [volType], [state], [tranState], [transLine], [x], [y], [z], [operater], [lastmodified], [createtime], [dr]) VALUES (@locationId, @locationId128, @warehouse, @channel, @shelf, @layer, @col, @elabId, @elabAddress, @height, @width, @length, @weight, @port, @part, @bigPart, @goodsType, @whType, @whGoodsType, @whVolType, @volType, @state, @tranState, @transLine, @x, @y, @z, @operater, @lastmodified, @createtime, @dr);
|
|
SELECT id, locationId, locationId128, warehouse, channel, shelf, layer, col, elabId, elabAddress, height, width, length, weight, port, part, bigPart, goodsType, whType, whGoodsType, whVolType, volType, state, tranState, transLine, x, y, z, operater, lastmodified, createtime, dr FROM t_wmsLocation WHERE (locationId = @locationId)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@locationId" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="locationId" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@locationId128" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="locationId128" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@warehouse" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="warehouse" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@channel" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="channel" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@shelf" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="shelf" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@layer" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="layer" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@col" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="col" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@elabId" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="elabId" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@elabAddress" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="elabAddress" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@height" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="height" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@width" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="width" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@length" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="length" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@weight" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="weight" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@port" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="port" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@part" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="part" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@bigPart" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="bigPart" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@goodsType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="goodsType" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@whType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="whType" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@whGoodsType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="whGoodsType" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@whVolType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="whVolType" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@volType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="volType" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@state" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="state" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@tranState" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="tranState" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@transLine" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="transLine" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@x" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="x" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@y" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="y" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@z" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="z" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastmodified" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@createtime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@dr" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT id, locationId, locationId128, warehouse, channel, shelf, layer, col, elabId, elabAddress, height, width, length, weight, port, part, bigPart, goodsType, whType, whGoodsType, whVolType, volType, state, tranState, transLine, x, y, z, operater, lastmodified, createtime, dr FROM dbo.t_wmsLocation</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[t_wmsLocation] SET [locationId] = @locationId, [locationId128] = @locationId128, [warehouse] = @warehouse, [channel] = @channel, [shelf] = @shelf, [layer] = @layer, [col] = @col, [elabId] = @elabId, [elabAddress] = @elabAddress, [height] = @height, [width] = @width, [length] = @length, [weight] = @weight, [port] = @port, [part] = @part, [bigPart] = @bigPart, [goodsType] = @goodsType, [whType] = @whType, [whGoodsType] = @whGoodsType, [whVolType] = @whVolType, [volType] = @volType, [state] = @state, [tranState] = @tranState, [transLine] = @transLine, [x] = @x, [y] = @y, [z] = @z, [operater] = @operater, [lastmodified] = @lastmodified, [createtime] = @createtime, [dr] = @dr WHERE (([id] = @Original_id) AND ([locationId] = @Original_locationId) AND ((@IsNull_locationId128 = 1 AND [locationId128] IS NULL) OR ([locationId128] = @Original_locationId128)) AND ((@IsNull_warehouse = 1 AND [warehouse] IS NULL) OR ([warehouse] = @Original_warehouse)) AND ((@IsNull_channel = 1 AND [channel] IS NULL) OR ([channel] = @Original_channel)) AND ((@IsNull_shelf = 1 AND [shelf] IS NULL) OR ([shelf] = @Original_shelf)) AND ((@IsNull_layer = 1 AND [layer] IS NULL) OR ([layer] = @Original_layer)) AND ((@IsNull_col = 1 AND [col] IS NULL) OR ([col] = @Original_col)) AND ((@IsNull_elabId = 1 AND [elabId] IS NULL) OR ([elabId] = @Original_elabId)) AND ((@IsNull_elabAddress = 1 AND [elabAddress] IS NULL) OR ([elabAddress] = @Original_elabAddress)) AND ((@IsNull_height = 1 AND [height] IS NULL) OR ([height] = @Original_height)) AND ((@IsNull_width = 1 AND [width] IS NULL) OR ([width] = @Original_width)) AND ((@IsNull_length = 1 AND [length] IS NULL) OR ([length] = @Original_length)) AND ((@IsNull_weight = 1 AND [weight] IS NULL) OR ([weight] = @Original_weight)) AND ((@IsNull_port = 1 AND [port] IS NULL) OR ([port] = @Original_port)) AND ((@IsNull_part = 1 AND [part] IS NULL) OR ([part] = @Original_part)) AND ((@IsNull_bigPart = 1 AND [bigPart] IS NULL) OR ([bigPart] = @Original_bigPart)) AND ((@IsNull_goodsType = 1 AND [goodsType] IS NULL) OR ([goodsType] = @Original_goodsType)) AND ((@IsNull_whType = 1 AND [whType] IS NULL) OR ([whType] = @Original_whType)) AND ((@IsNull_whGoodsType = 1 AND [whGoodsType] IS NULL) OR ([whGoodsType] = @Original_whGoodsType)) AND ((@IsNull_whVolType = 1 AND [whVolType] IS NULL) OR ([whVolType] = @Original_whVolType)) AND ((@IsNull_volType = 1 AND [volType] IS NULL) OR ([volType] = @Original_volType)) AND ((@IsNull_state = 1 AND [state] IS NULL) OR ([state] = @Original_state)) AND ((@IsNull_tranState = 1 AND [tranState] IS NULL) OR ([tranState] = @Original_tranState)) AND ((@IsNull_transLine = 1 AND [transLine] IS NULL) OR ([transLine] = @Original_transLine)) AND ((@IsNull_x = 1 AND [x] IS NULL) OR ([x] = @Original_x)) AND ((@IsNull_y = 1 AND [y] IS NULL) OR ([y] = @Original_y)) AND ((@IsNull_z = 1 AND [z] IS NULL) OR ([z] = @Original_z)) AND ((@IsNull_operater = 1 AND [operater] IS NULL) OR ([operater] = @Original_operater)) AND ((@IsNull_lastmodified = 1 AND [lastmodified] IS NULL) OR ([lastmodified] = @Original_lastmodified)) AND ((@IsNull_createtime = 1 AND [createtime] IS NULL) OR ([createtime] = @Original_createtime)) AND ((@IsNull_dr = 1 AND [dr] IS NULL) OR ([dr] = @Original_dr)));
|
|
SELECT id, locationId, locationId128, warehouse, channel, shelf, layer, col, elabId, elabAddress, height, width, length, weight, port, part, bigPart, goodsType, whType, whGoodsType, whVolType, volType, state, tranState, transLine, x, y, z, operater, lastmodified, createtime, dr FROM t_wmsLocation WHERE (locationId = @locationId)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@locationId" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="locationId" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@locationId128" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="locationId128" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@warehouse" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="warehouse" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@channel" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="channel" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@shelf" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="shelf" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@layer" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="layer" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@col" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="col" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@elabId" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="elabId" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@elabAddress" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="elabAddress" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@height" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="height" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@width" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="width" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@length" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="length" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@weight" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="weight" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@port" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="port" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@part" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="part" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@bigPart" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="bigPart" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@goodsType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="goodsType" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@whType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="whType" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@whGoodsType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="whGoodsType" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@whVolType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="whVolType" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@volType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="volType" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@state" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="state" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@tranState" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="tranState" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@transLine" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="transLine" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@x" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="x" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@y" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="y" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@z" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="z" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastmodified" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@createtime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@dr" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="id" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_locationId" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="locationId" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_locationId128" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="locationId128" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_locationId128" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="locationId128" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_warehouse" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="warehouse" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_warehouse" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="warehouse" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_channel" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="channel" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_channel" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="channel" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_shelf" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="shelf" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_shelf" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="shelf" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_layer" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="layer" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_layer" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="layer" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_col" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="col" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_col" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="col" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_elabId" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="elabId" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_elabId" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="elabId" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_elabAddress" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="elabAddress" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_elabAddress" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="elabAddress" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_height" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="height" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_height" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="height" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_width" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="width" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_width" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="width" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_length" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="length" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_length" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="length" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_weight" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="weight" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_weight" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="weight" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_port" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="port" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_port" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="port" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_part" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="part" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_part" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="part" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_bigPart" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="bigPart" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_bigPart" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="bigPart" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_goodsType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="goodsType" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_goodsType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="goodsType" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_whType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="whType" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_whType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="whType" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_whGoodsType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="whGoodsType" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_whGoodsType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="whGoodsType" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_whVolType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="whVolType" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_whVolType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="whVolType" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_volType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="volType" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_volType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="volType" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_state" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="state" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_state" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="state" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_tranState" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="tranState" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_tranState" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="tranState" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_transLine" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="transLine" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_transLine" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="transLine" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_x" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="x" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_x" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="x" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_y" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="y" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_y" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="y" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_z" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="z" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_z" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="z" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastmodified" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastmodified" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_createtime" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_createtime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_dr" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_dr" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="id" DataSetColumn="id" />
|
|
<Mapping SourceColumn="locationId" DataSetColumn="locationId" />
|
|
<Mapping SourceColumn="locationId128" DataSetColumn="locationId128" />
|
|
<Mapping SourceColumn="warehouse" DataSetColumn="warehouse" />
|
|
<Mapping SourceColumn="channel" DataSetColumn="channel" />
|
|
<Mapping SourceColumn="shelf" DataSetColumn="shelf" />
|
|
<Mapping SourceColumn="layer" DataSetColumn="layer" />
|
|
<Mapping SourceColumn="col" DataSetColumn="col" />
|
|
<Mapping SourceColumn="elabId" DataSetColumn="elabId" />
|
|
<Mapping SourceColumn="elabAddress" DataSetColumn="elabAddress" />
|
|
<Mapping SourceColumn="height" DataSetColumn="height" />
|
|
<Mapping SourceColumn="width" DataSetColumn="width" />
|
|
<Mapping SourceColumn="length" DataSetColumn="length" />
|
|
<Mapping SourceColumn="weight" DataSetColumn="weight" />
|
|
<Mapping SourceColumn="port" DataSetColumn="port" />
|
|
<Mapping SourceColumn="part" DataSetColumn="part" />
|
|
<Mapping SourceColumn="bigPart" DataSetColumn="bigPart" />
|
|
<Mapping SourceColumn="goodsType" DataSetColumn="goodsType" />
|
|
<Mapping SourceColumn="whType" DataSetColumn="whType" />
|
|
<Mapping SourceColumn="whGoodsType" DataSetColumn="whGoodsType" />
|
|
<Mapping SourceColumn="whVolType" DataSetColumn="whVolType" />
|
|
<Mapping SourceColumn="volType" DataSetColumn="volType" />
|
|
<Mapping SourceColumn="state" DataSetColumn="state" />
|
|
<Mapping SourceColumn="tranState" DataSetColumn="tranState" />
|
|
<Mapping SourceColumn="transLine" DataSetColumn="transLine" />
|
|
<Mapping SourceColumn="x" DataSetColumn="x" />
|
|
<Mapping SourceColumn="y" DataSetColumn="y" />
|
|
<Mapping SourceColumn="z" DataSetColumn="z" />
|
|
<Mapping SourceColumn="operater" DataSetColumn="operater" />
|
|
<Mapping SourceColumn="lastmodified" DataSetColumn="lastmodified" />
|
|
<Mapping SourceColumn="createtime" DataSetColumn="createtime" />
|
|
<Mapping SourceColumn="dr" DataSetColumn="dr" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="t_wmsOutBoxTableAdapter" GeneratorDataComponentClassName="t_wmsOutBoxTableAdapter" Name="t_wmsOutBox" UserDataComponentName="t_wmsOutBoxTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="deiniuWMSConnectionString (Settings)" DbObjectName="deiniuWMS.dbo.t_wmsOutBox" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<DeleteCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>DELETE FROM [dbo].[t_wmsOutBox] WHERE (([id] = @Original_id) AND ((@IsNull_boxid = 1 AND [boxid] IS NULL) OR ([boxid] = @Original_boxid)) AND ((@IsNull_color = 1 AND [color] IS NULL) OR ([color] = @Original_color)) AND ((@IsNull_waveNo = 1 AND [waveNo] IS NULL) OR ([waveNo] = @Original_waveNo)) AND ((@IsNull_volume = 1 AND [volume] IS NULL) OR ([volume] = @Original_volume)) AND ((@IsNull_length = 1 AND [length] IS NULL) OR ([length] = @Original_length)) AND ((@IsNull_width = 1 AND [width] IS NULL) OR ([width] = @Original_width)) AND ((@IsNull_height = 1 AND [height] IS NULL) OR ([height] = @Original_height)) AND ((@IsNull_state = 1 AND [state] IS NULL) OR ([state] = @Original_state)) AND ((@IsNull_operater = 1 AND [operater] IS NULL) OR ([operater] = @Original_operater)) AND ((@IsNull_dr = 1 AND [dr] IS NULL) OR ([dr] = @Original_dr)) AND ((@IsNull_createtime = 1 AND [createtime] IS NULL) OR ([createtime] = @Original_createtime)) AND ((@IsNull_lastmodified = 1 AND [lastmodified] IS NULL) OR ([lastmodified] = @Original_lastmodified)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="id" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_boxid" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="boxid" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_boxid" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="boxid" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_color" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="color" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_color" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="color" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_waveNo" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="waveNo" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_waveNo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="waveNo" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_volume" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="volume" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_volume" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="volume" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_length" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="length" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_length" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="length" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_width" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="width" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_width" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="width" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_height" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="height" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_height" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="height" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_state" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="state" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_state" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="state" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_dr" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_dr" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_createtime" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_createtime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastmodified" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastmodified" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[t_wmsOutBox] ([boxid], [color], [waveNo], [volume], [length], [width], [height], [state], [operater], [dr], [createtime], [lastmodified]) VALUES (@boxid, @color, @waveNo, @volume, @length, @width, @height, @state, @operater, @dr, @createtime, @lastmodified);
|
|
SELECT id, boxid, color, waveNo, volume, length, width, height, state, operater, dr, createtime, lastmodified FROM t_wmsOutBox WHERE (id = SCOPE_IDENTITY())</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@boxid" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="boxid" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@color" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="color" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@waveNo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="waveNo" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@volume" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="volume" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@length" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="length" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@width" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="width" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@height" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="height" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@state" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="state" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@dr" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@createtime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastmodified" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT id, boxid, color, waveNo, volume, length, width, height, state, operater, dr, createtime, lastmodified FROM dbo.t_wmsOutBox</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[t_wmsOutBox] SET [boxid] = @boxid, [color] = @color, [waveNo] = @waveNo, [volume] = @volume, [length] = @length, [width] = @width, [height] = @height, [state] = @state, [operater] = @operater, [dr] = @dr, [createtime] = @createtime, [lastmodified] = @lastmodified WHERE (([id] = @Original_id) AND ((@IsNull_boxid = 1 AND [boxid] IS NULL) OR ([boxid] = @Original_boxid)) AND ((@IsNull_color = 1 AND [color] IS NULL) OR ([color] = @Original_color)) AND ((@IsNull_waveNo = 1 AND [waveNo] IS NULL) OR ([waveNo] = @Original_waveNo)) AND ((@IsNull_volume = 1 AND [volume] IS NULL) OR ([volume] = @Original_volume)) AND ((@IsNull_length = 1 AND [length] IS NULL) OR ([length] = @Original_length)) AND ((@IsNull_width = 1 AND [width] IS NULL) OR ([width] = @Original_width)) AND ((@IsNull_height = 1 AND [height] IS NULL) OR ([height] = @Original_height)) AND ((@IsNull_state = 1 AND [state] IS NULL) OR ([state] = @Original_state)) AND ((@IsNull_operater = 1 AND [operater] IS NULL) OR ([operater] = @Original_operater)) AND ((@IsNull_dr = 1 AND [dr] IS NULL) OR ([dr] = @Original_dr)) AND ((@IsNull_createtime = 1 AND [createtime] IS NULL) OR ([createtime] = @Original_createtime)) AND ((@IsNull_lastmodified = 1 AND [lastmodified] IS NULL) OR ([lastmodified] = @Original_lastmodified)));
|
|
SELECT id, boxid, color, waveNo, volume, length, width, height, state, operater, dr, createtime, lastmodified FROM t_wmsOutBox WHERE (id = @id)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@boxid" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="boxid" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@color" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="color" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@waveNo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="waveNo" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@volume" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="volume" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@length" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="length" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@width" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="width" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@height" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="height" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@state" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="state" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@dr" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@createtime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastmodified" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="id" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_boxid" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="boxid" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_boxid" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="boxid" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_color" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="color" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_color" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="color" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_waveNo" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="waveNo" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_waveNo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="waveNo" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_volume" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="volume" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_volume" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="volume" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_length" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="length" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_length" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="length" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_width" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="width" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_width" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="width" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_height" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="height" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_height" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="height" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_state" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="state" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_state" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="state" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_dr" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_dr" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_createtime" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_createtime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastmodified" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastmodified" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="id" ColumnName="id" DataSourceName="deiniuWMS.dbo.t_wmsOutBox" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@id" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="id" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="id" DataSetColumn="id" />
|
|
<Mapping SourceColumn="boxid" DataSetColumn="boxid" />
|
|
<Mapping SourceColumn="color" DataSetColumn="color" />
|
|
<Mapping SourceColumn="waveNo" DataSetColumn="waveNo" />
|
|
<Mapping SourceColumn="volume" DataSetColumn="volume" />
|
|
<Mapping SourceColumn="length" DataSetColumn="length" />
|
|
<Mapping SourceColumn="width" DataSetColumn="width" />
|
|
<Mapping SourceColumn="height" DataSetColumn="height" />
|
|
<Mapping SourceColumn="state" DataSetColumn="state" />
|
|
<Mapping SourceColumn="operater" DataSetColumn="operater" />
|
|
<Mapping SourceColumn="dr" DataSetColumn="dr" />
|
|
<Mapping SourceColumn="createtime" DataSetColumn="createtime" />
|
|
<Mapping SourceColumn="lastmodified" DataSetColumn="lastmodified" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="t_wmsOutDeskTableAdapter" GeneratorDataComponentClassName="t_wmsOutDeskTableAdapter" Name="t_wmsOutDesk" UserDataComponentName="t_wmsOutDeskTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="deiniuWMSConnectionString (Settings)" DbObjectName="deiniuWMS.dbo.t_wmsOutDesk" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<DeleteCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>DELETE FROM [dbo].[t_wmsOutDesk] WHERE (([id] = @Original_id) AND ([color] = @Original_color) AND ([deskName] = @Original_deskName) AND ([ip] = @Original_ip) AND ((@IsNull_macaddress = 1 AND [macaddress] IS NULL) OR ([macaddress] = @Original_macaddress)) AND ((@IsNull_remark = 1 AND [remark] IS NULL) OR ([remark] = @Original_remark)) AND ((@IsNull_state = 1 AND [state] IS NULL) OR ([state] = @Original_state)) AND ((@IsNull_port = 1 AND [port] IS NULL) OR ([port] = @Original_port)) AND ((@IsNull_seedsCount = 1 AND [seedsCount] IS NULL) OR ([seedsCount] = @Original_seedsCount)) AND ((@IsNull_startLabelId = 1 AND [startLabelId] IS NULL) OR ([startLabelId] = @Original_startLabelId)) AND ((@IsNull_deskType = 1 AND [deskType] IS NULL) OR ([deskType] = @Original_deskType)) AND ((@IsNull_operater = 1 AND [operater] IS NULL) OR ([operater] = @Original_operater)) AND ((@IsNull_dr = 1 AND [dr] IS NULL) OR ([dr] = @Original_dr)) AND ((@IsNull_createtime = 1 AND [createtime] IS NULL) OR ([createtime] = @Original_createtime)) AND ((@IsNull_lastmodified = 1 AND [lastmodified] IS NULL) OR ([lastmodified] = @Original_lastmodified)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="id" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_color" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="color" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_deskName" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="deskName" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_ip" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="ip" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_macaddress" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="macaddress" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_macaddress" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="macaddress" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_remark" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="remark" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_remark" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="remark" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_state" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="state" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_state" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="state" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_port" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="port" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_port" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="port" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_seedsCount" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="seedsCount" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_seedsCount" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="seedsCount" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_startLabelId" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="startLabelId" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_startLabelId" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="startLabelId" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_deskType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="deskType" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_deskType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="deskType" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_dr" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_dr" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_createtime" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_createtime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastmodified" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastmodified" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[t_wmsOutDesk] ([color], [deskName], [ip], [macaddress], [remark], [state], [port], [seedsCount], [startLabelId], [deskType], [operater], [dr], [createtime], [lastmodified]) VALUES (@color, @deskName, @ip, @macaddress, @remark, @state, @port, @seedsCount, @startLabelId, @deskType, @operater, @dr, @createtime, @lastmodified);
|
|
SELECT id, color, deskName, ip, macaddress, remark, state, port, seedsCount, startLabelId, deskType, operater, dr, createtime, lastmodified FROM t_wmsOutDesk WHERE (color = @color)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@color" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="color" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@deskName" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="deskName" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@ip" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="ip" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@macaddress" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="macaddress" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@remark" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="remark" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@state" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="state" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@port" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="port" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@seedsCount" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="seedsCount" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@startLabelId" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="startLabelId" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@deskType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="deskType" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@dr" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@createtime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastmodified" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT id, color, deskName, ip, macaddress, remark, state, port, seedsCount, startLabelId, deskType, operater, dr, createtime, lastmodified FROM dbo.t_wmsOutDesk</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[t_wmsOutDesk] SET [color] = @color, [deskName] = @deskName, [ip] = @ip, [macaddress] = @macaddress, [remark] = @remark, [state] = @state, [port] = @port, [seedsCount] = @seedsCount, [startLabelId] = @startLabelId, [deskType] = @deskType, [operater] = @operater, [dr] = @dr, [createtime] = @createtime, [lastmodified] = @lastmodified WHERE (([id] = @Original_id) AND ([color] = @Original_color) AND ([deskName] = @Original_deskName) AND ([ip] = @Original_ip) AND ((@IsNull_macaddress = 1 AND [macaddress] IS NULL) OR ([macaddress] = @Original_macaddress)) AND ((@IsNull_remark = 1 AND [remark] IS NULL) OR ([remark] = @Original_remark)) AND ((@IsNull_state = 1 AND [state] IS NULL) OR ([state] = @Original_state)) AND ((@IsNull_port = 1 AND [port] IS NULL) OR ([port] = @Original_port)) AND ((@IsNull_seedsCount = 1 AND [seedsCount] IS NULL) OR ([seedsCount] = @Original_seedsCount)) AND ((@IsNull_startLabelId = 1 AND [startLabelId] IS NULL) OR ([startLabelId] = @Original_startLabelId)) AND ((@IsNull_deskType = 1 AND [deskType] IS NULL) OR ([deskType] = @Original_deskType)) AND ((@IsNull_operater = 1 AND [operater] IS NULL) OR ([operater] = @Original_operater)) AND ((@IsNull_dr = 1 AND [dr] IS NULL) OR ([dr] = @Original_dr)) AND ((@IsNull_createtime = 1 AND [createtime] IS NULL) OR ([createtime] = @Original_createtime)) AND ((@IsNull_lastmodified = 1 AND [lastmodified] IS NULL) OR ([lastmodified] = @Original_lastmodified)));
|
|
SELECT id, color, deskName, ip, macaddress, remark, state, port, seedsCount, startLabelId, deskType, operater, dr, createtime, lastmodified FROM t_wmsOutDesk WHERE (color = @color)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@color" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="color" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@deskName" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="deskName" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@ip" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="ip" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@macaddress" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="macaddress" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@remark" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="remark" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@state" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="state" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@port" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="port" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@seedsCount" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="seedsCount" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@startLabelId" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="startLabelId" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@deskType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="deskType" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@dr" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@createtime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastmodified" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="id" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_color" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="color" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_deskName" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="deskName" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_ip" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="ip" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_macaddress" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="macaddress" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_macaddress" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="macaddress" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_remark" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="remark" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_remark" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="remark" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_state" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="state" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_state" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="state" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_port" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="port" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_port" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="port" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_seedsCount" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="seedsCount" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_seedsCount" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="seedsCount" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_startLabelId" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="startLabelId" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_startLabelId" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="startLabelId" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_deskType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="deskType" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_deskType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="deskType" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_dr" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_dr" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_createtime" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_createtime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastmodified" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastmodified" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="id" DataSetColumn="id" />
|
|
<Mapping SourceColumn="color" DataSetColumn="color" />
|
|
<Mapping SourceColumn="deskName" DataSetColumn="deskName" />
|
|
<Mapping SourceColumn="ip" DataSetColumn="ip" />
|
|
<Mapping SourceColumn="macaddress" DataSetColumn="macaddress" />
|
|
<Mapping SourceColumn="remark" DataSetColumn="remark" />
|
|
<Mapping SourceColumn="state" DataSetColumn="state" />
|
|
<Mapping SourceColumn="port" DataSetColumn="port" />
|
|
<Mapping SourceColumn="seedsCount" DataSetColumn="seedsCount" />
|
|
<Mapping SourceColumn="startLabelId" DataSetColumn="startLabelId" />
|
|
<Mapping SourceColumn="deskType" DataSetColumn="deskType" />
|
|
<Mapping SourceColumn="operater" DataSetColumn="operater" />
|
|
<Mapping SourceColumn="dr" DataSetColumn="dr" />
|
|
<Mapping SourceColumn="createtime" DataSetColumn="createtime" />
|
|
<Mapping SourceColumn="lastmodified" DataSetColumn="lastmodified" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="t_wmsOutDetailTableAdapter" GeneratorDataComponentClassName="t_wmsOutDetailTableAdapter" Name="t_wmsOutDetail" UserDataComponentName="t_wmsOutDetailTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="deiniuWMSConnectionString (Settings)" DbObjectName="deiniuWMS.dbo.t_wmsOutDetail" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[t_wmsOutDetail] ([orderNo], [goodsId], [batch], [count], [bulkCount], [batch1Count], [batch2Count], [boxcnt], [productDate], [validDate], [state], [whtype], [description], [operater], [dr], [createtime], [lastmodified]) VALUES (@orderNo, @goodsId, @batch, @count, @bulkCount, @batch1Count, @batch2Count, @boxcnt, @productDate, @validDate, @state, @whtype, @description, @operater, @dr, @createtime, @lastmodified)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@orderNo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="orderNo" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@goodsId" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="goodsId" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@batch" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="batch" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@count" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="count" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@bulkCount" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="bulkCount" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@batch1Count" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="batch1Count" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@batch2Count" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="batch2Count" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@boxcnt" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="boxcnt" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@productDate" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="productDate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@validDate" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="validDate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@state" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="state" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@whtype" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="whtype" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@description" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@dr" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@createtime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastmodified" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT id, orderNo, goodsId, batch, count, bulkCount, batch1Count, batch2Count, boxcnt, productDate, validDate, state, whtype, description, operater, dr, createtime, lastmodified FROM dbo.t_wmsOutDetail</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="id" DataSetColumn="id" />
|
|
<Mapping SourceColumn="orderNo" DataSetColumn="orderNo" />
|
|
<Mapping SourceColumn="goodsId" DataSetColumn="goodsId" />
|
|
<Mapping SourceColumn="batch" DataSetColumn="batch" />
|
|
<Mapping SourceColumn="count" DataSetColumn="count" />
|
|
<Mapping SourceColumn="bulkCount" DataSetColumn="bulkCount" />
|
|
<Mapping SourceColumn="batch1Count" DataSetColumn="batch1Count" />
|
|
<Mapping SourceColumn="batch2Count" DataSetColumn="batch2Count" />
|
|
<Mapping SourceColumn="boxcnt" DataSetColumn="boxcnt" />
|
|
<Mapping SourceColumn="productDate" DataSetColumn="productDate" />
|
|
<Mapping SourceColumn="validDate" DataSetColumn="validDate" />
|
|
<Mapping SourceColumn="state" DataSetColumn="state" />
|
|
<Mapping SourceColumn="whtype" DataSetColumn="whtype" />
|
|
<Mapping SourceColumn="description" DataSetColumn="description" />
|
|
<Mapping SourceColumn="operater" DataSetColumn="operater" />
|
|
<Mapping SourceColumn="dr" DataSetColumn="dr" />
|
|
<Mapping SourceColumn="createtime" DataSetColumn="createtime" />
|
|
<Mapping SourceColumn="lastmodified" DataSetColumn="lastmodified" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="t_wmsOutLogTableAdapter" GeneratorDataComponentClassName="t_wmsOutLogTableAdapter" Name="t_wmsOutLog" UserDataComponentName="t_wmsOutLogTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="deiniuWMSConnectionString (Settings)" DbObjectName="deiniuWMS.dbo.t_wmsOutLog" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[t_wmsOutLog] ([orderNo], [pickOrderNo], [goodsId], [batch], [orderState], [pickState], [bulkPickState], [batchPickState], [operater], [lastmodified], [createtime], [dr]) VALUES (@orderNo, @pickOrderNo, @goodsId, @batch, @orderState, @pickState, @bulkPickState, @batchPickState, @operater, @lastmodified, @createtime, @dr)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@orderNo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="orderNo" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@pickOrderNo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="pickOrderNo" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@goodsId" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="goodsId" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@batch" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="batch" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@orderState" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="orderState" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@pickState" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="pickState" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@bulkPickState" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="bulkPickState" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@batchPickState" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="batchPickState" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastmodified" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@createtime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@dr" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT id, orderNo, pickOrderNo, goodsId, batch, orderState, pickState, bulkPickState, batchPickState, operater, lastmodified, createtime, dr FROM dbo.t_wmsOutLog</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="id" DataSetColumn="id" />
|
|
<Mapping SourceColumn="orderNo" DataSetColumn="orderNo" />
|
|
<Mapping SourceColumn="pickOrderNo" DataSetColumn="pickOrderNo" />
|
|
<Mapping SourceColumn="goodsId" DataSetColumn="goodsId" />
|
|
<Mapping SourceColumn="batch" DataSetColumn="batch" />
|
|
<Mapping SourceColumn="orderState" DataSetColumn="orderState" />
|
|
<Mapping SourceColumn="pickState" DataSetColumn="pickState" />
|
|
<Mapping SourceColumn="bulkPickState" DataSetColumn="bulkPickState" />
|
|
<Mapping SourceColumn="batchPickState" DataSetColumn="batchPickState" />
|
|
<Mapping SourceColumn="operater" DataSetColumn="operater" />
|
|
<Mapping SourceColumn="lastmodified" DataSetColumn="lastmodified" />
|
|
<Mapping SourceColumn="createtime" DataSetColumn="createtime" />
|
|
<Mapping SourceColumn="dr" DataSetColumn="dr" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="t_wmsOutPickDetailTableAdapter" GeneratorDataComponentClassName="t_wmsOutPickDetailTableAdapter" Name="t_wmsOutPickDetail" UserDataComponentName="t_wmsOutPickDetailTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="deiniuWMSConnectionString (Settings)" DbObjectName="deiniuWMS.dbo.t_wmsOutPickDetail" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<DeleteCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>DELETE FROM [dbo].[t_wmsOutPickDetail] WHERE (([id] = @Original_id) AND ([pickOrderNo] = @Original_pickOrderNo) AND ((@IsNull_customerId = 1 AND [customerId] IS NULL) OR ([customerId] = @Original_customerId)) AND ((@IsNull_customerName = 1 AND [customerName] IS NULL) OR ([customerName] = @Original_customerName)) AND ((@IsNull_custAddress = 1 AND [custAddress] IS NULL) OR ([custAddress] = @Original_custAddress)) AND ((@IsNull_goodsId = 1 AND [goodsId] IS NULL) OR ([goodsId] = @Original_goodsId)) AND ((@IsNull_batch = 1 AND [batch] IS NULL) OR ([batch] = @Original_batch)) AND ((@IsNull_count = 1 AND [count] IS NULL) OR ([count] = @Original_count)) AND ((@IsNull_bulkCount = 1 AND [bulkCount] IS NULL) OR ([bulkCount] = @Original_bulkCount)) AND ((@IsNull_batch1Count = 1 AND [batch1Count] IS NULL) OR ([batch1Count] = @Original_batch1Count)) AND ((@IsNull_batch2Count = 1 AND [batch2Count] IS NULL) OR ([batch2Count] = @Original_batch2Count)) AND ((@IsNull_boxcnt = 1 AND [boxcnt] IS NULL) OR ([boxcnt] = @Original_boxcnt)) AND ((@IsNull_productDate = 1 AND [productDate] IS NULL) OR ([productDate] = @Original_productDate)) AND ((@IsNull_validDate = 1 AND [validDate] IS NULL) OR ([validDate] = @Original_validDate)) AND ((@IsNull_state = 1 AND [state] IS NULL) OR ([state] = @Original_state)) AND ((@IsNull_bulkPickState = 1 AND [bulkPickState] IS NULL) OR ([bulkPickState] = @Original_bulkPickState)) AND ((@IsNull_batchPickState = 1 AND [batchPickState] IS NULL) OR ([batchPickState] = @Original_batchPickState)) AND ((@IsNull_whtype = 1 AND [whtype] IS NULL) OR ([whtype] = @Original_whtype)) AND ((@IsNull_description = 1 AND [description] IS NULL) OR ([description] = @Original_description)) AND ((@IsNull_confirmedCount = 1 AND [confirmedCount] IS NULL) OR ([confirmedCount] = @Original_confirmedCount)) AND ((@IsNull_checkedBy = 1 AND [checkedBy] IS NULL) OR ([checkedBy] = @Original_checkedBy)) AND ((@IsNull_validReason = 1 AND [validReason] IS NULL) OR ([validReason] = @Original_validReason)) AND ((@IsNull_validSolution = 1 AND [validSolution] IS NULL) OR ([validSolution] = @Original_validSolution)) AND ((@IsNull_validRemark = 1 AND [validRemark] IS NULL) OR ([validRemark] = @Original_validRemark)) AND ((@IsNull_solutionRemark = 1 AND [solutionRemark] IS NULL) OR ([solutionRemark] = @Original_solutionRemark)) AND ((@IsNull_checkedTime = 1 AND [checkedTime] IS NULL) OR ([checkedTime] = @Original_checkedTime)) AND ((@IsNull_operater = 1 AND [operater] IS NULL) OR ([operater] = @Original_operater)) AND ((@IsNull_dr = 1 AND [dr] IS NULL) OR ([dr] = @Original_dr)) AND ((@IsNull_createtime = 1 AND [createtime] IS NULL) OR ([createtime] = @Original_createtime)) AND ((@IsNull_lastmodified = 1 AND [lastmodified] IS NULL) OR ([lastmodified] = @Original_lastmodified)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="id" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_pickOrderNo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="pickOrderNo" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_customerId" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="customerId" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_customerId" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="customerId" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_customerName" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="customerName" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_customerName" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="customerName" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_custAddress" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="custAddress" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_custAddress" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="custAddress" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_goodsId" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="goodsId" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_goodsId" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="goodsId" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_batch" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="batch" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_batch" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="batch" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_count" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="count" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_count" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="count" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_bulkCount" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="bulkCount" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_bulkCount" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="bulkCount" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_batch1Count" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="batch1Count" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_batch1Count" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="batch1Count" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_batch2Count" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="batch2Count" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_batch2Count" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="batch2Count" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_boxcnt" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="boxcnt" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_boxcnt" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="boxcnt" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_productDate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="productDate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_productDate" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="productDate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_validDate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="validDate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_validDate" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="validDate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_state" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="state" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_state" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="state" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_bulkPickState" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="bulkPickState" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_bulkPickState" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="bulkPickState" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_batchPickState" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="batchPickState" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_batchPickState" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="batchPickState" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_whtype" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="whtype" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_whtype" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="whtype" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_description" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_description" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_confirmedCount" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="confirmedCount" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_confirmedCount" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="confirmedCount" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_checkedBy" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="checkedBy" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_checkedBy" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="checkedBy" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_validReason" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="validReason" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_validReason" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="validReason" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_validSolution" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="validSolution" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_validSolution" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="validSolution" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_validRemark" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="validRemark" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_validRemark" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="validRemark" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_solutionRemark" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="solutionRemark" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_solutionRemark" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="solutionRemark" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_checkedTime" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="checkedTime" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_checkedTime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="checkedTime" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_dr" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_dr" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_createtime" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_createtime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastmodified" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastmodified" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[t_wmsOutPickDetail] ([pickOrderNo], [customerId], [customerName], [custAddress], [goodsId], [batch], [count], [bulkCount], [batch1Count], [batch2Count], [boxcnt], [productDate], [validDate], [state], [bulkPickState], [batchPickState], [whtype], [description], [confirmedCount], [checkedBy], [validReason], [validSolution], [validRemark], [solutionRemark], [checkedTime], [operater], [dr], [createtime], [lastmodified]) VALUES (@pickOrderNo, @customerId, @customerName, @custAddress, @goodsId, @batch, @count, @bulkCount, @batch1Count, @batch2Count, @boxcnt, @productDate, @validDate, @state, @bulkPickState, @batchPickState, @whtype, @description, @confirmedCount, @checkedBy, @validReason, @validSolution, @validRemark, @solutionRemark, @checkedTime, @operater, @dr, @createtime, @lastmodified);
|
|
SELECT id, pickOrderNo, customerId, customerName, custAddress, goodsId, batch, count, bulkCount, batch1Count, batch2Count, boxcnt, productDate, validDate, state, bulkPickState, batchPickState, whtype, description, confirmedCount, checkedBy, validReason, validSolution, validRemark, solutionRemark, checkedTime, operater, dr, createtime, lastmodified FROM t_wmsOutPickDetail WHERE (id = SCOPE_IDENTITY())</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@pickOrderNo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="pickOrderNo" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@customerId" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="customerId" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@customerName" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="customerName" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@custAddress" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="custAddress" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@goodsId" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="goodsId" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@batch" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="batch" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@count" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="count" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@bulkCount" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="bulkCount" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@batch1Count" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="batch1Count" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@batch2Count" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="batch2Count" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@boxcnt" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="boxcnt" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@productDate" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="productDate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@validDate" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="validDate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@state" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="state" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@bulkPickState" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="bulkPickState" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@batchPickState" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="batchPickState" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@whtype" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="whtype" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@description" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@confirmedCount" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="confirmedCount" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@checkedBy" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="checkedBy" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@validReason" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="validReason" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@validSolution" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="validSolution" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@validRemark" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="validRemark" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@solutionRemark" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="solutionRemark" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@checkedTime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="checkedTime" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@dr" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@createtime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastmodified" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT id, pickOrderNo, customerId, customerName, custAddress, goodsId, batch, count, bulkCount, batch1Count, batch2Count, boxcnt, productDate, validDate, state, bulkPickState, batchPickState, whtype, description, confirmedCount, checkedBy, validReason, validSolution, validRemark, solutionRemark, checkedTime, operater, dr, createtime, lastmodified FROM dbo.t_wmsOutPickDetail</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[t_wmsOutPickDetail] SET [pickOrderNo] = @pickOrderNo, [customerId] = @customerId, [customerName] = @customerName, [custAddress] = @custAddress, [goodsId] = @goodsId, [batch] = @batch, [count] = @count, [bulkCount] = @bulkCount, [batch1Count] = @batch1Count, [batch2Count] = @batch2Count, [boxcnt] = @boxcnt, [productDate] = @productDate, [validDate] = @validDate, [state] = @state, [bulkPickState] = @bulkPickState, [batchPickState] = @batchPickState, [whtype] = @whtype, [description] = @description, [confirmedCount] = @confirmedCount, [checkedBy] = @checkedBy, [validReason] = @validReason, [validSolution] = @validSolution, [validRemark] = @validRemark, [solutionRemark] = @solutionRemark, [checkedTime] = @checkedTime, [operater] = @operater, [dr] = @dr, [createtime] = @createtime, [lastmodified] = @lastmodified WHERE (([id] = @Original_id) AND ([pickOrderNo] = @Original_pickOrderNo) AND ((@IsNull_customerId = 1 AND [customerId] IS NULL) OR ([customerId] = @Original_customerId)) AND ((@IsNull_customerName = 1 AND [customerName] IS NULL) OR ([customerName] = @Original_customerName)) AND ((@IsNull_custAddress = 1 AND [custAddress] IS NULL) OR ([custAddress] = @Original_custAddress)) AND ((@IsNull_goodsId = 1 AND [goodsId] IS NULL) OR ([goodsId] = @Original_goodsId)) AND ((@IsNull_batch = 1 AND [batch] IS NULL) OR ([batch] = @Original_batch)) AND ((@IsNull_count = 1 AND [count] IS NULL) OR ([count] = @Original_count)) AND ((@IsNull_bulkCount = 1 AND [bulkCount] IS NULL) OR ([bulkCount] = @Original_bulkCount)) AND ((@IsNull_batch1Count = 1 AND [batch1Count] IS NULL) OR ([batch1Count] = @Original_batch1Count)) AND ((@IsNull_batch2Count = 1 AND [batch2Count] IS NULL) OR ([batch2Count] = @Original_batch2Count)) AND ((@IsNull_boxcnt = 1 AND [boxcnt] IS NULL) OR ([boxcnt] = @Original_boxcnt)) AND ((@IsNull_productDate = 1 AND [productDate] IS NULL) OR ([productDate] = @Original_productDate)) AND ((@IsNull_validDate = 1 AND [validDate] IS NULL) OR ([validDate] = @Original_validDate)) AND ((@IsNull_state = 1 AND [state] IS NULL) OR ([state] = @Original_state)) AND ((@IsNull_bulkPickState = 1 AND [bulkPickState] IS NULL) OR ([bulkPickState] = @Original_bulkPickState)) AND ((@IsNull_batchPickState = 1 AND [batchPickState] IS NULL) OR ([batchPickState] = @Original_batchPickState)) AND ((@IsNull_whtype = 1 AND [whtype] IS NULL) OR ([whtype] = @Original_whtype)) AND ((@IsNull_description = 1 AND [description] IS NULL) OR ([description] = @Original_description)) AND ((@IsNull_confirmedCount = 1 AND [confirmedCount] IS NULL) OR ([confirmedCount] = @Original_confirmedCount)) AND ((@IsNull_checkedBy = 1 AND [checkedBy] IS NULL) OR ([checkedBy] = @Original_checkedBy)) AND ((@IsNull_validReason = 1 AND [validReason] IS NULL) OR ([validReason] = @Original_validReason)) AND ((@IsNull_validSolution = 1 AND [validSolution] IS NULL) OR ([validSolution] = @Original_validSolution)) AND ((@IsNull_validRemark = 1 AND [validRemark] IS NULL) OR ([validRemark] = @Original_validRemark)) AND ((@IsNull_solutionRemark = 1 AND [solutionRemark] IS NULL) OR ([solutionRemark] = @Original_solutionRemark)) AND ((@IsNull_checkedTime = 1 AND [checkedTime] IS NULL) OR ([checkedTime] = @Original_checkedTime)) AND ((@IsNull_operater = 1 AND [operater] IS NULL) OR ([operater] = @Original_operater)) AND ((@IsNull_dr = 1 AND [dr] IS NULL) OR ([dr] = @Original_dr)) AND ((@IsNull_createtime = 1 AND [createtime] IS NULL) OR ([createtime] = @Original_createtime)) AND ((@IsNull_lastmodified = 1 AND [lastmodified] IS NULL) OR ([lastmodified] = @Original_lastmodified)));
|
|
SELECT id, pickOrderNo, customerId, customerName, custAddress, goodsId, batch, count, bulkCount, batch1Count, batch2Count, boxcnt, productDate, validDate, state, bulkPickState, batchPickState, whtype, description, confirmedCount, checkedBy, validReason, validSolution, validRemark, solutionRemark, checkedTime, operater, dr, createtime, lastmodified FROM t_wmsOutPickDetail WHERE (id = @id)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@pickOrderNo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="pickOrderNo" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@customerId" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="customerId" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@customerName" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="customerName" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@custAddress" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="custAddress" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@goodsId" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="goodsId" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@batch" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="batch" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@count" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="count" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@bulkCount" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="bulkCount" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@batch1Count" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="batch1Count" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@batch2Count" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="batch2Count" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@boxcnt" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="boxcnt" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@productDate" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="productDate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@validDate" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="validDate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@state" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="state" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@bulkPickState" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="bulkPickState" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@batchPickState" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="batchPickState" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@whtype" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="whtype" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@description" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@confirmedCount" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="confirmedCount" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@checkedBy" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="checkedBy" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@validReason" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="validReason" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@validSolution" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="validSolution" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@validRemark" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="validRemark" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@solutionRemark" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="solutionRemark" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@checkedTime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="checkedTime" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@dr" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@createtime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastmodified" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="id" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_pickOrderNo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="pickOrderNo" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_customerId" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="customerId" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_customerId" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="customerId" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_customerName" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="customerName" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_customerName" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="customerName" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_custAddress" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="custAddress" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_custAddress" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="custAddress" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_goodsId" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="goodsId" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_goodsId" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="goodsId" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_batch" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="batch" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_batch" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="batch" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_count" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="count" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_count" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="count" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_bulkCount" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="bulkCount" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_bulkCount" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="bulkCount" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_batch1Count" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="batch1Count" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_batch1Count" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="batch1Count" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_batch2Count" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="batch2Count" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_batch2Count" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="batch2Count" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_boxcnt" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="boxcnt" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_boxcnt" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="boxcnt" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_productDate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="productDate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_productDate" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="productDate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_validDate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="validDate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_validDate" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="validDate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_state" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="state" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_state" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="state" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_bulkPickState" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="bulkPickState" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_bulkPickState" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="bulkPickState" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_batchPickState" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="batchPickState" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_batchPickState" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="batchPickState" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_whtype" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="whtype" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_whtype" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="whtype" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_description" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_description" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_confirmedCount" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="confirmedCount" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_confirmedCount" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="confirmedCount" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_checkedBy" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="checkedBy" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_checkedBy" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="checkedBy" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_validReason" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="validReason" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_validReason" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="validReason" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_validSolution" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="validSolution" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_validSolution" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="validSolution" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_validRemark" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="validRemark" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_validRemark" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="validRemark" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_solutionRemark" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="solutionRemark" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_solutionRemark" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="solutionRemark" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_checkedTime" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="checkedTime" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_checkedTime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="checkedTime" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_dr" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_dr" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_createtime" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_createtime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastmodified" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastmodified" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="id" ColumnName="id" DataSourceName="deiniuWMS.dbo.t_wmsOutPickDetail" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@id" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="id" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="id" DataSetColumn="id" />
|
|
<Mapping SourceColumn="pickOrderNo" DataSetColumn="pickOrderNo" />
|
|
<Mapping SourceColumn="customerId" DataSetColumn="customerId" />
|
|
<Mapping SourceColumn="customerName" DataSetColumn="customerName" />
|
|
<Mapping SourceColumn="custAddress" DataSetColumn="custAddress" />
|
|
<Mapping SourceColumn="goodsId" DataSetColumn="goodsId" />
|
|
<Mapping SourceColumn="batch" DataSetColumn="batch" />
|
|
<Mapping SourceColumn="count" DataSetColumn="count" />
|
|
<Mapping SourceColumn="bulkCount" DataSetColumn="bulkCount" />
|
|
<Mapping SourceColumn="batch1Count" DataSetColumn="batch1Count" />
|
|
<Mapping SourceColumn="batch2Count" DataSetColumn="batch2Count" />
|
|
<Mapping SourceColumn="boxcnt" DataSetColumn="boxcnt" />
|
|
<Mapping SourceColumn="productDate" DataSetColumn="productDate" />
|
|
<Mapping SourceColumn="validDate" DataSetColumn="validDate" />
|
|
<Mapping SourceColumn="state" DataSetColumn="state" />
|
|
<Mapping SourceColumn="bulkPickState" DataSetColumn="bulkPickState" />
|
|
<Mapping SourceColumn="batchPickState" DataSetColumn="batchPickState" />
|
|
<Mapping SourceColumn="whtype" DataSetColumn="whtype" />
|
|
<Mapping SourceColumn="description" DataSetColumn="description" />
|
|
<Mapping SourceColumn="confirmedCount" DataSetColumn="confirmedCount" />
|
|
<Mapping SourceColumn="checkedBy" DataSetColumn="checkedBy" />
|
|
<Mapping SourceColumn="validReason" DataSetColumn="validReason" />
|
|
<Mapping SourceColumn="validSolution" DataSetColumn="validSolution" />
|
|
<Mapping SourceColumn="validRemark" DataSetColumn="validRemark" />
|
|
<Mapping SourceColumn="solutionRemark" DataSetColumn="solutionRemark" />
|
|
<Mapping SourceColumn="checkedTime" DataSetColumn="checkedTime" />
|
|
<Mapping SourceColumn="operater" DataSetColumn="operater" />
|
|
<Mapping SourceColumn="dr" DataSetColumn="dr" />
|
|
<Mapping SourceColumn="createtime" DataSetColumn="createtime" />
|
|
<Mapping SourceColumn="lastmodified" DataSetColumn="lastmodified" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="t_wmsOutPickDetail_tmpTableAdapter" GeneratorDataComponentClassName="t_wmsOutPickDetail_tmpTableAdapter" Name="t_wmsOutPickDetail_tmp" UserDataComponentName="t_wmsOutPickDetail_tmpTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="deiniuWMSConnectionString (Settings)" DbObjectName="deiniuWMS.dbo.t_wmsOutPickDetail_tmp" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[t_wmsOutPickDetail_tmp] ([desk], [orderState], [waveOrder], [seedsPickNo], [seedsPort], [seedsLabelId], [id], [pickOrderNo], [customerId], [customerName], [custAddress], [goodsId], [batch], [count], [bulkCount], [batch1Count], [batch2Count], [boxcnt], [productDate], [validDate], [state], [bulkPickState], [batchPickState], [whtype], [description], [confirmedCount], [checkedBy], [validReason], [validSolution], [validRemark], [solutionRemark], [checkedTime], [operater], [dr], [createtime], [lastmodified]) VALUES (@desk, @orderState, @waveOrder, @seedsPickNo, @seedsPort, @seedsLabelId, @id, @pickOrderNo, @customerId, @customerName, @custAddress, @goodsId, @batch, @count, @bulkCount, @batch1Count, @batch2Count, @boxcnt, @productDate, @validDate, @state, @bulkPickState, @batchPickState, @whtype, @description, @confirmedCount, @checkedBy, @validReason, @validSolution, @validRemark, @solutionRemark, @checkedTime, @operater, @dr, @createtime, @lastmodified)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@desk" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="desk" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@orderState" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="orderState" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@waveOrder" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="waveOrder" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@seedsPickNo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="seedsPickNo" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@seedsPort" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="seedsPort" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@seedsLabelId" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="seedsLabelId" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="id" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@pickOrderNo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="pickOrderNo" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@customerId" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="customerId" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@customerName" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="customerName" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@custAddress" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="custAddress" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@goodsId" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="goodsId" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@batch" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="batch" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@count" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="count" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@bulkCount" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="bulkCount" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@batch1Count" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="batch1Count" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@batch2Count" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="batch2Count" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@boxcnt" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="boxcnt" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@productDate" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="productDate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@validDate" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="validDate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@state" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="state" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@bulkPickState" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="bulkPickState" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@batchPickState" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="batchPickState" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@whtype" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="whtype" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@description" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@confirmedCount" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="confirmedCount" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@checkedBy" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="checkedBy" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@validReason" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="validReason" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@validSolution" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="validSolution" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@validRemark" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="validRemark" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@solutionRemark" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="solutionRemark" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@checkedTime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="checkedTime" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@dr" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@createtime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastmodified" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT desk, orderState, waveOrder, seedsPickNo, seedsPort, seedsLabelId, id, pickOrderNo, customerId, customerName, custAddress, goodsId, batch, count, bulkCount, batch1Count, batch2Count, boxcnt, productDate, validDate, state, bulkPickState, batchPickState, whtype, description, confirmedCount, checkedBy, validReason, validSolution, validRemark, solutionRemark, checkedTime, operater, dr, createtime, lastmodified FROM dbo.t_wmsOutPickDetail_tmp</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="desk" DataSetColumn="desk" />
|
|
<Mapping SourceColumn="orderState" DataSetColumn="orderState" />
|
|
<Mapping SourceColumn="waveOrder" DataSetColumn="waveOrder" />
|
|
<Mapping SourceColumn="seedsPickNo" DataSetColumn="seedsPickNo" />
|
|
<Mapping SourceColumn="seedsPort" DataSetColumn="seedsPort" />
|
|
<Mapping SourceColumn="seedsLabelId" DataSetColumn="seedsLabelId" />
|
|
<Mapping SourceColumn="id" DataSetColumn="id" />
|
|
<Mapping SourceColumn="pickOrderNo" DataSetColumn="pickOrderNo" />
|
|
<Mapping SourceColumn="customerId" DataSetColumn="customerId" />
|
|
<Mapping SourceColumn="customerName" DataSetColumn="customerName" />
|
|
<Mapping SourceColumn="custAddress" DataSetColumn="custAddress" />
|
|
<Mapping SourceColumn="goodsId" DataSetColumn="goodsId" />
|
|
<Mapping SourceColumn="batch" DataSetColumn="batch" />
|
|
<Mapping SourceColumn="count" DataSetColumn="count" />
|
|
<Mapping SourceColumn="bulkCount" DataSetColumn="bulkCount" />
|
|
<Mapping SourceColumn="batch1Count" DataSetColumn="batch1Count" />
|
|
<Mapping SourceColumn="batch2Count" DataSetColumn="batch2Count" />
|
|
<Mapping SourceColumn="boxcnt" DataSetColumn="boxcnt" />
|
|
<Mapping SourceColumn="productDate" DataSetColumn="productDate" />
|
|
<Mapping SourceColumn="validDate" DataSetColumn="validDate" />
|
|
<Mapping SourceColumn="state" DataSetColumn="state" />
|
|
<Mapping SourceColumn="bulkPickState" DataSetColumn="bulkPickState" />
|
|
<Mapping SourceColumn="batchPickState" DataSetColumn="batchPickState" />
|
|
<Mapping SourceColumn="whtype" DataSetColumn="whtype" />
|
|
<Mapping SourceColumn="description" DataSetColumn="description" />
|
|
<Mapping SourceColumn="confirmedCount" DataSetColumn="confirmedCount" />
|
|
<Mapping SourceColumn="checkedBy" DataSetColumn="checkedBy" />
|
|
<Mapping SourceColumn="validReason" DataSetColumn="validReason" />
|
|
<Mapping SourceColumn="validSolution" DataSetColumn="validSolution" />
|
|
<Mapping SourceColumn="validRemark" DataSetColumn="validRemark" />
|
|
<Mapping SourceColumn="solutionRemark" DataSetColumn="solutionRemark" />
|
|
<Mapping SourceColumn="checkedTime" DataSetColumn="checkedTime" />
|
|
<Mapping SourceColumn="operater" DataSetColumn="operater" />
|
|
<Mapping SourceColumn="dr" DataSetColumn="dr" />
|
|
<Mapping SourceColumn="createtime" DataSetColumn="createtime" />
|
|
<Mapping SourceColumn="lastmodified" DataSetColumn="lastmodified" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="t_wmsOutPickLableTableAdapter" GeneratorDataComponentClassName="t_wmsOutPickLableTableAdapter" Name="t_wmsOutPickLable" UserDataComponentName="t_wmsOutPickLableTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="deiniuWMSConnectionString (Settings)" DbObjectName="deiniuWMS.dbo.t_wmsOutPickLable" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<DeleteCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>DELETE FROM [dbo].[t_wmsOutPickLable] WHERE (([id] = @Original_id) AND ([pickOrderNo] = @Original_pickOrderNo) AND ([waveOrder] = @Original_waveOrder) AND ([color] = @Original_color) AND ([recordId] = @Original_recordId) AND ((@IsNull_count = 1 AND [count] IS NULL) OR ([count] = @Original_count)) AND ((@IsNull_locationId = 1 AND [locationId] IS NULL) OR ([locationId] = @Original_locationId)) AND ((@IsNull_elabId = 1 AND [elabId] IS NULL) OR ([elabId] = @Original_elabId)) AND ((@IsNull_port = 1 AND [port] IS NULL) OR ([port] = @Original_port)) AND ((@IsNull_elabAddress = 1 AND [elabAddress] IS NULL) OR ([elabAddress] = @Original_elabAddress)) AND ((@IsNull_state = 1 AND [state] IS NULL) OR ([state] = @Original_state)) AND ((@IsNull_pickCount = 1 AND [pickCount] IS NULL) OR ([pickCount] = @Original_pickCount)) AND ((@IsNull_description = 1 AND [description] IS NULL) OR ([description] = @Original_description)) AND ((@IsNull_operater = 1 AND [operater] IS NULL) OR ([operater] = @Original_operater)) AND ((@IsNull_dr = 1 AND [dr] IS NULL) OR ([dr] = @Original_dr)) AND ((@IsNull_createtime = 1 AND [createtime] IS NULL) OR ([createtime] = @Original_createtime)) AND ((@IsNull_lastmodified = 1 AND [lastmodified] IS NULL) OR ([lastmodified] = @Original_lastmodified)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="id" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_pickOrderNo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="pickOrderNo" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_waveOrder" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="waveOrder" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_color" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="color" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_recordId" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="recordId" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_count" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="count" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_count" Precision="18" ProviderType="Decimal" Scale="0" Size="0" SourceColumn="count" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_locationId" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="locationId" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_locationId" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="locationId" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_elabId" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="elabId" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_elabId" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="elabId" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_port" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="port" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_port" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="port" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_elabAddress" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="elabAddress" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_elabAddress" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="elabAddress" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_state" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="state" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_state" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="state" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_pickCount" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="pickCount" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_pickCount" Precision="18" ProviderType="Decimal" Scale="0" Size="0" SourceColumn="pickCount" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_description" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_description" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_dr" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_dr" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_createtime" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_createtime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastmodified" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastmodified" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[t_wmsOutPickLable] ([pickOrderNo], [waveOrder], [color], [recordId], [count], [locationId], [elabId], [port], [elabAddress], [state], [pickCount], [description], [operater], [dr], [createtime], [lastmodified]) VALUES (@pickOrderNo, @waveOrder, @color, @recordId, @count, @locationId, @elabId, @port, @elabAddress, @state, @pickCount, @description, @operater, @dr, @createtime, @lastmodified);
|
|
SELECT id, pickOrderNo, waveOrder, color, recordId, count, locationId, elabId, port, elabAddress, state, pickCount, description, operater, dr, createtime, lastmodified FROM t_wmsOutPickLable WHERE (id = SCOPE_IDENTITY())</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@pickOrderNo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="pickOrderNo" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@waveOrder" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="waveOrder" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@color" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="color" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@recordId" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="recordId" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@count" Precision="18" ProviderType="Decimal" Scale="0" Size="0" SourceColumn="count" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@locationId" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="locationId" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@elabId" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="elabId" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@port" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="port" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@elabAddress" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="elabAddress" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@state" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="state" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@pickCount" Precision="18" ProviderType="Decimal" Scale="0" Size="0" SourceColumn="pickCount" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@description" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@dr" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@createtime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastmodified" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT id, pickOrderNo, waveOrder, color, recordId, count, locationId, elabId, port, elabAddress, state, pickCount, description, operater, dr, createtime, lastmodified FROM dbo.t_wmsOutPickLable</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[t_wmsOutPickLable] SET [pickOrderNo] = @pickOrderNo, [waveOrder] = @waveOrder, [color] = @color, [recordId] = @recordId, [count] = @count, [locationId] = @locationId, [elabId] = @elabId, [port] = @port, [elabAddress] = @elabAddress, [state] = @state, [pickCount] = @pickCount, [description] = @description, [operater] = @operater, [dr] = @dr, [createtime] = @createtime, [lastmodified] = @lastmodified WHERE (([id] = @Original_id) AND ([pickOrderNo] = @Original_pickOrderNo) AND ([waveOrder] = @Original_waveOrder) AND ([color] = @Original_color) AND ([recordId] = @Original_recordId) AND ((@IsNull_count = 1 AND [count] IS NULL) OR ([count] = @Original_count)) AND ((@IsNull_locationId = 1 AND [locationId] IS NULL) OR ([locationId] = @Original_locationId)) AND ((@IsNull_elabId = 1 AND [elabId] IS NULL) OR ([elabId] = @Original_elabId)) AND ((@IsNull_port = 1 AND [port] IS NULL) OR ([port] = @Original_port)) AND ((@IsNull_elabAddress = 1 AND [elabAddress] IS NULL) OR ([elabAddress] = @Original_elabAddress)) AND ((@IsNull_state = 1 AND [state] IS NULL) OR ([state] = @Original_state)) AND ((@IsNull_pickCount = 1 AND [pickCount] IS NULL) OR ([pickCount] = @Original_pickCount)) AND ((@IsNull_description = 1 AND [description] IS NULL) OR ([description] = @Original_description)) AND ((@IsNull_operater = 1 AND [operater] IS NULL) OR ([operater] = @Original_operater)) AND ((@IsNull_dr = 1 AND [dr] IS NULL) OR ([dr] = @Original_dr)) AND ((@IsNull_createtime = 1 AND [createtime] IS NULL) OR ([createtime] = @Original_createtime)) AND ((@IsNull_lastmodified = 1 AND [lastmodified] IS NULL) OR ([lastmodified] = @Original_lastmodified)));
|
|
SELECT id, pickOrderNo, waveOrder, color, recordId, count, locationId, elabId, port, elabAddress, state, pickCount, description, operater, dr, createtime, lastmodified FROM t_wmsOutPickLable WHERE (id = @id)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@pickOrderNo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="pickOrderNo" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@waveOrder" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="waveOrder" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@color" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="color" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@recordId" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="recordId" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@count" Precision="18" ProviderType="Decimal" Scale="0" Size="0" SourceColumn="count" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@locationId" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="locationId" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@elabId" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="elabId" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@port" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="port" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@elabAddress" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="elabAddress" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@state" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="state" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@pickCount" Precision="18" ProviderType="Decimal" Scale="0" Size="0" SourceColumn="pickCount" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@description" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@dr" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@createtime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastmodified" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="id" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_pickOrderNo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="pickOrderNo" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_waveOrder" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="waveOrder" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_color" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="color" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_recordId" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="recordId" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_count" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="count" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_count" Precision="18" ProviderType="Decimal" Scale="0" Size="0" SourceColumn="count" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_locationId" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="locationId" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_locationId" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="locationId" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_elabId" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="elabId" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_elabId" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="elabId" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_port" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="port" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_port" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="port" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_elabAddress" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="elabAddress" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_elabAddress" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="elabAddress" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_state" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="state" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_state" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="state" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_pickCount" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="pickCount" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_pickCount" Precision="18" ProviderType="Decimal" Scale="0" Size="0" SourceColumn="pickCount" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_description" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_description" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_dr" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_dr" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_createtime" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_createtime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastmodified" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastmodified" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="id" ColumnName="id" DataSourceName="deiniuWMS.dbo.t_wmsOutPickLable" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@id" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="id" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="id" DataSetColumn="id" />
|
|
<Mapping SourceColumn="pickOrderNo" DataSetColumn="pickOrderNo" />
|
|
<Mapping SourceColumn="waveOrder" DataSetColumn="waveOrder" />
|
|
<Mapping SourceColumn="color" DataSetColumn="color" />
|
|
<Mapping SourceColumn="recordId" DataSetColumn="recordId" />
|
|
<Mapping SourceColumn="count" DataSetColumn="count" />
|
|
<Mapping SourceColumn="locationId" DataSetColumn="locationId" />
|
|
<Mapping SourceColumn="elabId" DataSetColumn="elabId" />
|
|
<Mapping SourceColumn="port" DataSetColumn="port" />
|
|
<Mapping SourceColumn="elabAddress" DataSetColumn="elabAddress" />
|
|
<Mapping SourceColumn="state" DataSetColumn="state" />
|
|
<Mapping SourceColumn="pickCount" DataSetColumn="pickCount" />
|
|
<Mapping SourceColumn="description" DataSetColumn="description" />
|
|
<Mapping SourceColumn="operater" DataSetColumn="operater" />
|
|
<Mapping SourceColumn="dr" DataSetColumn="dr" />
|
|
<Mapping SourceColumn="createtime" DataSetColumn="createtime" />
|
|
<Mapping SourceColumn="lastmodified" DataSetColumn="lastmodified" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="t_wmsOutPickLable_tmpTableAdapter" GeneratorDataComponentClassName="t_wmsOutPickLable_tmpTableAdapter" Name="t_wmsOutPickLable_tmp" UserDataComponentName="t_wmsOutPickLable_tmpTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="deiniuWMSConnectionString (Settings)" DbObjectName="deiniuWMS.dbo.t_wmsOutPickLable_tmp" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<DeleteCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>DELETE FROM [dbo].[t_wmsOutPickLable_tmp] WHERE (([id] = @Original_id) AND ([pickOrderNo] = @Original_pickOrderNo) AND ([waveOrder] = @Original_waveOrder) AND ([color] = @Original_color) AND ([recordId] = @Original_recordId) AND ((@IsNull_count = 1 AND [count] IS NULL) OR ([count] = @Original_count)) AND ((@IsNull_locationId = 1 AND [locationId] IS NULL) OR ([locationId] = @Original_locationId)) AND ((@IsNull_elabId = 1 AND [elabId] IS NULL) OR ([elabId] = @Original_elabId)) AND ((@IsNull_port = 1 AND [port] IS NULL) OR ([port] = @Original_port)) AND ((@IsNull_elabAddress = 1 AND [elabAddress] IS NULL) OR ([elabAddress] = @Original_elabAddress)) AND ((@IsNull_state = 1 AND [state] IS NULL) OR ([state] = @Original_state)) AND ((@IsNull_pickCount = 1 AND [pickCount] IS NULL) OR ([pickCount] = @Original_pickCount)) AND ((@IsNull_description = 1 AND [description] IS NULL) OR ([description] = @Original_description)) AND ((@IsNull_operater = 1 AND [operater] IS NULL) OR ([operater] = @Original_operater)) AND ((@IsNull_dr = 1 AND [dr] IS NULL) OR ([dr] = @Original_dr)) AND ((@IsNull_createtime = 1 AND [createtime] IS NULL) OR ([createtime] = @Original_createtime)) AND ((@IsNull_lastmodified = 1 AND [lastmodified] IS NULL) OR ([lastmodified] = @Original_lastmodified)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="id" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_pickOrderNo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="pickOrderNo" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_waveOrder" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="waveOrder" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_color" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="color" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_recordId" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="recordId" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_count" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="count" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_count" Precision="18" ProviderType="Decimal" Scale="0" Size="0" SourceColumn="count" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_locationId" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="locationId" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_locationId" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="locationId" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_elabId" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="elabId" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_elabId" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="elabId" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_port" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="port" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_port" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="port" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_elabAddress" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="elabAddress" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_elabAddress" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="elabAddress" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_state" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="state" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_state" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="state" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_pickCount" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="pickCount" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_pickCount" Precision="18" ProviderType="Decimal" Scale="0" Size="0" SourceColumn="pickCount" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_description" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_description" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_dr" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_dr" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_createtime" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_createtime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastmodified" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastmodified" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[t_wmsOutPickLable_tmp] ([pickOrderNo], [waveOrder], [color], [recordId], [count], [locationId], [elabId], [port], [elabAddress], [state], [pickCount], [description], [operater], [dr], [createtime], [lastmodified]) VALUES (@pickOrderNo, @waveOrder, @color, @recordId, @count, @locationId, @elabId, @port, @elabAddress, @state, @pickCount, @description, @operater, @dr, @createtime, @lastmodified);
|
|
SELECT id, pickOrderNo, waveOrder, color, recordId, count, locationId, elabId, port, elabAddress, state, pickCount, description, operater, dr, createtime, lastmodified FROM t_wmsOutPickLable_tmp WHERE (id = SCOPE_IDENTITY())</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@pickOrderNo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="pickOrderNo" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@waveOrder" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="waveOrder" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@color" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="color" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@recordId" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="recordId" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@count" Precision="18" ProviderType="Decimal" Scale="0" Size="0" SourceColumn="count" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@locationId" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="locationId" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@elabId" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="elabId" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@port" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="port" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@elabAddress" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="elabAddress" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@state" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="state" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@pickCount" Precision="18" ProviderType="Decimal" Scale="0" Size="0" SourceColumn="pickCount" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@description" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@dr" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@createtime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastmodified" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT id, pickOrderNo, waveOrder, color, recordId, count, locationId, elabId, port, elabAddress, state, pickCount, description, operater, dr, createtime, lastmodified FROM dbo.t_wmsOutPickLable_tmp</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[t_wmsOutPickLable_tmp] SET [pickOrderNo] = @pickOrderNo, [waveOrder] = @waveOrder, [color] = @color, [recordId] = @recordId, [count] = @count, [locationId] = @locationId, [elabId] = @elabId, [port] = @port, [elabAddress] = @elabAddress, [state] = @state, [pickCount] = @pickCount, [description] = @description, [operater] = @operater, [dr] = @dr, [createtime] = @createtime, [lastmodified] = @lastmodified WHERE (([id] = @Original_id) AND ([pickOrderNo] = @Original_pickOrderNo) AND ([waveOrder] = @Original_waveOrder) AND ([color] = @Original_color) AND ([recordId] = @Original_recordId) AND ((@IsNull_count = 1 AND [count] IS NULL) OR ([count] = @Original_count)) AND ((@IsNull_locationId = 1 AND [locationId] IS NULL) OR ([locationId] = @Original_locationId)) AND ((@IsNull_elabId = 1 AND [elabId] IS NULL) OR ([elabId] = @Original_elabId)) AND ((@IsNull_port = 1 AND [port] IS NULL) OR ([port] = @Original_port)) AND ((@IsNull_elabAddress = 1 AND [elabAddress] IS NULL) OR ([elabAddress] = @Original_elabAddress)) AND ((@IsNull_state = 1 AND [state] IS NULL) OR ([state] = @Original_state)) AND ((@IsNull_pickCount = 1 AND [pickCount] IS NULL) OR ([pickCount] = @Original_pickCount)) AND ((@IsNull_description = 1 AND [description] IS NULL) OR ([description] = @Original_description)) AND ((@IsNull_operater = 1 AND [operater] IS NULL) OR ([operater] = @Original_operater)) AND ((@IsNull_dr = 1 AND [dr] IS NULL) OR ([dr] = @Original_dr)) AND ((@IsNull_createtime = 1 AND [createtime] IS NULL) OR ([createtime] = @Original_createtime)) AND ((@IsNull_lastmodified = 1 AND [lastmodified] IS NULL) OR ([lastmodified] = @Original_lastmodified)));
|
|
SELECT id, pickOrderNo, waveOrder, color, recordId, count, locationId, elabId, port, elabAddress, state, pickCount, description, operater, dr, createtime, lastmodified FROM t_wmsOutPickLable_tmp WHERE (id = @id)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@pickOrderNo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="pickOrderNo" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@waveOrder" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="waveOrder" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@color" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="color" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@recordId" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="recordId" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@count" Precision="18" ProviderType="Decimal" Scale="0" Size="0" SourceColumn="count" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@locationId" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="locationId" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@elabId" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="elabId" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@port" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="port" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@elabAddress" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="elabAddress" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@state" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="state" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@pickCount" Precision="18" ProviderType="Decimal" Scale="0" Size="0" SourceColumn="pickCount" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@description" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@dr" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@createtime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastmodified" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="id" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_pickOrderNo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="pickOrderNo" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_waveOrder" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="waveOrder" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_color" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="color" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_recordId" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="recordId" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_count" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="count" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_count" Precision="18" ProviderType="Decimal" Scale="0" Size="0" SourceColumn="count" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_locationId" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="locationId" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_locationId" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="locationId" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_elabId" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="elabId" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_elabId" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="elabId" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_port" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="port" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_port" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="port" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_elabAddress" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="elabAddress" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_elabAddress" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="elabAddress" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_state" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="state" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_state" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="state" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_pickCount" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="pickCount" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_pickCount" Precision="18" ProviderType="Decimal" Scale="0" Size="0" SourceColumn="pickCount" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_description" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_description" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_dr" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_dr" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_createtime" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_createtime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastmodified" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastmodified" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="id" ColumnName="id" DataSourceName="deiniuWMS.dbo.t_wmsOutPickLable_tmp" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@id" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="id" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="id" DataSetColumn="id" />
|
|
<Mapping SourceColumn="pickOrderNo" DataSetColumn="pickOrderNo" />
|
|
<Mapping SourceColumn="waveOrder" DataSetColumn="waveOrder" />
|
|
<Mapping SourceColumn="color" DataSetColumn="color" />
|
|
<Mapping SourceColumn="recordId" DataSetColumn="recordId" />
|
|
<Mapping SourceColumn="count" DataSetColumn="count" />
|
|
<Mapping SourceColumn="locationId" DataSetColumn="locationId" />
|
|
<Mapping SourceColumn="elabId" DataSetColumn="elabId" />
|
|
<Mapping SourceColumn="port" DataSetColumn="port" />
|
|
<Mapping SourceColumn="elabAddress" DataSetColumn="elabAddress" />
|
|
<Mapping SourceColumn="state" DataSetColumn="state" />
|
|
<Mapping SourceColumn="pickCount" DataSetColumn="pickCount" />
|
|
<Mapping SourceColumn="description" DataSetColumn="description" />
|
|
<Mapping SourceColumn="operater" DataSetColumn="operater" />
|
|
<Mapping SourceColumn="dr" DataSetColumn="dr" />
|
|
<Mapping SourceColumn="createtime" DataSetColumn="createtime" />
|
|
<Mapping SourceColumn="lastmodified" DataSetColumn="lastmodified" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="t_wmsOutPickPortTableAdapter" GeneratorDataComponentClassName="t_wmsOutPickPortTableAdapter" Name="t_wmsOutPickPort" UserDataComponentName="t_wmsOutPickPortTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="deiniuWMSConnectionString (Settings)" DbObjectName="deiniuWMS.dbo.t_wmsOutPickPort" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<DeleteCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>DELETE FROM [dbo].[t_wmsOutPickPort] WHERE (([id] = @Original_id) AND ([pickOrderNo] = @Original_pickOrderNo) AND ((@IsNull_waveOrder = 1 AND [waveOrder] IS NULL) OR ([waveOrder] = @Original_waveOrder)) AND ([recordId] = @Original_recordId) AND ((@IsNull_count = 1 AND [count] IS NULL) OR ([count] = @Original_count)) AND ((@IsNull_locationId = 1 AND [locationId] IS NULL) OR ([locationId] = @Original_locationId)) AND ((@IsNull_volType = 1 AND [volType] IS NULL) OR ([volType] = @Original_volType)) AND ((@IsNull_tranLocationId = 1 AND [tranLocationId] IS NULL) OR ([tranLocationId] = @Original_tranLocationId)) AND ((@IsNull_state = 1 AND [state] IS NULL) OR ([state] = @Original_state)) AND ((@IsNull_pickCount = 1 AND [pickCount] IS NULL) OR ([pickCount] = @Original_pickCount)) AND ((@IsNull_description = 1 AND [description] IS NULL) OR ([description] = @Original_description)) AND ((@IsNull_operater = 1 AND [operater] IS NULL) OR ([operater] = @Original_operater)) AND ((@IsNull_dr = 1 AND [dr] IS NULL) OR ([dr] = @Original_dr)) AND ((@IsNull_createtime = 1 AND [createtime] IS NULL) OR ([createtime] = @Original_createtime)) AND ((@IsNull_lastmodified = 1 AND [lastmodified] IS NULL) OR ([lastmodified] = @Original_lastmodified)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="id" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_pickOrderNo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="pickOrderNo" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_waveOrder" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="waveOrder" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_waveOrder" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="waveOrder" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_recordId" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="recordId" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_count" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="count" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_count" Precision="18" ProviderType="Decimal" Scale="0" Size="0" SourceColumn="count" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_locationId" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="locationId" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_locationId" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="locationId" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_volType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="volType" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_volType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="volType" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_tranLocationId" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="tranLocationId" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_tranLocationId" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="tranLocationId" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_state" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="state" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_state" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="state" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_pickCount" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="pickCount" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_pickCount" Precision="18" ProviderType="Decimal" Scale="0" Size="0" SourceColumn="pickCount" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_description" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_description" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_dr" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_dr" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_createtime" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_createtime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastmodified" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastmodified" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[t_wmsOutPickPort] ([pickOrderNo], [waveOrder], [recordId], [count], [locationId], [volType], [tranLocationId], [state], [pickCount], [description], [operater], [dr], [createtime], [lastmodified]) VALUES (@pickOrderNo, @waveOrder, @recordId, @count, @locationId, @volType, @tranLocationId, @state, @pickCount, @description, @operater, @dr, @createtime, @lastmodified);
|
|
SELECT id, pickOrderNo, waveOrder, recordId, count, locationId, volType, tranLocationId, state, pickCount, description, operater, dr, createtime, lastmodified FROM t_wmsOutPickPort WHERE (id = SCOPE_IDENTITY())</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@pickOrderNo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="pickOrderNo" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@waveOrder" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="waveOrder" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@recordId" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="recordId" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@count" Precision="18" ProviderType="Decimal" Scale="0" Size="0" SourceColumn="count" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@locationId" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="locationId" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@volType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="volType" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@tranLocationId" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="tranLocationId" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@state" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="state" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@pickCount" Precision="18" ProviderType="Decimal" Scale="0" Size="0" SourceColumn="pickCount" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@description" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@dr" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@createtime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastmodified" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT id, pickOrderNo, waveOrder, recordId, count, locationId, volType, tranLocationId, state, pickCount, description, operater, dr, createtime, lastmodified FROM dbo.t_wmsOutPickPort</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[t_wmsOutPickPort] SET [pickOrderNo] = @pickOrderNo, [waveOrder] = @waveOrder, [recordId] = @recordId, [count] = @count, [locationId] = @locationId, [volType] = @volType, [tranLocationId] = @tranLocationId, [state] = @state, [pickCount] = @pickCount, [description] = @description, [operater] = @operater, [dr] = @dr, [createtime] = @createtime, [lastmodified] = @lastmodified WHERE (([id] = @Original_id) AND ([pickOrderNo] = @Original_pickOrderNo) AND ((@IsNull_waveOrder = 1 AND [waveOrder] IS NULL) OR ([waveOrder] = @Original_waveOrder)) AND ([recordId] = @Original_recordId) AND ((@IsNull_count = 1 AND [count] IS NULL) OR ([count] = @Original_count)) AND ((@IsNull_locationId = 1 AND [locationId] IS NULL) OR ([locationId] = @Original_locationId)) AND ((@IsNull_volType = 1 AND [volType] IS NULL) OR ([volType] = @Original_volType)) AND ((@IsNull_tranLocationId = 1 AND [tranLocationId] IS NULL) OR ([tranLocationId] = @Original_tranLocationId)) AND ((@IsNull_state = 1 AND [state] IS NULL) OR ([state] = @Original_state)) AND ((@IsNull_pickCount = 1 AND [pickCount] IS NULL) OR ([pickCount] = @Original_pickCount)) AND ((@IsNull_description = 1 AND [description] IS NULL) OR ([description] = @Original_description)) AND ((@IsNull_operater = 1 AND [operater] IS NULL) OR ([operater] = @Original_operater)) AND ((@IsNull_dr = 1 AND [dr] IS NULL) OR ([dr] = @Original_dr)) AND ((@IsNull_createtime = 1 AND [createtime] IS NULL) OR ([createtime] = @Original_createtime)) AND ((@IsNull_lastmodified = 1 AND [lastmodified] IS NULL) OR ([lastmodified] = @Original_lastmodified)));
|
|
SELECT id, pickOrderNo, waveOrder, recordId, count, locationId, volType, tranLocationId, state, pickCount, description, operater, dr, createtime, lastmodified FROM t_wmsOutPickPort WHERE (id = @id)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@pickOrderNo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="pickOrderNo" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@waveOrder" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="waveOrder" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@recordId" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="recordId" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@count" Precision="18" ProviderType="Decimal" Scale="0" Size="0" SourceColumn="count" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@locationId" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="locationId" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@volType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="volType" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@tranLocationId" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="tranLocationId" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@state" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="state" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@pickCount" Precision="18" ProviderType="Decimal" Scale="0" Size="0" SourceColumn="pickCount" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@description" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@dr" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@createtime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastmodified" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="id" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_pickOrderNo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="pickOrderNo" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_waveOrder" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="waveOrder" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_waveOrder" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="waveOrder" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_recordId" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="recordId" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_count" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="count" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_count" Precision="18" ProviderType="Decimal" Scale="0" Size="0" SourceColumn="count" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_locationId" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="locationId" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_locationId" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="locationId" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_volType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="volType" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_volType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="volType" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_tranLocationId" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="tranLocationId" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_tranLocationId" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="tranLocationId" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_state" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="state" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_state" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="state" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_pickCount" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="pickCount" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_pickCount" Precision="18" ProviderType="Decimal" Scale="0" Size="0" SourceColumn="pickCount" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_description" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_description" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_dr" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_dr" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_createtime" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_createtime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastmodified" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastmodified" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="id" ColumnName="id" DataSourceName="deiniuWMS.dbo.t_wmsOutPickPort" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@id" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="id" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="id" DataSetColumn="id" />
|
|
<Mapping SourceColumn="pickOrderNo" DataSetColumn="pickOrderNo" />
|
|
<Mapping SourceColumn="waveOrder" DataSetColumn="waveOrder" />
|
|
<Mapping SourceColumn="recordId" DataSetColumn="recordId" />
|
|
<Mapping SourceColumn="count" DataSetColumn="count" />
|
|
<Mapping SourceColumn="locationId" DataSetColumn="locationId" />
|
|
<Mapping SourceColumn="volType" DataSetColumn="volType" />
|
|
<Mapping SourceColumn="tranLocationId" DataSetColumn="tranLocationId" />
|
|
<Mapping SourceColumn="state" DataSetColumn="state" />
|
|
<Mapping SourceColumn="pickCount" DataSetColumn="pickCount" />
|
|
<Mapping SourceColumn="description" DataSetColumn="description" />
|
|
<Mapping SourceColumn="operater" DataSetColumn="operater" />
|
|
<Mapping SourceColumn="dr" DataSetColumn="dr" />
|
|
<Mapping SourceColumn="createtime" DataSetColumn="createtime" />
|
|
<Mapping SourceColumn="lastmodified" DataSetColumn="lastmodified" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="t_wmsOutPickRequestTableAdapter" GeneratorDataComponentClassName="t_wmsOutPickRequestTableAdapter" Name="t_wmsOutPickRequest" UserDataComponentName="t_wmsOutPickRequestTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="deiniuWMSConnectionString (Settings)" DbObjectName="deiniuWMS.dbo.t_wmsOutPickRequest" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<DeleteCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>DELETE FROM [dbo].[t_wmsOutPickRequest] WHERE (([id] = @Original_id) AND ([pickOrderNo] = @Original_pickOrderNo) AND ((@IsNull_waveOrder = 1 AND [waveOrder] IS NULL) OR ([waveOrder] = @Original_waveOrder)) AND ((@IsNull_transNo = 1 AND [transNo] IS NULL) OR ([transNo] = @Original_transNo)) AND ((@IsNull_orderType = 1 AND [orderType] IS NULL) OR ([orderType] = @Original_orderType)) AND ((@IsNull_orderTypeName = 1 AND [orderTypeName] IS NULL) OR ([orderTypeName] = @Original_orderTypeName)) AND ((@IsNull_customerId = 1 AND [customerId] IS NULL) OR ([customerId] = @Original_customerId)) AND ((@IsNull_customerName = 1 AND [customerName] IS NULL) OR ([customerName] = @Original_customerName)) AND ((@IsNull_custAddress = 1 AND [custAddress] IS NULL) OR ([custAddress] = @Original_custAddress)) AND ([desk] = @Original_desk) AND ((@IsNull_boxCnt = 1 AND [boxCnt] IS NULL) OR ([boxCnt] = @Original_boxCnt)) AND ((@IsNull_bulkCnt = 1 AND [bulkCnt] IS NULL) OR ([bulkCnt] = @Original_bulkCnt)) AND ((@IsNull_bulkBox = 1 AND [bulkBox] IS NULL) OR ([bulkBox] = @Original_bulkBox)) AND ((@IsNull_bulkBag = 1 AND [bulkBag] IS NULL) OR ([bulkBag] = @Original_bulkBag)) AND ((@IsNull_tranLocationId = 1 AND [tranLocationId] IS NULL) OR ([tranLocationId] = @Original_tranLocationId)) AND ((@IsNull_volume = 1 AND [volume] IS NULL) OR ([volume] = @Original_volume)) AND ((@IsNull_weight = 1 AND [weight] IS NULL) OR ([weight] = @Original_weight)) AND ((@IsNull_state = 1 AND [state] IS NULL) OR ([state] = @Original_state)) AND ((@IsNull_bulkPickState = 1 AND [bulkPickState] IS NULL) OR ([bulkPickState] = @Original_bulkPickState)) AND ((@IsNull_batchPickState = 1 AND [batchPickState] IS NULL) OR ([batchPickState] = @Original_batchPickState)) AND ((@IsNull_orderDate = 1 AND [orderDate] IS NULL) OR ([orderDate] = @Original_orderDate)) AND ((@IsNull_description = 1 AND [description] IS NULL) OR ([description] = @Original_description)) AND ((@IsNull_pickedBye = 1 AND [pickedBye] IS NULL) OR ([pickedBye] = @Original_pickedBye)) AND ((@IsNull_pickedTime = 1 AND [pickedTime] IS NULL) OR ([pickedTime] = @Original_pickedTime)) AND ((@IsNull_checkedby = 1 AND [checkedby] IS NULL) OR ([checkedby] = @Original_checkedby)) AND ((@IsNull_checkedTime = 1 AND [checkedTime] IS NULL) OR ([checkedTime] = @Original_checkedTime)) AND ((@IsNull_waveStart = 1 AND [waveStart] IS NULL) OR ([waveStart] = @Original_waveStart)) AND ((@IsNull_waveEnd = 1 AND [waveEnd] IS NULL) OR ([waveEnd] = @Original_waveEnd)) AND ((@IsNull_priority = 1 AND [priority] IS NULL) OR ([priority] = @Original_priority)) AND ((@IsNull_seedsPickNo = 1 AND [seedsPickNo] IS NULL) OR ([seedsPickNo] = @Original_seedsPickNo)) AND ((@IsNull_seedsPort = 1 AND [seedsPort] IS NULL) OR ([seedsPort] = @Original_seedsPort)) AND ((@IsNull_seedsLabelId = 1 AND [seedsLabelId] IS NULL) OR ([seedsLabelId] = @Original_seedsLabelId)) AND ((@IsNull_operater = 1 AND [operater] IS NULL) OR ([operater] = @Original_operater)) AND ((@IsNull_dr = 1 AND [dr] IS NULL) OR ([dr] = @Original_dr)) AND ((@IsNull_createtime = 1 AND [createtime] IS NULL) OR ([createtime] = @Original_createtime)) AND ((@IsNull_lastmodified = 1 AND [lastmodified] IS NULL) OR ([lastmodified] = @Original_lastmodified)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="id" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_pickOrderNo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="pickOrderNo" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_waveOrder" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="waveOrder" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_waveOrder" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="waveOrder" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_transNo" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="transNo" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_transNo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="transNo" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_orderType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="orderType" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_orderType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="orderType" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_orderTypeName" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="orderTypeName" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_orderTypeName" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="orderTypeName" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_customerId" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="customerId" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_customerId" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="customerId" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_customerName" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="customerName" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_customerName" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="customerName" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_custAddress" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="custAddress" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_custAddress" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="custAddress" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_desk" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="desk" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_boxCnt" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="boxCnt" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_boxCnt" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="boxCnt" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_bulkCnt" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="bulkCnt" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_bulkCnt" Precision="18" ProviderType="Decimal" Scale="0" Size="0" SourceColumn="bulkCnt" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_bulkBox" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="bulkBox" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_bulkBox" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="bulkBox" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_bulkBag" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="bulkBag" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_bulkBag" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="bulkBag" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_tranLocationId" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="tranLocationId" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_tranLocationId" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="tranLocationId" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_volume" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="volume" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_volume" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="volume" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_weight" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="weight" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_weight" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="weight" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_state" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="state" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_state" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="state" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_bulkPickState" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="bulkPickState" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_bulkPickState" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="bulkPickState" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_batchPickState" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="batchPickState" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_batchPickState" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="batchPickState" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_orderDate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="orderDate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Date" Direction="Input" ParameterName="@Original_orderDate" Precision="0" ProviderType="Date" Scale="0" Size="0" SourceColumn="orderDate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_description" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_description" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_pickedBye" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="pickedBye" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_pickedBye" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="pickedBye" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_pickedTime" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="pickedTime" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_pickedTime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="pickedTime" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_checkedby" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="checkedby" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_checkedby" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="checkedby" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_checkedTime" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="checkedTime" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_checkedTime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="checkedTime" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_waveStart" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="waveStart" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_waveStart" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="waveStart" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_waveEnd" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="waveEnd" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_waveEnd" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="waveEnd" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_priority" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="priority" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_priority" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="priority" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_seedsPickNo" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="seedsPickNo" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_seedsPickNo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="seedsPickNo" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_seedsPort" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="seedsPort" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_seedsPort" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="seedsPort" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_seedsLabelId" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="seedsLabelId" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_seedsLabelId" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="seedsLabelId" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_dr" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_dr" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_createtime" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_createtime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastmodified" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastmodified" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[t_wmsOutPickRequest] ([pickOrderNo], [waveOrder], [transNo], [orderType], [orderTypeName], [customerId], [customerName], [custAddress], [desk], [boxCnt], [bulkCnt], [bulkBox], [bulkBag], [tranLocationId], [volume], [weight], [state], [bulkPickState], [batchPickState], [orderDate], [description], [pickedBye], [pickedTime], [checkedby], [checkedTime], [waveStart], [waveEnd], [priority], [seedsPickNo], [seedsPort], [seedsLabelId], [operater], [dr], [createtime], [lastmodified]) VALUES (@pickOrderNo, @waveOrder, @transNo, @orderType, @orderTypeName, @customerId, @customerName, @custAddress, @desk, @boxCnt, @bulkCnt, @bulkBox, @bulkBag, @tranLocationId, @volume, @weight, @state, @bulkPickState, @batchPickState, @orderDate, @description, @pickedBye, @pickedTime, @checkedby, @checkedTime, @waveStart, @waveEnd, @priority, @seedsPickNo, @seedsPort, @seedsLabelId, @operater, @dr, @createtime, @lastmodified);
|
|
SELECT id, pickOrderNo, waveOrder, transNo, orderType, orderTypeName, customerId, customerName, custAddress, desk, boxCnt, bulkCnt, bulkBox, bulkBag, tranLocationId, volume, weight, state, bulkPickState, batchPickState, orderDate, description, pickedBye, pickedTime, checkedby, checkedTime, waveStart, waveEnd, priority, seedsPickNo, seedsPort, seedsLabelId, operater, dr, createtime, lastmodified FROM t_wmsOutPickRequest WHERE (pickOrderNo = @pickOrderNo)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@pickOrderNo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="pickOrderNo" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@waveOrder" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="waveOrder" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@transNo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="transNo" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@orderType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="orderType" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@orderTypeName" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="orderTypeName" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@customerId" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="customerId" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@customerName" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="customerName" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@custAddress" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="custAddress" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@desk" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="desk" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@boxCnt" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="boxCnt" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@bulkCnt" Precision="18" ProviderType="Decimal" Scale="0" Size="0" SourceColumn="bulkCnt" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@bulkBox" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="bulkBox" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@bulkBag" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="bulkBag" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@tranLocationId" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="tranLocationId" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@volume" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="volume" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@weight" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="weight" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@state" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="state" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@bulkPickState" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="bulkPickState" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@batchPickState" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="batchPickState" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Date" Direction="Input" ParameterName="@orderDate" Precision="0" ProviderType="Date" Scale="0" Size="0" SourceColumn="orderDate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@description" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@pickedBye" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="pickedBye" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@pickedTime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="pickedTime" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@checkedby" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="checkedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@checkedTime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="checkedTime" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@waveStart" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="waveStart" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@waveEnd" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="waveEnd" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@priority" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="priority" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@seedsPickNo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="seedsPickNo" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@seedsPort" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="seedsPort" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@seedsLabelId" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="seedsLabelId" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@dr" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@createtime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastmodified" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT id, pickOrderNo, waveOrder, transNo, orderType, orderTypeName, customerId, customerName, custAddress, desk, boxCnt, bulkCnt, bulkBox, bulkBag, tranLocationId, volume, weight, state, bulkPickState, batchPickState, orderDate, description, pickedBye, pickedTime, checkedby, checkedTime, waveStart, waveEnd, priority, seedsPickNo, seedsPort, seedsLabelId, operater, dr, createtime, lastmodified FROM dbo.t_wmsOutPickRequest</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[t_wmsOutPickRequest] SET [pickOrderNo] = @pickOrderNo, [waveOrder] = @waveOrder, [transNo] = @transNo, [orderType] = @orderType, [orderTypeName] = @orderTypeName, [customerId] = @customerId, [customerName] = @customerName, [custAddress] = @custAddress, [desk] = @desk, [boxCnt] = @boxCnt, [bulkCnt] = @bulkCnt, [bulkBox] = @bulkBox, [bulkBag] = @bulkBag, [tranLocationId] = @tranLocationId, [volume] = @volume, [weight] = @weight, [state] = @state, [bulkPickState] = @bulkPickState, [batchPickState] = @batchPickState, [orderDate] = @orderDate, [description] = @description, [pickedBye] = @pickedBye, [pickedTime] = @pickedTime, [checkedby] = @checkedby, [checkedTime] = @checkedTime, [waveStart] = @waveStart, [waveEnd] = @waveEnd, [priority] = @priority, [seedsPickNo] = @seedsPickNo, [seedsPort] = @seedsPort, [seedsLabelId] = @seedsLabelId, [operater] = @operater, [dr] = @dr, [createtime] = @createtime, [lastmodified] = @lastmodified WHERE (([id] = @Original_id) AND ([pickOrderNo] = @Original_pickOrderNo) AND ((@IsNull_waveOrder = 1 AND [waveOrder] IS NULL) OR ([waveOrder] = @Original_waveOrder)) AND ((@IsNull_transNo = 1 AND [transNo] IS NULL) OR ([transNo] = @Original_transNo)) AND ((@IsNull_orderType = 1 AND [orderType] IS NULL) OR ([orderType] = @Original_orderType)) AND ((@IsNull_orderTypeName = 1 AND [orderTypeName] IS NULL) OR ([orderTypeName] = @Original_orderTypeName)) AND ((@IsNull_customerId = 1 AND [customerId] IS NULL) OR ([customerId] = @Original_customerId)) AND ((@IsNull_customerName = 1 AND [customerName] IS NULL) OR ([customerName] = @Original_customerName)) AND ((@IsNull_custAddress = 1 AND [custAddress] IS NULL) OR ([custAddress] = @Original_custAddress)) AND ([desk] = @Original_desk) AND ((@IsNull_boxCnt = 1 AND [boxCnt] IS NULL) OR ([boxCnt] = @Original_boxCnt)) AND ((@IsNull_bulkCnt = 1 AND [bulkCnt] IS NULL) OR ([bulkCnt] = @Original_bulkCnt)) AND ((@IsNull_bulkBox = 1 AND [bulkBox] IS NULL) OR ([bulkBox] = @Original_bulkBox)) AND ((@IsNull_bulkBag = 1 AND [bulkBag] IS NULL) OR ([bulkBag] = @Original_bulkBag)) AND ((@IsNull_tranLocationId = 1 AND [tranLocationId] IS NULL) OR ([tranLocationId] = @Original_tranLocationId)) AND ((@IsNull_volume = 1 AND [volume] IS NULL) OR ([volume] = @Original_volume)) AND ((@IsNull_weight = 1 AND [weight] IS NULL) OR ([weight] = @Original_weight)) AND ((@IsNull_state = 1 AND [state] IS NULL) OR ([state] = @Original_state)) AND ((@IsNull_bulkPickState = 1 AND [bulkPickState] IS NULL) OR ([bulkPickState] = @Original_bulkPickState)) AND ((@IsNull_batchPickState = 1 AND [batchPickState] IS NULL) OR ([batchPickState] = @Original_batchPickState)) AND ((@IsNull_orderDate = 1 AND [orderDate] IS NULL) OR ([orderDate] = @Original_orderDate)) AND ((@IsNull_description = 1 AND [description] IS NULL) OR ([description] = @Original_description)) AND ((@IsNull_pickedBye = 1 AND [pickedBye] IS NULL) OR ([pickedBye] = @Original_pickedBye)) AND ((@IsNull_pickedTime = 1 AND [pickedTime] IS NULL) OR ([pickedTime] = @Original_pickedTime)) AND ((@IsNull_checkedby = 1 AND [checkedby] IS NULL) OR ([checkedby] = @Original_checkedby)) AND ((@IsNull_checkedTime = 1 AND [checkedTime] IS NULL) OR ([checkedTime] = @Original_checkedTime)) AND ((@IsNull_waveStart = 1 AND [waveStart] IS NULL) OR ([waveStart] = @Original_waveStart)) AND ((@IsNull_waveEnd = 1 AND [waveEnd] IS NULL) OR ([waveEnd] = @Original_waveEnd)) AND ((@IsNull_priority = 1 AND [priority] IS NULL) OR ([priority] = @Original_priority)) AND ((@IsNull_seedsPickNo = 1 AND [seedsPickNo] IS NULL) OR ([seedsPickNo] = @Original_seedsPickNo)) AND ((@IsNull_seedsPort = 1 AND [seedsPort] IS NULL) OR ([seedsPort] = @Original_seedsPort)) AND ((@IsNull_seedsLabelId = 1 AND [seedsLabelId] IS NULL) OR ([seedsLabelId] = @Original_seedsLabelId)) AND ((@IsNull_operater = 1 AND [operater] IS NULL) OR ([operater] = @Original_operater)) AND ((@IsNull_dr = 1 AND [dr] IS NULL) OR ([dr] = @Original_dr)) AND ((@IsNull_createtime = 1 AND [createtime] IS NULL) OR ([createtime] = @Original_createtime)) AND ((@IsNull_lastmodified = 1 AND [lastmodified] IS NULL) OR ([lastmodified] = @Original_lastmodified)));
|
|
SELECT id, pickOrderNo, waveOrder, transNo, orderType, orderTypeName, customerId, customerName, custAddress, desk, boxCnt, bulkCnt, bulkBox, bulkBag, tranLocationId, volume, weight, state, bulkPickState, batchPickState, orderDate, description, pickedBye, pickedTime, checkedby, checkedTime, waveStart, waveEnd, priority, seedsPickNo, seedsPort, seedsLabelId, operater, dr, createtime, lastmodified FROM t_wmsOutPickRequest WHERE (pickOrderNo = @pickOrderNo)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@pickOrderNo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="pickOrderNo" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@waveOrder" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="waveOrder" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@transNo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="transNo" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@orderType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="orderType" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@orderTypeName" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="orderTypeName" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@customerId" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="customerId" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@customerName" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="customerName" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@custAddress" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="custAddress" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@desk" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="desk" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@boxCnt" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="boxCnt" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@bulkCnt" Precision="18" ProviderType="Decimal" Scale="0" Size="0" SourceColumn="bulkCnt" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@bulkBox" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="bulkBox" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@bulkBag" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="bulkBag" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@tranLocationId" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="tranLocationId" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@volume" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="volume" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@weight" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="weight" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@state" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="state" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@bulkPickState" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="bulkPickState" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@batchPickState" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="batchPickState" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Date" Direction="Input" ParameterName="@orderDate" Precision="0" ProviderType="Date" Scale="0" Size="0" SourceColumn="orderDate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@description" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@pickedBye" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="pickedBye" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@pickedTime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="pickedTime" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@checkedby" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="checkedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@checkedTime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="checkedTime" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@waveStart" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="waveStart" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@waveEnd" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="waveEnd" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@priority" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="priority" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@seedsPickNo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="seedsPickNo" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@seedsPort" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="seedsPort" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@seedsLabelId" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="seedsLabelId" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@dr" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@createtime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastmodified" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="id" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_pickOrderNo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="pickOrderNo" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_waveOrder" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="waveOrder" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_waveOrder" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="waveOrder" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_transNo" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="transNo" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_transNo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="transNo" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_orderType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="orderType" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_orderType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="orderType" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_orderTypeName" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="orderTypeName" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_orderTypeName" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="orderTypeName" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_customerId" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="customerId" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_customerId" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="customerId" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_customerName" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="customerName" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_customerName" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="customerName" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_custAddress" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="custAddress" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_custAddress" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="custAddress" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_desk" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="desk" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_boxCnt" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="boxCnt" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_boxCnt" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="boxCnt" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_bulkCnt" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="bulkCnt" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_bulkCnt" Precision="18" ProviderType="Decimal" Scale="0" Size="0" SourceColumn="bulkCnt" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_bulkBox" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="bulkBox" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_bulkBox" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="bulkBox" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_bulkBag" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="bulkBag" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_bulkBag" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="bulkBag" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_tranLocationId" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="tranLocationId" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_tranLocationId" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="tranLocationId" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_volume" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="volume" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_volume" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="volume" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_weight" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="weight" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_weight" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="weight" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_state" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="state" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_state" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="state" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_bulkPickState" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="bulkPickState" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_bulkPickState" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="bulkPickState" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_batchPickState" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="batchPickState" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_batchPickState" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="batchPickState" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_orderDate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="orderDate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Date" Direction="Input" ParameterName="@Original_orderDate" Precision="0" ProviderType="Date" Scale="0" Size="0" SourceColumn="orderDate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_description" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_description" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_pickedBye" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="pickedBye" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_pickedBye" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="pickedBye" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_pickedTime" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="pickedTime" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_pickedTime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="pickedTime" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_checkedby" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="checkedby" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_checkedby" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="checkedby" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_checkedTime" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="checkedTime" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_checkedTime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="checkedTime" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_waveStart" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="waveStart" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_waveStart" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="waveStart" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_waveEnd" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="waveEnd" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_waveEnd" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="waveEnd" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_priority" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="priority" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_priority" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="priority" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_seedsPickNo" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="seedsPickNo" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_seedsPickNo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="seedsPickNo" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_seedsPort" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="seedsPort" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_seedsPort" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="seedsPort" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_seedsLabelId" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="seedsLabelId" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_seedsLabelId" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="seedsLabelId" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_dr" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_dr" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_createtime" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_createtime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastmodified" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastmodified" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="id" DataSetColumn="id" />
|
|
<Mapping SourceColumn="pickOrderNo" DataSetColumn="pickOrderNo" />
|
|
<Mapping SourceColumn="waveOrder" DataSetColumn="waveOrder" />
|
|
<Mapping SourceColumn="transNo" DataSetColumn="transNo" />
|
|
<Mapping SourceColumn="orderType" DataSetColumn="orderType" />
|
|
<Mapping SourceColumn="orderTypeName" DataSetColumn="orderTypeName" />
|
|
<Mapping SourceColumn="customerId" DataSetColumn="customerId" />
|
|
<Mapping SourceColumn="customerName" DataSetColumn="customerName" />
|
|
<Mapping SourceColumn="custAddress" DataSetColumn="custAddress" />
|
|
<Mapping SourceColumn="desk" DataSetColumn="desk" />
|
|
<Mapping SourceColumn="boxCnt" DataSetColumn="boxCnt" />
|
|
<Mapping SourceColumn="bulkCnt" DataSetColumn="bulkCnt" />
|
|
<Mapping SourceColumn="bulkBox" DataSetColumn="bulkBox" />
|
|
<Mapping SourceColumn="bulkBag" DataSetColumn="bulkBag" />
|
|
<Mapping SourceColumn="tranLocationId" DataSetColumn="tranLocationId" />
|
|
<Mapping SourceColumn="volume" DataSetColumn="volume" />
|
|
<Mapping SourceColumn="weight" DataSetColumn="weight" />
|
|
<Mapping SourceColumn="state" DataSetColumn="state" />
|
|
<Mapping SourceColumn="bulkPickState" DataSetColumn="bulkPickState" />
|
|
<Mapping SourceColumn="batchPickState" DataSetColumn="batchPickState" />
|
|
<Mapping SourceColumn="orderDate" DataSetColumn="orderDate" />
|
|
<Mapping SourceColumn="description" DataSetColumn="description" />
|
|
<Mapping SourceColumn="pickedBye" DataSetColumn="pickedBye" />
|
|
<Mapping SourceColumn="pickedTime" DataSetColumn="pickedTime" />
|
|
<Mapping SourceColumn="checkedby" DataSetColumn="checkedby" />
|
|
<Mapping SourceColumn="checkedTime" DataSetColumn="checkedTime" />
|
|
<Mapping SourceColumn="waveStart" DataSetColumn="waveStart" />
|
|
<Mapping SourceColumn="waveEnd" DataSetColumn="waveEnd" />
|
|
<Mapping SourceColumn="priority" DataSetColumn="priority" />
|
|
<Mapping SourceColumn="seedsPickNo" DataSetColumn="seedsPickNo" />
|
|
<Mapping SourceColumn="seedsPort" DataSetColumn="seedsPort" />
|
|
<Mapping SourceColumn="seedsLabelId" DataSetColumn="seedsLabelId" />
|
|
<Mapping SourceColumn="operater" DataSetColumn="operater" />
|
|
<Mapping SourceColumn="dr" DataSetColumn="dr" />
|
|
<Mapping SourceColumn="createtime" DataSetColumn="createtime" />
|
|
<Mapping SourceColumn="lastmodified" DataSetColumn="lastmodified" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="t_wmsOutRequestTableAdapter" GeneratorDataComponentClassName="t_wmsOutRequestTableAdapter" Name="t_wmsOutRequest" UserDataComponentName="t_wmsOutRequestTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="deiniuWMSConnectionString (Settings)" DbObjectName="deiniuWMS.dbo.t_wmsOutRequest" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<DeleteCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>DELETE FROM [dbo].[t_wmsOutRequest] WHERE (([id] = @Original_id) AND ([orderNo] = @Original_orderNo) AND ((@IsNull_pickOrderNo = 1 AND [pickOrderNo] IS NULL) OR ([pickOrderNo] = @Original_pickOrderNo)) AND ((@IsNull_orderType = 1 AND [orderType] IS NULL) OR ([orderType] = @Original_orderType)) AND ((@IsNull_orderTypeName = 1 AND [orderTypeName] IS NULL) OR ([orderTypeName] = @Original_orderTypeName)) AND ((@IsNull_customerId = 1 AND [customerId] IS NULL) OR ([customerId] = @Original_customerId)) AND ((@IsNull_customerName = 1 AND [customerName] IS NULL) OR ([customerName] = @Original_customerName)) AND ((@IsNull_custAddress = 1 AND [custAddress] IS NULL) OR ([custAddress] = @Original_custAddress)) AND ((@IsNull_delivery = 1 AND [delivery] IS NULL) OR ([delivery] = @Original_delivery)) AND ((@IsNull_phone1 = 1 AND [phone1] IS NULL) OR ([phone1] = @Original_phone1)) AND ((@IsNull_phone2 = 1 AND [phone2] IS NULL) OR ([phone2] = @Original_phone2)) AND ((@IsNull_salesperson = 1 AND [salesperson] IS NULL) OR ([salesperson] = @Original_salesperson)) AND ((@IsNull_contactperson = 1 AND [contactperson] IS NULL) OR ([contactperson] = @Original_contactperson)) AND ((@IsNull_totalnumber = 1 AND [totalnumber] IS NULL) OR ([totalnumber] = @Original_totalnumber)) AND ((@IsNull_remark = 1 AND [remark] IS NULL) OR ([remark] = @Original_remark)) AND ((@IsNull_orderDate = 1 AND [orderDate] IS NULL) OR ([orderDate] = @Original_orderDate)) AND ((@IsNull_state = 1 AND [state] IS NULL) OR ([state] = @Original_state)) AND ((@IsNull_operater = 1 AND [operater] IS NULL) OR ([operater] = @Original_operater)) AND ((@IsNull_dr = 1 AND [dr] IS NULL) OR ([dr] = @Original_dr)) AND ((@IsNull_createtime = 1 AND [createtime] IS NULL) OR ([createtime] = @Original_createtime)) AND ((@IsNull_lastmodified = 1 AND [lastmodified] IS NULL) OR ([lastmodified] = @Original_lastmodified)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="id" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_orderNo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="orderNo" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_pickOrderNo" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="pickOrderNo" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_pickOrderNo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="pickOrderNo" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_orderType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="orderType" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_orderType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="orderType" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_orderTypeName" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="orderTypeName" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_orderTypeName" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="orderTypeName" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_customerId" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="customerId" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_customerId" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="customerId" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_customerName" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="customerName" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_customerName" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="customerName" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_custAddress" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="custAddress" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_custAddress" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="custAddress" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_delivery" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="delivery" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_delivery" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="delivery" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_phone1" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="phone1" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_phone1" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="phone1" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_phone2" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="phone2" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_phone2" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="phone2" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_salesperson" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="salesperson" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_salesperson" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="salesperson" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_contactperson" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="contactperson" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_contactperson" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="contactperson" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_totalnumber" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="totalnumber" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_totalnumber" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="totalnumber" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_remark" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="remark" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_remark" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="remark" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_orderDate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="orderDate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Date" Direction="Input" ParameterName="@Original_orderDate" Precision="0" ProviderType="Date" Scale="0" Size="0" SourceColumn="orderDate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_state" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="state" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_state" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="state" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_dr" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_dr" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_createtime" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_createtime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastmodified" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastmodified" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[t_wmsOutRequest] ([orderNo], [pickOrderNo], [orderType], [orderTypeName], [customerId], [customerName], [custAddress], [delivery], [phone1], [phone2], [salesperson], [contactperson], [totalnumber], [remark], [orderDate], [state], [operater], [dr], [createtime], [lastmodified]) VALUES (@orderNo, @pickOrderNo, @orderType, @orderTypeName, @customerId, @customerName, @custAddress, @delivery, @phone1, @phone2, @salesperson, @contactperson, @totalnumber, @remark, @orderDate, @state, @operater, @dr, @createtime, @lastmodified);
|
|
SELECT id, orderNo, pickOrderNo, orderType, orderTypeName, customerId, customerName, custAddress, delivery, phone1, phone2, salesperson, contactperson, totalnumber, remark, orderDate, state, operater, dr, createtime, lastmodified FROM t_wmsOutRequest WHERE (orderNo = @orderNo)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@orderNo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="orderNo" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@pickOrderNo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="pickOrderNo" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@orderType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="orderType" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@orderTypeName" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="orderTypeName" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@customerId" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="customerId" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@customerName" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="customerName" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@custAddress" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="custAddress" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@delivery" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="delivery" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@phone1" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="phone1" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@phone2" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="phone2" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@salesperson" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="salesperson" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@contactperson" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="contactperson" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@totalnumber" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="totalnumber" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@remark" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="remark" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Date" Direction="Input" ParameterName="@orderDate" Precision="0" ProviderType="Date" Scale="0" Size="0" SourceColumn="orderDate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@state" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="state" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@dr" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@createtime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastmodified" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT id, orderNo, pickOrderNo, orderType, orderTypeName, customerId, customerName, custAddress, delivery, phone1, phone2, salesperson, contactperson, totalnumber, remark, orderDate, state, operater, dr, createtime, lastmodified FROM dbo.t_wmsOutRequest</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[t_wmsOutRequest] SET [orderNo] = @orderNo, [pickOrderNo] = @pickOrderNo, [orderType] = @orderType, [orderTypeName] = @orderTypeName, [customerId] = @customerId, [customerName] = @customerName, [custAddress] = @custAddress, [delivery] = @delivery, [phone1] = @phone1, [phone2] = @phone2, [salesperson] = @salesperson, [contactperson] = @contactperson, [totalnumber] = @totalnumber, [remark] = @remark, [orderDate] = @orderDate, [state] = @state, [operater] = @operater, [dr] = @dr, [createtime] = @createtime, [lastmodified] = @lastmodified WHERE (([id] = @Original_id) AND ([orderNo] = @Original_orderNo) AND ((@IsNull_pickOrderNo = 1 AND [pickOrderNo] IS NULL) OR ([pickOrderNo] = @Original_pickOrderNo)) AND ((@IsNull_orderType = 1 AND [orderType] IS NULL) OR ([orderType] = @Original_orderType)) AND ((@IsNull_orderTypeName = 1 AND [orderTypeName] IS NULL) OR ([orderTypeName] = @Original_orderTypeName)) AND ((@IsNull_customerId = 1 AND [customerId] IS NULL) OR ([customerId] = @Original_customerId)) AND ((@IsNull_customerName = 1 AND [customerName] IS NULL) OR ([customerName] = @Original_customerName)) AND ((@IsNull_custAddress = 1 AND [custAddress] IS NULL) OR ([custAddress] = @Original_custAddress)) AND ((@IsNull_delivery = 1 AND [delivery] IS NULL) OR ([delivery] = @Original_delivery)) AND ((@IsNull_phone1 = 1 AND [phone1] IS NULL) OR ([phone1] = @Original_phone1)) AND ((@IsNull_phone2 = 1 AND [phone2] IS NULL) OR ([phone2] = @Original_phone2)) AND ((@IsNull_salesperson = 1 AND [salesperson] IS NULL) OR ([salesperson] = @Original_salesperson)) AND ((@IsNull_contactperson = 1 AND [contactperson] IS NULL) OR ([contactperson] = @Original_contactperson)) AND ((@IsNull_totalnumber = 1 AND [totalnumber] IS NULL) OR ([totalnumber] = @Original_totalnumber)) AND ((@IsNull_remark = 1 AND [remark] IS NULL) OR ([remark] = @Original_remark)) AND ((@IsNull_orderDate = 1 AND [orderDate] IS NULL) OR ([orderDate] = @Original_orderDate)) AND ((@IsNull_state = 1 AND [state] IS NULL) OR ([state] = @Original_state)) AND ((@IsNull_operater = 1 AND [operater] IS NULL) OR ([operater] = @Original_operater)) AND ((@IsNull_dr = 1 AND [dr] IS NULL) OR ([dr] = @Original_dr)) AND ((@IsNull_createtime = 1 AND [createtime] IS NULL) OR ([createtime] = @Original_createtime)) AND ((@IsNull_lastmodified = 1 AND [lastmodified] IS NULL) OR ([lastmodified] = @Original_lastmodified)));
|
|
SELECT id, orderNo, pickOrderNo, orderType, orderTypeName, customerId, customerName, custAddress, delivery, phone1, phone2, salesperson, contactperson, totalnumber, remark, orderDate, state, operater, dr, createtime, lastmodified FROM t_wmsOutRequest WHERE (orderNo = @orderNo)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@orderNo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="orderNo" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@pickOrderNo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="pickOrderNo" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@orderType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="orderType" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@orderTypeName" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="orderTypeName" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@customerId" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="customerId" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@customerName" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="customerName" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@custAddress" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="custAddress" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@delivery" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="delivery" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@phone1" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="phone1" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@phone2" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="phone2" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@salesperson" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="salesperson" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@contactperson" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="contactperson" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@totalnumber" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="totalnumber" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@remark" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="remark" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Date" Direction="Input" ParameterName="@orderDate" Precision="0" ProviderType="Date" Scale="0" Size="0" SourceColumn="orderDate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@state" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="state" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@dr" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@createtime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastmodified" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="id" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_orderNo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="orderNo" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_pickOrderNo" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="pickOrderNo" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_pickOrderNo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="pickOrderNo" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_orderType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="orderType" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_orderType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="orderType" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_orderTypeName" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="orderTypeName" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="AnsiString" Direction="Input" ParameterName="@Original_orderTypeName" Precision="0" ProviderType="VarChar" Scale="0" Size="0" SourceColumn="orderTypeName" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_customerId" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="customerId" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_customerId" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="customerId" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_customerName" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="customerName" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_customerName" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="customerName" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_custAddress" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="custAddress" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_custAddress" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="custAddress" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_delivery" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="delivery" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_delivery" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="delivery" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_phone1" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="phone1" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_phone1" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="phone1" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_phone2" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="phone2" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_phone2" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="phone2" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_salesperson" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="salesperson" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_salesperson" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="salesperson" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_contactperson" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="contactperson" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_contactperson" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="contactperson" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_totalnumber" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="totalnumber" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_totalnumber" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="totalnumber" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_remark" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="remark" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_remark" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="remark" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_orderDate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="orderDate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Date" Direction="Input" ParameterName="@Original_orderDate" Precision="0" ProviderType="Date" Scale="0" Size="0" SourceColumn="orderDate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_state" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="state" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_state" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="state" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_dr" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_dr" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_createtime" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_createtime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastmodified" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastmodified" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="id" DataSetColumn="id" />
|
|
<Mapping SourceColumn="orderNo" DataSetColumn="orderNo" />
|
|
<Mapping SourceColumn="pickOrderNo" DataSetColumn="pickOrderNo" />
|
|
<Mapping SourceColumn="orderType" DataSetColumn="orderType" />
|
|
<Mapping SourceColumn="orderTypeName" DataSetColumn="orderTypeName" />
|
|
<Mapping SourceColumn="customerId" DataSetColumn="customerId" />
|
|
<Mapping SourceColumn="customerName" DataSetColumn="customerName" />
|
|
<Mapping SourceColumn="custAddress" DataSetColumn="custAddress" />
|
|
<Mapping SourceColumn="delivery" DataSetColumn="delivery" />
|
|
<Mapping SourceColumn="phone1" DataSetColumn="phone1" />
|
|
<Mapping SourceColumn="phone2" DataSetColumn="phone2" />
|
|
<Mapping SourceColumn="salesperson" DataSetColumn="salesperson" />
|
|
<Mapping SourceColumn="contactperson" DataSetColumn="contactperson" />
|
|
<Mapping SourceColumn="totalnumber" DataSetColumn="totalnumber" />
|
|
<Mapping SourceColumn="remark" DataSetColumn="remark" />
|
|
<Mapping SourceColumn="orderDate" DataSetColumn="orderDate" />
|
|
<Mapping SourceColumn="state" DataSetColumn="state" />
|
|
<Mapping SourceColumn="operater" DataSetColumn="operater" />
|
|
<Mapping SourceColumn="dr" DataSetColumn="dr" />
|
|
<Mapping SourceColumn="createtime" DataSetColumn="createtime" />
|
|
<Mapping SourceColumn="lastmodified" DataSetColumn="lastmodified" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="t_wmsOutRequestDetailTableAdapter" GeneratorDataComponentClassName="t_wmsOutRequestDetailTableAdapter" Name="t_wmsOutRequestDetail" UserDataComponentName="t_wmsOutRequestDetailTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="deiniuWMSConnectionString (Settings)" DbObjectName="deiniuWMS.dbo.t_wmsOutRequestDetail" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[t_wmsOutRequestDetail] ([orderNo], [orderSn], [goodsId], [batch], [productDate], [validDate], [count], [saleDate], [state], [whtype], [description], [operater], [dr], [createtime], [lastmodified]) VALUES (@orderNo, @orderSn, @goodsId, @batch, @productDate, @validDate, @count, @saleDate, @state, @whtype, @description, @operater, @dr, @createtime, @lastmodified)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@orderNo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="orderNo" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@orderSn" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="orderSn" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@goodsId" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="goodsId" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@batch" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="batch" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@productDate" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="productDate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@validDate" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="validDate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@count" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="count" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@saleDate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="saleDate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@state" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="state" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@whtype" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="whtype" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@description" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@dr" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@createtime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastmodified" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT id, orderNo, orderSn, goodsId, batch, productDate, validDate, count, saleDate, state, whtype, description, operater, dr, createtime, lastmodified FROM dbo.t_wmsOutRequestDetail</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="id" DataSetColumn="id" />
|
|
<Mapping SourceColumn="orderNo" DataSetColumn="orderNo" />
|
|
<Mapping SourceColumn="orderSn" DataSetColumn="orderSn" />
|
|
<Mapping SourceColumn="goodsId" DataSetColumn="goodsId" />
|
|
<Mapping SourceColumn="batch" DataSetColumn="batch" />
|
|
<Mapping SourceColumn="productDate" DataSetColumn="productDate" />
|
|
<Mapping SourceColumn="validDate" DataSetColumn="validDate" />
|
|
<Mapping SourceColumn="count" DataSetColumn="count" />
|
|
<Mapping SourceColumn="saleDate" DataSetColumn="saleDate" />
|
|
<Mapping SourceColumn="state" DataSetColumn="state" />
|
|
<Mapping SourceColumn="whtype" DataSetColumn="whtype" />
|
|
<Mapping SourceColumn="description" DataSetColumn="description" />
|
|
<Mapping SourceColumn="operater" DataSetColumn="operater" />
|
|
<Mapping SourceColumn="dr" DataSetColumn="dr" />
|
|
<Mapping SourceColumn="createtime" DataSetColumn="createtime" />
|
|
<Mapping SourceColumn="lastmodified" DataSetColumn="lastmodified" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="t_wmsOutValidationExceptionTableAdapter" GeneratorDataComponentClassName="t_wmsOutValidationExceptionTableAdapter" Name="t_wmsOutValidationException" UserDataComponentName="t_wmsOutValidationExceptionTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="deiniuWMSConnectionString (Settings)" DbObjectName="deiniuWMS.dbo.t_wmsOutValidationException" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<DeleteCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>DELETE FROM [dbo].[t_wmsOutValidationException] WHERE (([id] = @Original_id) AND ((@IsNull_pickDetail = 1 AND [pickDetail] IS NULL) OR ([pickDetail] = @Original_pickDetail)) AND ((@IsNull_waveOrder = 1 AND [waveOrder] IS NULL) OR ([waveOrder] = @Original_waveOrder)) AND ((@IsNull_pickOrder = 1 AND [pickOrder] IS NULL) OR ([pickOrder] = @Original_pickOrder)) AND ((@IsNull_exception = 1 AND [exception] IS NULL) OR ([exception] = @Original_exception)) AND ((@IsNull_exceptionRemark = 1 AND [exceptionRemark] IS NULL) OR ([exceptionRemark] = @Original_exceptionRemark)) AND ((@IsNull_exceptionLink = 1 AND [exceptionLink] IS NULL) OR ([exceptionLink] = @Original_exceptionLink)) AND ((@IsNull_resolveRemark = 1 AND [resolveRemark] IS NULL) OR ([resolveRemark] = @Original_resolveRemark)) AND ((@IsNull_resove = 1 AND [resove] IS NULL) OR ([resove] = @Original_resove)) AND ((@IsNull_validatedBy = 1 AND [validatedBy] IS NULL) OR ([validatedBy] = @Original_validatedBy)) AND ((@IsNull_resolveBy = 1 AND [resolveBy] IS NULL) OR ([resolveBy] = @Original_resolveBy)) AND ((@IsNull_pickedBy = 1 AND [pickedBy] IS NULL) OR ([pickedBy] = @Original_pickedBy)) AND ((@IsNull_dr = 1 AND [dr] IS NULL) OR ([dr] = @Original_dr)) AND ((@IsNull_operater = 1 AND [operater] IS NULL) OR ([operater] = @Original_operater)) AND ((@IsNull_create_time = 1 AND [create_time] IS NULL) OR ([create_time] = @Original_create_time)) AND ((@IsNull_lastmodified = 1 AND [lastmodified] IS NULL) OR ([lastmodified] = @Original_lastmodified)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="id" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_pickDetail" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="pickDetail" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_pickDetail" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="pickDetail" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_waveOrder" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="waveOrder" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_waveOrder" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="waveOrder" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_pickOrder" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="pickOrder" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_pickOrder" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="pickOrder" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_exception" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="exception" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_exception" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="exception" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_exceptionRemark" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="exceptionRemark" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_exceptionRemark" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="exceptionRemark" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_exceptionLink" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="exceptionLink" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_exceptionLink" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="exceptionLink" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_resolveRemark" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="resolveRemark" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_resolveRemark" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="resolveRemark" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_resove" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="resove" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_resove" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="resove" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_validatedBy" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="validatedBy" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_validatedBy" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="validatedBy" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_resolveBy" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="resolveBy" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_resolveBy" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="resolveBy" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_pickedBy" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="pickedBy" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_pickedBy" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="pickedBy" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_dr" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_dr" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_create_time" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="create_time" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_create_time" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="create_time" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastmodified" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastmodified" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[t_wmsOutValidationException] ([pickDetail], [waveOrder], [pickOrder], [exception], [exceptionRemark], [exceptionLink], [resolveRemark], [resove], [validatedBy], [resolveBy], [pickedBy], [dr], [operater], [create_time], [lastmodified]) VALUES (@pickDetail, @waveOrder, @pickOrder, @exception, @exceptionRemark, @exceptionLink, @resolveRemark, @resove, @validatedBy, @resolveBy, @pickedBy, @dr, @operater, @create_time, @lastmodified);
|
|
SELECT id, pickDetail, waveOrder, pickOrder, exception, exceptionRemark, exceptionLink, resolveRemark, resove, validatedBy, resolveBy, pickedBy, dr, operater, create_time, lastmodified FROM t_wmsOutValidationException WHERE (id = SCOPE_IDENTITY())</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@pickDetail" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="pickDetail" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@waveOrder" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="waveOrder" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@pickOrder" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="pickOrder" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@exception" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="exception" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@exceptionRemark" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="exceptionRemark" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@exceptionLink" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="exceptionLink" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@resolveRemark" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="resolveRemark" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@resove" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="resove" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@validatedBy" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="validatedBy" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@resolveBy" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="resolveBy" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@pickedBy" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="pickedBy" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@dr" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@create_time" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="create_time" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastmodified" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT id, pickDetail, waveOrder, pickOrder, exception, exceptionRemark, exceptionLink, resolveRemark, resove, validatedBy, resolveBy, pickedBy, dr, operater, create_time, lastmodified FROM dbo.t_wmsOutValidationException</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[t_wmsOutValidationException] SET [pickDetail] = @pickDetail, [waveOrder] = @waveOrder, [pickOrder] = @pickOrder, [exception] = @exception, [exceptionRemark] = @exceptionRemark, [exceptionLink] = @exceptionLink, [resolveRemark] = @resolveRemark, [resove] = @resove, [validatedBy] = @validatedBy, [resolveBy] = @resolveBy, [pickedBy] = @pickedBy, [dr] = @dr, [operater] = @operater, [create_time] = @create_time, [lastmodified] = @lastmodified WHERE (([id] = @Original_id) AND ((@IsNull_pickDetail = 1 AND [pickDetail] IS NULL) OR ([pickDetail] = @Original_pickDetail)) AND ((@IsNull_waveOrder = 1 AND [waveOrder] IS NULL) OR ([waveOrder] = @Original_waveOrder)) AND ((@IsNull_pickOrder = 1 AND [pickOrder] IS NULL) OR ([pickOrder] = @Original_pickOrder)) AND ((@IsNull_exception = 1 AND [exception] IS NULL) OR ([exception] = @Original_exception)) AND ((@IsNull_exceptionRemark = 1 AND [exceptionRemark] IS NULL) OR ([exceptionRemark] = @Original_exceptionRemark)) AND ((@IsNull_exceptionLink = 1 AND [exceptionLink] IS NULL) OR ([exceptionLink] = @Original_exceptionLink)) AND ((@IsNull_resolveRemark = 1 AND [resolveRemark] IS NULL) OR ([resolveRemark] = @Original_resolveRemark)) AND ((@IsNull_resove = 1 AND [resove] IS NULL) OR ([resove] = @Original_resove)) AND ((@IsNull_validatedBy = 1 AND [validatedBy] IS NULL) OR ([validatedBy] = @Original_validatedBy)) AND ((@IsNull_resolveBy = 1 AND [resolveBy] IS NULL) OR ([resolveBy] = @Original_resolveBy)) AND ((@IsNull_pickedBy = 1 AND [pickedBy] IS NULL) OR ([pickedBy] = @Original_pickedBy)) AND ((@IsNull_dr = 1 AND [dr] IS NULL) OR ([dr] = @Original_dr)) AND ((@IsNull_operater = 1 AND [operater] IS NULL) OR ([operater] = @Original_operater)) AND ((@IsNull_create_time = 1 AND [create_time] IS NULL) OR ([create_time] = @Original_create_time)) AND ((@IsNull_lastmodified = 1 AND [lastmodified] IS NULL) OR ([lastmodified] = @Original_lastmodified)));
|
|
SELECT id, pickDetail, waveOrder, pickOrder, exception, exceptionRemark, exceptionLink, resolveRemark, resove, validatedBy, resolveBy, pickedBy, dr, operater, create_time, lastmodified FROM t_wmsOutValidationException WHERE (id = @id)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@pickDetail" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="pickDetail" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@waveOrder" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="waveOrder" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@pickOrder" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="pickOrder" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@exception" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="exception" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@exceptionRemark" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="exceptionRemark" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@exceptionLink" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="exceptionLink" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@resolveRemark" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="resolveRemark" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@resove" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="resove" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@validatedBy" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="validatedBy" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@resolveBy" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="resolveBy" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@pickedBy" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="pickedBy" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@dr" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@create_time" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="create_time" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastmodified" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="id" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_pickDetail" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="pickDetail" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_pickDetail" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="pickDetail" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_waveOrder" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="waveOrder" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_waveOrder" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="waveOrder" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_pickOrder" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="pickOrder" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_pickOrder" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="pickOrder" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_exception" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="exception" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_exception" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="exception" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_exceptionRemark" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="exceptionRemark" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_exceptionRemark" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="exceptionRemark" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_exceptionLink" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="exceptionLink" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_exceptionLink" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="exceptionLink" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_resolveRemark" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="resolveRemark" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_resolveRemark" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="resolveRemark" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_resove" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="resove" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_resove" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="resove" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_validatedBy" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="validatedBy" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_validatedBy" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="validatedBy" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_resolveBy" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="resolveBy" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_resolveBy" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="resolveBy" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_pickedBy" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="pickedBy" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_pickedBy" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="pickedBy" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_dr" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_dr" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_create_time" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="create_time" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_create_time" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="create_time" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastmodified" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastmodified" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="id" ColumnName="id" DataSourceName="deiniuWMS.dbo.t_wmsOutValidationException" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@id" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="id" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="id" DataSetColumn="id" />
|
|
<Mapping SourceColumn="pickDetail" DataSetColumn="pickDetail" />
|
|
<Mapping SourceColumn="waveOrder" DataSetColumn="waveOrder" />
|
|
<Mapping SourceColumn="pickOrder" DataSetColumn="pickOrder" />
|
|
<Mapping SourceColumn="exception" DataSetColumn="exception" />
|
|
<Mapping SourceColumn="exceptionRemark" DataSetColumn="exceptionRemark" />
|
|
<Mapping SourceColumn="exceptionLink" DataSetColumn="exceptionLink" />
|
|
<Mapping SourceColumn="resolveRemark" DataSetColumn="resolveRemark" />
|
|
<Mapping SourceColumn="resove" DataSetColumn="resove" />
|
|
<Mapping SourceColumn="validatedBy" DataSetColumn="validatedBy" />
|
|
<Mapping SourceColumn="resolveBy" DataSetColumn="resolveBy" />
|
|
<Mapping SourceColumn="pickedBy" DataSetColumn="pickedBy" />
|
|
<Mapping SourceColumn="dr" DataSetColumn="dr" />
|
|
<Mapping SourceColumn="operater" DataSetColumn="operater" />
|
|
<Mapping SourceColumn="create_time" DataSetColumn="create_time" />
|
|
<Mapping SourceColumn="lastmodified" DataSetColumn="lastmodified" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="t_wmsReceiveTableAdapter" GeneratorDataComponentClassName="t_wmsReceiveTableAdapter" Name="t_wmsReceive" UserDataComponentName="t_wmsReceiveTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="deiniuWMSConnectionString (Settings)" DbObjectName="deiniuWMS.dbo.t_wmsReceive" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<DeleteCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>DELETE FROM [dbo].[t_wmsReceive] WHERE (([id] = @Original_id) AND ([orderNo] = @Original_orderNo) AND ((@IsNull_state = 1 AND [state] IS NULL) OR ([state] = @Original_state)) AND ((@IsNull_description = 1 AND [description] IS NULL) OR ([description] = @Original_description)) AND ((@IsNull_operater = 1 AND [operater] IS NULL) OR ([operater] = @Original_operater)) AND ((@IsNull_lastmodified = 1 AND [lastmodified] IS NULL) OR ([lastmodified] = @Original_lastmodified)) AND ((@IsNull_createtime = 1 AND [createtime] IS NULL) OR ([createtime] = @Original_createtime)) AND ((@IsNull_dr = 1 AND [dr] IS NULL) OR ([dr] = @Original_dr)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="id" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_orderNo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="orderNo" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_state" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="state" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_state" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="state" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_description" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_description" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastmodified" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastmodified" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_createtime" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_createtime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_dr" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_dr" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[t_wmsReceive] ([orderNo], [state], [description], [operater], [lastmodified], [createtime], [dr]) VALUES (@orderNo, @state, @description, @operater, @lastmodified, @createtime, @dr);
|
|
SELECT id, orderNo, state, description, operater, lastmodified, createtime, dr FROM t_wmsReceive WHERE (orderNo = @orderNo)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@orderNo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="orderNo" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@state" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="state" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@description" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastmodified" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@createtime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@dr" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT id, orderNo, state, description, operater, lastmodified, createtime, dr FROM dbo.t_wmsReceive</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[t_wmsReceive] SET [orderNo] = @orderNo, [state] = @state, [description] = @description, [operater] = @operater, [lastmodified] = @lastmodified, [createtime] = @createtime, [dr] = @dr WHERE (([id] = @Original_id) AND ([orderNo] = @Original_orderNo) AND ((@IsNull_state = 1 AND [state] IS NULL) OR ([state] = @Original_state)) AND ((@IsNull_description = 1 AND [description] IS NULL) OR ([description] = @Original_description)) AND ((@IsNull_operater = 1 AND [operater] IS NULL) OR ([operater] = @Original_operater)) AND ((@IsNull_lastmodified = 1 AND [lastmodified] IS NULL) OR ([lastmodified] = @Original_lastmodified)) AND ((@IsNull_createtime = 1 AND [createtime] IS NULL) OR ([createtime] = @Original_createtime)) AND ((@IsNull_dr = 1 AND [dr] IS NULL) OR ([dr] = @Original_dr)));
|
|
SELECT id, orderNo, state, description, operater, lastmodified, createtime, dr FROM t_wmsReceive WHERE (orderNo = @orderNo)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@orderNo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="orderNo" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@state" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="state" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@description" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastmodified" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@createtime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@dr" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="id" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_orderNo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="orderNo" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_state" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="state" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_state" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="state" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_description" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_description" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastmodified" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastmodified" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_createtime" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_createtime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_dr" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_dr" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="id" DataSetColumn="id" />
|
|
<Mapping SourceColumn="orderNo" DataSetColumn="orderNo" />
|
|
<Mapping SourceColumn="state" DataSetColumn="state" />
|
|
<Mapping SourceColumn="description" DataSetColumn="description" />
|
|
<Mapping SourceColumn="operater" DataSetColumn="operater" />
|
|
<Mapping SourceColumn="lastmodified" DataSetColumn="lastmodified" />
|
|
<Mapping SourceColumn="createtime" DataSetColumn="createtime" />
|
|
<Mapping SourceColumn="dr" DataSetColumn="dr" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="t_wmsReceiveDetailTableAdapter" GeneratorDataComponentClassName="t_wmsReceiveDetailTableAdapter" Name="t_wmsReceiveDetail" UserDataComponentName="t_wmsReceiveDetailTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="deiniuWMSConnectionString (Settings)" DbObjectName="deiniuWMS.dbo.t_wmsReceiveDetail" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[t_wmsReceiveDetail] ([orderNo], [goodsId], [batch], [productDate], [valideDate], [purCount], [arriveCount], [receiveCount], [checkCount], [rejectReason], [receiveDate], [receivedby], [state], [batchState], [picState], [receiveResult], [description], [operater], [lastmodified], [createtime], [dr]) VALUES (@orderNo, @goodsId, @batch, @productDate, @valideDate, @purCount, @arriveCount, @receiveCount, @checkCount, @rejectReason, @receiveDate, @receivedby, @state, @batchState, @picState, @receiveResult, @description, @operater, @lastmodified, @createtime, @dr)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@orderNo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="orderNo" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@goodsId" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="goodsId" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@batch" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="batch" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@productDate" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="productDate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@valideDate" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="valideDate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@purCount" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="purCount" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@arriveCount" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="arriveCount" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@receiveCount" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="receiveCount" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@checkCount" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="checkCount" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@rejectReason" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="rejectReason" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@receiveDate" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="receiveDate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@receivedby" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="receivedby" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@state" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="state" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@batchState" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="batchState" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@picState" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="picState" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@receiveResult" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="receiveResult" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@description" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastmodified" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@createtime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@dr" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT id, orderNo, goodsId, batch, productDate, valideDate, purCount, arriveCount, receiveCount, checkCount, rejectReason, receiveDate, receivedby, state, batchState, picState, receiveResult, description, operater, lastmodified, createtime, dr FROM dbo.t_wmsReceiveDetail</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="id" DataSetColumn="id" />
|
|
<Mapping SourceColumn="orderNo" DataSetColumn="orderNo" />
|
|
<Mapping SourceColumn="goodsId" DataSetColumn="goodsId" />
|
|
<Mapping SourceColumn="batch" DataSetColumn="batch" />
|
|
<Mapping SourceColumn="productDate" DataSetColumn="productDate" />
|
|
<Mapping SourceColumn="valideDate" DataSetColumn="valideDate" />
|
|
<Mapping SourceColumn="purCount" DataSetColumn="purCount" />
|
|
<Mapping SourceColumn="arriveCount" DataSetColumn="arriveCount" />
|
|
<Mapping SourceColumn="receiveCount" DataSetColumn="receiveCount" />
|
|
<Mapping SourceColumn="checkCount" DataSetColumn="checkCount" />
|
|
<Mapping SourceColumn="rejectReason" DataSetColumn="rejectReason" />
|
|
<Mapping SourceColumn="receiveDate" DataSetColumn="receiveDate" />
|
|
<Mapping SourceColumn="receivedby" DataSetColumn="receivedby" />
|
|
<Mapping SourceColumn="state" DataSetColumn="state" />
|
|
<Mapping SourceColumn="batchState" DataSetColumn="batchState" />
|
|
<Mapping SourceColumn="picState" DataSetColumn="picState" />
|
|
<Mapping SourceColumn="receiveResult" DataSetColumn="receiveResult" />
|
|
<Mapping SourceColumn="description" DataSetColumn="description" />
|
|
<Mapping SourceColumn="operater" DataSetColumn="operater" />
|
|
<Mapping SourceColumn="lastmodified" DataSetColumn="lastmodified" />
|
|
<Mapping SourceColumn="createtime" DataSetColumn="createtime" />
|
|
<Mapping SourceColumn="dr" DataSetColumn="dr" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="t_wmsStockTableAdapter" GeneratorDataComponentClassName="t_wmsStockTableAdapter" Name="t_wmsStock" UserDataComponentName="t_wmsStockTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="deiniuWMSConnectionString (Settings)" DbObjectName="deiniuWMS.dbo.t_wmsStock" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<DeleteCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>DELETE FROM [dbo].[t_wmsStock] WHERE (([id] = @Original_id) AND ([goodsId] = @Original_goodsId) AND ([batch] = @Original_batch) AND ([locationId] = @Original_locationId) AND ((@IsNull_productDate = 1 AND [productDate] IS NULL) OR ([productDate] = @Original_productDate)) AND ((@IsNull_validDate = 1 AND [validDate] IS NULL) OR ([validDate] = @Original_validDate)) AND ([validationTerm] = @Original_validationTerm) AND ((@IsNull_count = 1 AND [count] IS NULL) OR ([count] = @Original_count)) AND ((@IsNull_countLock = 1 AND [countLock] IS NULL) OR ([countLock] = @Original_countLock)) AND ((@IsNull_countOut = 1 AND [countOut] IS NULL) OR ([countOut] = @Original_countOut)) AND ((@IsNull_countIn = 1 AND [countIn] IS NULL) OR ([countIn] = @Original_countIn)) AND ((@IsNull_countOuting = 1 AND [countOuting] IS NULL) OR ([countOuting] = @Original_countOuting)) AND ((@IsNull_state = 1 AND [state] IS NULL) OR ([state] = @Original_state)) AND ((@IsNull_maintainDate = 1 AND [maintainDate] IS NULL) OR ([maintainDate] = @Original_maintainDate)) AND ((@IsNull_description = 1 AND [description] IS NULL) OR ([description] = @Original_description)) AND ((@IsNull_operater = 1 AND [operater] IS NULL) OR ([operater] = @Original_operater)) AND ((@IsNull_lastmodified = 1 AND [lastmodified] IS NULL) OR ([lastmodified] = @Original_lastmodified)) AND ((@IsNull_createtime = 1 AND [createtime] IS NULL) OR ([createtime] = @Original_createtime)) AND ((@IsNull_dr = 1 AND [dr] IS NULL) OR ([dr] = @Original_dr)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="id" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_goodsId" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="goodsId" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_batch" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="batch" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_locationId" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="locationId" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_productDate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="productDate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_productDate" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="productDate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_validDate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="validDate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_validDate" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="validDate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_validationTerm" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="validationTerm" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_count" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="count" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_count" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="count" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_countLock" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="countLock" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_countLock" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="countLock" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_countOut" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="countOut" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_countOut" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="countOut" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_countIn" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="countIn" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_countIn" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="countIn" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_countOuting" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="countOuting" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_countOuting" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="countOuting" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_state" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="state" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_state" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="state" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_maintainDate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="maintainDate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Date" Direction="Input" ParameterName="@Original_maintainDate" Precision="0" ProviderType="Date" Scale="0" Size="0" SourceColumn="maintainDate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_description" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_description" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastmodified" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastmodified" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_createtime" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_createtime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_dr" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_dr" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[t_wmsStock] ([goodsId], [batch], [locationId], [productDate], [validDate], [validationTerm], [count], [countLock], [countOut], [countIn], [countOuting], [state], [maintainDate], [description], [operater], [lastmodified], [createtime], [dr]) VALUES (@goodsId, @batch, @locationId, @productDate, @validDate, @validationTerm, @count, @countLock, @countOut, @countIn, @countOuting, @state, @maintainDate, @description, @operater, @lastmodified, @createtime, @dr);
|
|
SELECT id, goodsId, batch, locationId, productDate, validDate, validationTerm, count, countLock, countOut, countIn, countOuting, state, maintainDate, description, operater, lastmodified, createtime, dr FROM t_wmsStock WHERE (locationId = @locationId)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@goodsId" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="goodsId" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@batch" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="batch" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@locationId" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="locationId" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@productDate" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="productDate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@validDate" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="validDate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@validationTerm" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="validationTerm" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@count" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="count" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@countLock" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="countLock" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@countOut" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="countOut" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@countIn" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="countIn" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@countOuting" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="countOuting" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@state" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="state" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Date" Direction="Input" ParameterName="@maintainDate" Precision="0" ProviderType="Date" Scale="0" Size="0" SourceColumn="maintainDate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@description" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastmodified" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@createtime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@dr" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT id, goodsId, batch, locationId, productDate, validDate, validationTerm, count, countLock, countOut, countIn, countOuting, state, maintainDate, description, operater, lastmodified, createtime, dr FROM dbo.t_wmsStock</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[t_wmsStock] SET [goodsId] = @goodsId, [batch] = @batch, [locationId] = @locationId, [productDate] = @productDate, [validDate] = @validDate, [validationTerm] = @validationTerm, [count] = @count, [countLock] = @countLock, [countOut] = @countOut, [countIn] = @countIn, [countOuting] = @countOuting, [state] = @state, [maintainDate] = @maintainDate, [description] = @description, [operater] = @operater, [lastmodified] = @lastmodified, [createtime] = @createtime, [dr] = @dr WHERE (([id] = @Original_id) AND ([goodsId] = @Original_goodsId) AND ([batch] = @Original_batch) AND ([locationId] = @Original_locationId) AND ((@IsNull_productDate = 1 AND [productDate] IS NULL) OR ([productDate] = @Original_productDate)) AND ((@IsNull_validDate = 1 AND [validDate] IS NULL) OR ([validDate] = @Original_validDate)) AND ([validationTerm] = @Original_validationTerm) AND ((@IsNull_count = 1 AND [count] IS NULL) OR ([count] = @Original_count)) AND ((@IsNull_countLock = 1 AND [countLock] IS NULL) OR ([countLock] = @Original_countLock)) AND ((@IsNull_countOut = 1 AND [countOut] IS NULL) OR ([countOut] = @Original_countOut)) AND ((@IsNull_countIn = 1 AND [countIn] IS NULL) OR ([countIn] = @Original_countIn)) AND ((@IsNull_countOuting = 1 AND [countOuting] IS NULL) OR ([countOuting] = @Original_countOuting)) AND ((@IsNull_state = 1 AND [state] IS NULL) OR ([state] = @Original_state)) AND ((@IsNull_maintainDate = 1 AND [maintainDate] IS NULL) OR ([maintainDate] = @Original_maintainDate)) AND ((@IsNull_description = 1 AND [description] IS NULL) OR ([description] = @Original_description)) AND ((@IsNull_operater = 1 AND [operater] IS NULL) OR ([operater] = @Original_operater)) AND ((@IsNull_lastmodified = 1 AND [lastmodified] IS NULL) OR ([lastmodified] = @Original_lastmodified)) AND ((@IsNull_createtime = 1 AND [createtime] IS NULL) OR ([createtime] = @Original_createtime)) AND ((@IsNull_dr = 1 AND [dr] IS NULL) OR ([dr] = @Original_dr)));
|
|
SELECT id, goodsId, batch, locationId, productDate, validDate, validationTerm, count, countLock, countOut, countIn, countOuting, state, maintainDate, description, operater, lastmodified, createtime, dr FROM t_wmsStock WHERE (locationId = @locationId)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@goodsId" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="goodsId" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@batch" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="batch" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@locationId" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="locationId" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@productDate" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="productDate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@validDate" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="validDate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@validationTerm" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="validationTerm" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@count" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="count" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@countLock" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="countLock" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@countOut" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="countOut" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@countIn" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="countIn" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@countOuting" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="countOuting" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@state" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="state" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Date" Direction="Input" ParameterName="@maintainDate" Precision="0" ProviderType="Date" Scale="0" Size="0" SourceColumn="maintainDate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@description" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastmodified" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@createtime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@dr" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="id" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_goodsId" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="goodsId" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_batch" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="batch" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_locationId" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="locationId" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_productDate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="productDate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_productDate" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="productDate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_validDate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="validDate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_validDate" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="validDate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_validationTerm" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="validationTerm" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_count" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="count" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_count" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="count" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_countLock" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="countLock" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_countLock" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="countLock" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_countOut" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="countOut" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_countOut" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="countOut" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_countIn" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="countIn" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_countIn" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="countIn" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_countOuting" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="countOuting" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_countOuting" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="countOuting" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_state" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="state" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_state" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="state" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_maintainDate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="maintainDate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Date" Direction="Input" ParameterName="@Original_maintainDate" Precision="0" ProviderType="Date" Scale="0" Size="0" SourceColumn="maintainDate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_description" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_description" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastmodified" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastmodified" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_createtime" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_createtime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_dr" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_dr" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="id" DataSetColumn="id" />
|
|
<Mapping SourceColumn="goodsId" DataSetColumn="goodsId" />
|
|
<Mapping SourceColumn="batch" DataSetColumn="batch" />
|
|
<Mapping SourceColumn="locationId" DataSetColumn="locationId" />
|
|
<Mapping SourceColumn="productDate" DataSetColumn="productDate" />
|
|
<Mapping SourceColumn="validDate" DataSetColumn="validDate" />
|
|
<Mapping SourceColumn="validationTerm" DataSetColumn="validationTerm" />
|
|
<Mapping SourceColumn="count" DataSetColumn="count" />
|
|
<Mapping SourceColumn="countLock" DataSetColumn="countLock" />
|
|
<Mapping SourceColumn="countOut" DataSetColumn="countOut" />
|
|
<Mapping SourceColumn="countIn" DataSetColumn="countIn" />
|
|
<Mapping SourceColumn="countOuting" DataSetColumn="countOuting" />
|
|
<Mapping SourceColumn="state" DataSetColumn="state" />
|
|
<Mapping SourceColumn="maintainDate" DataSetColumn="maintainDate" />
|
|
<Mapping SourceColumn="description" DataSetColumn="description" />
|
|
<Mapping SourceColumn="operater" DataSetColumn="operater" />
|
|
<Mapping SourceColumn="lastmodified" DataSetColumn="lastmodified" />
|
|
<Mapping SourceColumn="createtime" DataSetColumn="createtime" />
|
|
<Mapping SourceColumn="dr" DataSetColumn="dr" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="t_wmsStockMaintainTableAdapter" GeneratorDataComponentClassName="t_wmsStockMaintainTableAdapter" Name="t_wmsStockMaintain" UserDataComponentName="t_wmsStockMaintainTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="deiniuWMSConnectionString (Settings)" DbObjectName="deiniuWMS.dbo.t_wmsStockMaintain" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<DeleteCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>DELETE FROM [dbo].[t_wmsStockMaintain] WHERE (([id] = @Original_id) AND ([goodsId] = @Original_goodsId) AND ([batch] = @Original_batch) AND ([locationId] = @Original_locationId) AND ((@IsNull_productDate = 1 AND [productDate] IS NULL) OR ([productDate] = @Original_productDate)) AND ((@IsNull_validDate = 1 AND [validDate] IS NULL) OR ([validDate] = @Original_validDate)) AND ((@IsNull_count = 1 AND [count] IS NULL) OR ([count] = @Original_count)) AND ((@IsNull_mcount = 1 AND [mcount] IS NULL) OR ([mcount] = @Original_mcount)) AND ((@IsNull_issueCount = 1 AND [issueCount] IS NULL) OR ([issueCount] = @Original_issueCount)) AND ((@IsNull_issueType = 1 AND [issueType] IS NULL) OR ([issueType] = @Original_issueType)) AND ((@IsNull_details = 1 AND [details] IS NULL) OR ([details] = @Original_details)) AND ((@IsNull_description = 1 AND [description] IS NULL) OR ([description] = @Original_description)) AND ((@IsNull_operater = 1 AND [operater] IS NULL) OR ([operater] = @Original_operater)) AND ((@IsNull_lastmodified = 1 AND [lastmodified] IS NULL) OR ([lastmodified] = @Original_lastmodified)) AND ((@IsNull_createtime = 1 AND [createtime] IS NULL) OR ([createtime] = @Original_createtime)) AND ((@IsNull_dr = 1 AND [dr] IS NULL) OR ([dr] = @Original_dr)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="id" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_goodsId" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="goodsId" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_batch" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="batch" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_locationId" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="locationId" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_productDate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="productDate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_productDate" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="productDate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_validDate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="validDate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_validDate" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="validDate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_count" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="count" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_count" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="count" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_mcount" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="mcount" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_mcount" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="mcount" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_issueCount" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="issueCount" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_issueCount" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="issueCount" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_issueType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="issueType" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_issueType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="issueType" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_details" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="details" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_details" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="details" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_description" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_description" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastmodified" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastmodified" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_createtime" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_createtime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_dr" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_dr" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[t_wmsStockMaintain] ([goodsId], [batch], [locationId], [productDate], [validDate], [count], [mcount], [issueCount], [issueType], [details], [description], [operater], [lastmodified], [createtime], [dr]) VALUES (@goodsId, @batch, @locationId, @productDate, @validDate, @count, @mcount, @issueCount, @issueType, @details, @description, @operater, @lastmodified, @createtime, @dr);
|
|
SELECT id, goodsId, batch, locationId, productDate, validDate, count, mcount, issueCount, issueType, details, description, operater, lastmodified, createtime, dr FROM t_wmsStockMaintain WHERE (id = SCOPE_IDENTITY())</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@goodsId" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="goodsId" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@batch" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="batch" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@locationId" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="locationId" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@productDate" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="productDate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@validDate" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="validDate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@count" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="count" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@mcount" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="mcount" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@issueCount" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="issueCount" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@issueType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="issueType" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@details" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="details" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@description" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastmodified" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@createtime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@dr" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT id, goodsId, batch, locationId, productDate, validDate, count, mcount, issueCount, issueType, details, description, operater, lastmodified, createtime, dr FROM dbo.t_wmsStockMaintain</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[t_wmsStockMaintain] SET [goodsId] = @goodsId, [batch] = @batch, [locationId] = @locationId, [productDate] = @productDate, [validDate] = @validDate, [count] = @count, [mcount] = @mcount, [issueCount] = @issueCount, [issueType] = @issueType, [details] = @details, [description] = @description, [operater] = @operater, [lastmodified] = @lastmodified, [createtime] = @createtime, [dr] = @dr WHERE (([id] = @Original_id) AND ([goodsId] = @Original_goodsId) AND ([batch] = @Original_batch) AND ([locationId] = @Original_locationId) AND ((@IsNull_productDate = 1 AND [productDate] IS NULL) OR ([productDate] = @Original_productDate)) AND ((@IsNull_validDate = 1 AND [validDate] IS NULL) OR ([validDate] = @Original_validDate)) AND ((@IsNull_count = 1 AND [count] IS NULL) OR ([count] = @Original_count)) AND ((@IsNull_mcount = 1 AND [mcount] IS NULL) OR ([mcount] = @Original_mcount)) AND ((@IsNull_issueCount = 1 AND [issueCount] IS NULL) OR ([issueCount] = @Original_issueCount)) AND ((@IsNull_issueType = 1 AND [issueType] IS NULL) OR ([issueType] = @Original_issueType)) AND ((@IsNull_details = 1 AND [details] IS NULL) OR ([details] = @Original_details)) AND ((@IsNull_description = 1 AND [description] IS NULL) OR ([description] = @Original_description)) AND ((@IsNull_operater = 1 AND [operater] IS NULL) OR ([operater] = @Original_operater)) AND ((@IsNull_lastmodified = 1 AND [lastmodified] IS NULL) OR ([lastmodified] = @Original_lastmodified)) AND ((@IsNull_createtime = 1 AND [createtime] IS NULL) OR ([createtime] = @Original_createtime)) AND ((@IsNull_dr = 1 AND [dr] IS NULL) OR ([dr] = @Original_dr)));
|
|
SELECT id, goodsId, batch, locationId, productDate, validDate, count, mcount, issueCount, issueType, details, description, operater, lastmodified, createtime, dr FROM t_wmsStockMaintain WHERE (id = @id)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@goodsId" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="goodsId" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@batch" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="batch" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@locationId" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="locationId" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@productDate" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="productDate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@validDate" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="validDate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@count" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="count" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@mcount" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="mcount" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@issueCount" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="issueCount" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@issueType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="issueType" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@details" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="details" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@description" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastmodified" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@createtime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@dr" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="id" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_goodsId" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="goodsId" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_batch" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="batch" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_locationId" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="locationId" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_productDate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="productDate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_productDate" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="productDate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_validDate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="validDate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_validDate" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="validDate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_count" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="count" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_count" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="count" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_mcount" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="mcount" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_mcount" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="mcount" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_issueCount" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="issueCount" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_issueCount" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="issueCount" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_issueType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="issueType" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_issueType" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="issueType" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_details" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="details" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_details" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="details" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_description" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_description" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastmodified" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastmodified" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_createtime" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_createtime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_dr" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_dr" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="id" ColumnName="id" DataSourceName="deiniuWMS.dbo.t_wmsStockMaintain" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@id" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="id" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="id" DataSetColumn="id" />
|
|
<Mapping SourceColumn="goodsId" DataSetColumn="goodsId" />
|
|
<Mapping SourceColumn="batch" DataSetColumn="batch" />
|
|
<Mapping SourceColumn="locationId" DataSetColumn="locationId" />
|
|
<Mapping SourceColumn="productDate" DataSetColumn="productDate" />
|
|
<Mapping SourceColumn="validDate" DataSetColumn="validDate" />
|
|
<Mapping SourceColumn="count" DataSetColumn="count" />
|
|
<Mapping SourceColumn="mcount" DataSetColumn="mcount" />
|
|
<Mapping SourceColumn="issueCount" DataSetColumn="issueCount" />
|
|
<Mapping SourceColumn="issueType" DataSetColumn="issueType" />
|
|
<Mapping SourceColumn="details" DataSetColumn="details" />
|
|
<Mapping SourceColumn="description" DataSetColumn="description" />
|
|
<Mapping SourceColumn="operater" DataSetColumn="operater" />
|
|
<Mapping SourceColumn="lastmodified" DataSetColumn="lastmodified" />
|
|
<Mapping SourceColumn="createtime" DataSetColumn="createtime" />
|
|
<Mapping SourceColumn="dr" DataSetColumn="dr" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="t_wmsStockRecordTableAdapter" GeneratorDataComponentClassName="t_wmsStockRecordTableAdapter" Name="t_wmsStockRecord" UserDataComponentName="t_wmsStockRecordTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="deiniuWMSConnectionString (Settings)" DbObjectName="deiniuWMS.dbo.t_wmsStockRecord" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<DeleteCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>DELETE FROM [dbo].[t_wmsStockRecord] WHERE (([id] = @Original_id) AND ((@IsNull_id128 = 1 AND [id128] IS NULL) OR ([id128] = @Original_id128)) AND ([orderNo] = @Original_orderNo) AND ([goodsId] = @Original_goodsId) AND ((@IsNull_batch = 1 AND [batch] IS NULL) OR ([batch] = @Original_batch)) AND ([locationId] = @Original_locationId) AND ((@IsNull_count = 1 AND [count] IS NULL) OR ([count] = @Original_count)) AND ((@IsNull_count1 = 1 AND [count1] IS NULL) OR ([count1] = @Original_count1)) AND ((@IsNull_countIn = 1 AND [countIn] IS NULL) OR ([countIn] = @Original_countIn)) AND ((@IsNull_countOuting = 1 AND [countOuting] IS NULL) OR ([countOuting] = @Original_countOuting)) AND ([rectype] = @Original_rectype) AND ((@IsNull_validDate = 1 AND [validDate] IS NULL) OR ([validDate] = @Original_validDate)) AND ((@IsNull_productDate = 1 AND [productDate] IS NULL) OR ([productDate] = @Original_productDate)) AND ((@IsNull_regeditCode = 1 AND [regeditCode] IS NULL) OR ([regeditCode] = @Original_regeditCode)) AND ((@IsNull_description = 1 AND [description] IS NULL) OR ([description] = @Original_description)) AND ((@IsNull_printcnt = 1 AND [printcnt] IS NULL) OR ([printcnt] = @Original_printcnt)) AND ((@IsNull_operater = 1 AND [operater] IS NULL) OR ([operater] = @Original_operater)) AND ((@IsNull_lastmodified = 1 AND [lastmodified] IS NULL) OR ([lastmodified] = @Original_lastmodified)) AND ((@IsNull_createtime = 1 AND [createtime] IS NULL) OR ([createtime] = @Original_createtime)) AND ((@IsNull_dr = 1 AND [dr] IS NULL) OR ([dr] = @Original_dr)))</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="id" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_id128" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="id128" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_id128" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="id128" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_orderNo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="orderNo" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_goodsId" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="goodsId" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_batch" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="batch" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_batch" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="batch" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_locationId" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="locationId" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_count" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="count" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_count" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="count" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_count1" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="count1" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_count1" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="count1" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_countIn" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="countIn" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_countIn" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="countIn" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_countOuting" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="countOuting" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_countOuting" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="countOuting" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_rectype" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="rectype" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_validDate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="validDate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_validDate" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="validDate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_productDate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="productDate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_productDate" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="productDate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_regeditCode" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="regeditCode" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_regeditCode" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="regeditCode" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_description" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_description" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_printcnt" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="printcnt" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_printcnt" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="printcnt" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastmodified" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastmodified" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_createtime" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_createtime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_dr" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_dr" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</DeleteCommand>
|
|
<InsertCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>INSERT INTO [dbo].[t_wmsStockRecord] ([id128], [orderNo], [goodsId], [batch], [locationId], [count], [count1], [countIn], [countOuting], [rectype], [validDate], [productDate], [regeditCode], [description], [printcnt], [operater], [lastmodified], [createtime], [dr]) VALUES (@id128, @orderNo, @goodsId, @batch, @locationId, @count, @count1, @countIn, @countOuting, @rectype, @validDate, @productDate, @regeditCode, @description, @printcnt, @operater, @lastmodified, @createtime, @dr);
|
|
SELECT id, id128, orderNo, goodsId, batch, locationId, count, count1, countIn, countOuting, rectype, validDate, productDate, regeditCode, description, printcnt, operater, lastmodified, createtime, dr FROM t_wmsStockRecord WHERE (id = SCOPE_IDENTITY())</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@id128" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="id128" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@orderNo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="orderNo" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@goodsId" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="goodsId" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@batch" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="batch" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@locationId" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="locationId" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@count" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="count" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@count1" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="count1" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@countIn" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="countIn" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@countOuting" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="countOuting" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@rectype" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="rectype" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@validDate" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="validDate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@productDate" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="productDate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@regeditCode" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="regeditCode" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@description" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@printcnt" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="printcnt" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastmodified" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@createtime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@dr" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</InsertCommand>
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT id, id128, orderNo, goodsId, batch, locationId, count, count1, countIn, countOuting, rectype, validDate, productDate, regeditCode, description, printcnt, operater, lastmodified, createtime, dr FROM dbo.t_wmsStockRecord</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
<UpdateCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>UPDATE [dbo].[t_wmsStockRecord] SET [id128] = @id128, [orderNo] = @orderNo, [goodsId] = @goodsId, [batch] = @batch, [locationId] = @locationId, [count] = @count, [count1] = @count1, [countIn] = @countIn, [countOuting] = @countOuting, [rectype] = @rectype, [validDate] = @validDate, [productDate] = @productDate, [regeditCode] = @regeditCode, [description] = @description, [printcnt] = @printcnt, [operater] = @operater, [lastmodified] = @lastmodified, [createtime] = @createtime, [dr] = @dr WHERE (([id] = @Original_id) AND ((@IsNull_id128 = 1 AND [id128] IS NULL) OR ([id128] = @Original_id128)) AND ([orderNo] = @Original_orderNo) AND ([goodsId] = @Original_goodsId) AND ((@IsNull_batch = 1 AND [batch] IS NULL) OR ([batch] = @Original_batch)) AND ([locationId] = @Original_locationId) AND ((@IsNull_count = 1 AND [count] IS NULL) OR ([count] = @Original_count)) AND ((@IsNull_count1 = 1 AND [count1] IS NULL) OR ([count1] = @Original_count1)) AND ((@IsNull_countIn = 1 AND [countIn] IS NULL) OR ([countIn] = @Original_countIn)) AND ((@IsNull_countOuting = 1 AND [countOuting] IS NULL) OR ([countOuting] = @Original_countOuting)) AND ([rectype] = @Original_rectype) AND ((@IsNull_validDate = 1 AND [validDate] IS NULL) OR ([validDate] = @Original_validDate)) AND ((@IsNull_productDate = 1 AND [productDate] IS NULL) OR ([productDate] = @Original_productDate)) AND ((@IsNull_regeditCode = 1 AND [regeditCode] IS NULL) OR ([regeditCode] = @Original_regeditCode)) AND ((@IsNull_description = 1 AND [description] IS NULL) OR ([description] = @Original_description)) AND ((@IsNull_printcnt = 1 AND [printcnt] IS NULL) OR ([printcnt] = @Original_printcnt)) AND ((@IsNull_operater = 1 AND [operater] IS NULL) OR ([operater] = @Original_operater)) AND ((@IsNull_lastmodified = 1 AND [lastmodified] IS NULL) OR ([lastmodified] = @Original_lastmodified)) AND ((@IsNull_createtime = 1 AND [createtime] IS NULL) OR ([createtime] = @Original_createtime)) AND ((@IsNull_dr = 1 AND [dr] IS NULL) OR ([dr] = @Original_dr)));
|
|
SELECT id, id128, orderNo, goodsId, batch, locationId, count, count1, countIn, countOuting, rectype, validDate, productDate, regeditCode, description, printcnt, operater, lastmodified, createtime, dr FROM t_wmsStockRecord WHERE (id = @id)</CommandText>
|
|
<Parameters>
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@id128" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="id128" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@orderNo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="orderNo" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@goodsId" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="goodsId" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@batch" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="batch" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@locationId" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="locationId" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@count" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="count" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@count1" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="count1" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@countIn" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="countIn" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@countOuting" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="countOuting" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@rectype" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="rectype" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@validDate" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="validDate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@productDate" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="productDate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@regeditCode" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="regeditCode" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@description" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@printcnt" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="printcnt" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@lastmodified" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@createtime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@dr" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_id" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="id" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_id128" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="id128" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_id128" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="id128" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_orderNo" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="orderNo" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_goodsId" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="goodsId" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_batch" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="batch" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_batch" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="batch" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_locationId" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="locationId" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_count" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="count" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_count" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="count" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_count1" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="count1" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_count1" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="count1" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_countIn" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="countIn" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_countIn" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="countIn" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_countOuting" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="countOuting" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Decimal" Direction="Input" ParameterName="@Original_countOuting" Precision="18" ProviderType="Decimal" Scale="2" Size="0" SourceColumn="countOuting" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_rectype" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="rectype" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_validDate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="validDate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_validDate" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="validDate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_productDate" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="productDate" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_productDate" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="productDate" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_regeditCode" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="regeditCode" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_regeditCode" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="regeditCode" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_description" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_description" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="description" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_printcnt" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="printcnt" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_printcnt" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="printcnt" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_operater" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="operater" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_lastmodified" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_lastmodified" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="lastmodified" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_createtime" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_createtime" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="createtime" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_dr" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="true" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Boolean" Direction="Input" ParameterName="@Original_dr" Precision="0" ProviderType="Bit" Scale="0" Size="0" SourceColumn="dr" SourceColumnNullMapping="false" SourceVersion="Original" />
|
|
<Parameter AllowDbNull="false" AutogeneratedName="id" ColumnName="id" DataSourceName="deiniuWMS.dbo.t_wmsStockRecord" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@id" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="id" SourceColumnNullMapping="false" SourceVersion="Current" />
|
|
</Parameters>
|
|
</DbCommand>
|
|
</UpdateCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="id" DataSetColumn="id" />
|
|
<Mapping SourceColumn="id128" DataSetColumn="id128" />
|
|
<Mapping SourceColumn="orderNo" DataSetColumn="orderNo" />
|
|
<Mapping SourceColumn="goodsId" DataSetColumn="goodsId" />
|
|
<Mapping SourceColumn="batch" DataSetColumn="batch" />
|
|
<Mapping SourceColumn="locationId" DataSetColumn="locationId" />
|
|
<Mapping SourceColumn="count" DataSetColumn="count" />
|
|
<Mapping SourceColumn="count1" DataSetColumn="count1" />
|
|
<Mapping SourceColumn="countIn" DataSetColumn="countIn" />
|
|
<Mapping SourceColumn="countOuting" DataSetColumn="countOuting" />
|
|
<Mapping SourceColumn="rectype" DataSetColumn="rectype" />
|
|
<Mapping SourceColumn="validDate" DataSetColumn="validDate" />
|
|
<Mapping SourceColumn="productDate" DataSetColumn="productDate" />
|
|
<Mapping SourceColumn="regeditCode" DataSetColumn="regeditCode" />
|
|
<Mapping SourceColumn="description" DataSetColumn="description" />
|
|
<Mapping SourceColumn="printcnt" DataSetColumn="printcnt" />
|
|
<Mapping SourceColumn="operater" DataSetColumn="operater" />
|
|
<Mapping SourceColumn="lastmodified" DataSetColumn="lastmodified" />
|
|
<Mapping SourceColumn="createtime" DataSetColumn="createtime" />
|
|
<Mapping SourceColumn="dr" DataSetColumn="dr" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="t_nodeTableAdapter" GeneratorDataComponentClassName="t_nodeTableAdapter" Name="t_node" UserDataComponentName="t_nodeTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="deiniuWMSConnectionString (Settings)" DbObjectName="deiniuWMS.dbo.t_node" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT id, name, description, parentid, flag, operater, lastmodified, createtime, dr, value, isOn FROM dbo.t_node</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="id" DataSetColumn="id" />
|
|
<Mapping SourceColumn="name" DataSetColumn="name" />
|
|
<Mapping SourceColumn="description" DataSetColumn="description" />
|
|
<Mapping SourceColumn="parentid" DataSetColumn="parentid" />
|
|
<Mapping SourceColumn="flag" DataSetColumn="flag" />
|
|
<Mapping SourceColumn="operater" DataSetColumn="operater" />
|
|
<Mapping SourceColumn="lastmodified" DataSetColumn="lastmodified" />
|
|
<Mapping SourceColumn="createtime" DataSetColumn="createtime" />
|
|
<Mapping SourceColumn="dr" DataSetColumn="dr" />
|
|
<Mapping SourceColumn="value" DataSetColumn="value" />
|
|
<Mapping SourceColumn="isOn" DataSetColumn="isOn" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="v_customerTableAdapter" GeneratorDataComponentClassName="v_customerTableAdapter" Name="v_customer" UserDataComponentName="v_customerTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="deiniuWMSConnectionString (Settings)" DbObjectName="deiniuWMS.dbo.v_customer" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT custId, custName, Address, Delivery, phone1, phone2 FROM dbo.v_customer</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="custId" DataSetColumn="custId" />
|
|
<Mapping SourceColumn="custName" DataSetColumn="custName" />
|
|
<Mapping SourceColumn="Address" DataSetColumn="Address" />
|
|
<Mapping SourceColumn="Delivery" DataSetColumn="Delivery" />
|
|
<Mapping SourceColumn="phone1" DataSetColumn="phone1" />
|
|
<Mapping SourceColumn="phone2" DataSetColumn="phone2" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="v_customer_2_delTableAdapter" GeneratorDataComponentClassName="v_customer_2_delTableAdapter" Name="v_customer_2_del" UserDataComponentName="v_customer_2_delTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="deiniuWMSConnectionString (Settings)" DbObjectName="deiniuWMS.dbo.v_customer_2_del" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT custId, custName, Address, Delivery, phone1, phone2 FROM dbo.v_customer_2_del</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="custId" DataSetColumn="custId" />
|
|
<Mapping SourceColumn="custName" DataSetColumn="custName" />
|
|
<Mapping SourceColumn="Address" DataSetColumn="Address" />
|
|
<Mapping SourceColumn="Delivery" DataSetColumn="Delivery" />
|
|
<Mapping SourceColumn="phone1" DataSetColumn="phone1" />
|
|
<Mapping SourceColumn="phone2" DataSetColumn="phone2" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="v_employeeTableAdapter" GeneratorDataComponentClassName="v_employeeTableAdapter" Name="v_employee" UserDataComponentName="v_employeeTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="deiniuWMSConnectionString (Settings)" DbObjectName="deiniuWMS.dbo.v_employee" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT id, em_name, em_sex, em_birthday, em_education, em_dept, em_jobcode, em_politic, em_date_in_party, em_date_work, em_idnum, em_cellnum, em_email, em_account, em_passwd, em_profile, token, dr, operater, create_time, lastmodified, em_isOnline FROM dbo.v_employee</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="id" DataSetColumn="id" />
|
|
<Mapping SourceColumn="em_name" DataSetColumn="em_name" />
|
|
<Mapping SourceColumn="em_sex" DataSetColumn="em_sex" />
|
|
<Mapping SourceColumn="em_birthday" DataSetColumn="em_birthday" />
|
|
<Mapping SourceColumn="em_education" DataSetColumn="em_education" />
|
|
<Mapping SourceColumn="em_dept" DataSetColumn="em_dept" />
|
|
<Mapping SourceColumn="em_jobcode" DataSetColumn="em_jobcode" />
|
|
<Mapping SourceColumn="em_politic" DataSetColumn="em_politic" />
|
|
<Mapping SourceColumn="em_date_in_party" DataSetColumn="em_date_in_party" />
|
|
<Mapping SourceColumn="em_date_work" DataSetColumn="em_date_work" />
|
|
<Mapping SourceColumn="em_idnum" DataSetColumn="em_idnum" />
|
|
<Mapping SourceColumn="em_cellnum" DataSetColumn="em_cellnum" />
|
|
<Mapping SourceColumn="em_email" DataSetColumn="em_email" />
|
|
<Mapping SourceColumn="em_account" DataSetColumn="em_account" />
|
|
<Mapping SourceColumn="em_passwd" DataSetColumn="em_passwd" />
|
|
<Mapping SourceColumn="em_profile" DataSetColumn="em_profile" />
|
|
<Mapping SourceColumn="token" DataSetColumn="token" />
|
|
<Mapping SourceColumn="dr" DataSetColumn="dr" />
|
|
<Mapping SourceColumn="operater" DataSetColumn="operater" />
|
|
<Mapping SourceColumn="create_time" DataSetColumn="create_time" />
|
|
<Mapping SourceColumn="lastmodified" DataSetColumn="lastmodified" />
|
|
<Mapping SourceColumn="em_isOnline" DataSetColumn="em_isOnline" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="v_erpGoodsTableAdapter" GeneratorDataComponentClassName="v_erpGoodsTableAdapter" Name="v_erpGoods" UserDataComponentName="v_erpGoodsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="deiniuWMSConnectionString (Settings)" DbObjectName="deiniuWMS.dbo.v_erpGoods" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT EntId, GoodsId, goodsName, manufacturer, spec, unit, type, regeditCode, bigCount, middleCount, address, station, Weight, drug_code, IsDouChk, BarCode, chang, kuan, gao, CurCycle, Isimport, pinYin, ShortName FROM dbo.v_erpGoods</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="EntId" DataSetColumn="EntId" />
|
|
<Mapping SourceColumn="GoodsId" DataSetColumn="GoodsId" />
|
|
<Mapping SourceColumn="goodsName" DataSetColumn="goodsName" />
|
|
<Mapping SourceColumn="manufacturer" DataSetColumn="manufacturer" />
|
|
<Mapping SourceColumn="spec" DataSetColumn="spec" />
|
|
<Mapping SourceColumn="unit" DataSetColumn="unit" />
|
|
<Mapping SourceColumn="type" DataSetColumn="type" />
|
|
<Mapping SourceColumn="regeditCode" DataSetColumn="regeditCode" />
|
|
<Mapping SourceColumn="bigCount" DataSetColumn="bigCount" />
|
|
<Mapping SourceColumn="middleCount" DataSetColumn="middleCount" />
|
|
<Mapping SourceColumn="address" DataSetColumn="address" />
|
|
<Mapping SourceColumn="station" DataSetColumn="station" />
|
|
<Mapping SourceColumn="Weight" DataSetColumn="Weight" />
|
|
<Mapping SourceColumn="drug_code" DataSetColumn="drug_code" />
|
|
<Mapping SourceColumn="IsDouChk" DataSetColumn="IsDouChk" />
|
|
<Mapping SourceColumn="BarCode" DataSetColumn="BarCode" />
|
|
<Mapping SourceColumn="chang" DataSetColumn="chang" />
|
|
<Mapping SourceColumn="kuan" DataSetColumn="kuan" />
|
|
<Mapping SourceColumn="gao" DataSetColumn="gao" />
|
|
<Mapping SourceColumn="CurCycle" DataSetColumn="CurCycle" />
|
|
<Mapping SourceColumn="Isimport" DataSetColumn="Isimport" />
|
|
<Mapping SourceColumn="pinYin" DataSetColumn="pinYin" />
|
|
<Mapping SourceColumn="ShortName" DataSetColumn="ShortName" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="v_erpGoodsBalanceTableAdapter" GeneratorDataComponentClassName="v_erpGoodsBalanceTableAdapter" Name="v_erpGoodsBalance" UserDataComponentName="v_erpGoodsBalanceTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="deiniuWMSConnectionString (Settings)" DbObjectName="deiniuWMS.dbo.v_erpGoodsBalance" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT EntId, GoodsId, batch, count, erpBoxcnt, validDate, productDate, BarCode, GoodsName, Manufacturer, pinYin FROM dbo.v_erpGoodsBalance</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="EntId" DataSetColumn="EntId" />
|
|
<Mapping SourceColumn="GoodsId" DataSetColumn="GoodsId" />
|
|
<Mapping SourceColumn="batch" DataSetColumn="batch" />
|
|
<Mapping SourceColumn="count" DataSetColumn="count" />
|
|
<Mapping SourceColumn="erpBoxcnt" DataSetColumn="erpBoxcnt" />
|
|
<Mapping SourceColumn="validDate" DataSetColumn="validDate" />
|
|
<Mapping SourceColumn="productDate" DataSetColumn="productDate" />
|
|
<Mapping SourceColumn="BarCode" DataSetColumn="BarCode" />
|
|
<Mapping SourceColumn="GoodsName" DataSetColumn="GoodsName" />
|
|
<Mapping SourceColumn="Manufacturer" DataSetColumn="Manufacturer" />
|
|
<Mapping SourceColumn="pinYin" DataSetColumn="pinYin" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="v_freeLocationByGroupTableAdapter" GeneratorDataComponentClassName="v_freeLocationByGroupTableAdapter" Name="v_freeLocationByGroup" UserDataComponentName="v_freeLocationByGroupTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="deiniuWMSConnectionString (Settings)" DbObjectName="deiniuWMS.dbo.v_freeLocationByGroup" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT 空余数量, goodType, volType FROM dbo.v_freeLocationByGroup</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="空余数量" DataSetColumn="空余数量" />
|
|
<Mapping SourceColumn="goodType" DataSetColumn="goodType" />
|
|
<Mapping SourceColumn="volType" DataSetColumn="volType" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="v_freeLocationsTableAdapter" GeneratorDataComponentClassName="v_freeLocationsTableAdapter" Name="v_freeLocations" UserDataComponentName="v_freeLocationsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="deiniuWMSConnectionString (Settings)" DbObjectName="deiniuWMS.dbo.v_freeLocations" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT id, locationId, locationId128, warehouse, channel, shelf, layer, col, elabId, elabAddress, height, width, length, weight, port, part, bigPart, goodsType, whType, whGoodsType, whVolType, volType, state, tranState, operater, lastmodified, createtime, dr, warehouseName, goodsTypeName FROM dbo.v_freeLocations</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="id" DataSetColumn="id" />
|
|
<Mapping SourceColumn="locationId" DataSetColumn="locationId" />
|
|
<Mapping SourceColumn="locationId128" DataSetColumn="locationId128" />
|
|
<Mapping SourceColumn="warehouse" DataSetColumn="warehouse" />
|
|
<Mapping SourceColumn="channel" DataSetColumn="channel" />
|
|
<Mapping SourceColumn="shelf" DataSetColumn="shelf" />
|
|
<Mapping SourceColumn="layer" DataSetColumn="layer" />
|
|
<Mapping SourceColumn="col" DataSetColumn="col" />
|
|
<Mapping SourceColumn="elabId" DataSetColumn="elabId" />
|
|
<Mapping SourceColumn="elabAddress" DataSetColumn="elabAddress" />
|
|
<Mapping SourceColumn="height" DataSetColumn="height" />
|
|
<Mapping SourceColumn="width" DataSetColumn="width" />
|
|
<Mapping SourceColumn="length" DataSetColumn="length" />
|
|
<Mapping SourceColumn="weight" DataSetColumn="weight" />
|
|
<Mapping SourceColumn="port" DataSetColumn="port" />
|
|
<Mapping SourceColumn="part" DataSetColumn="part" />
|
|
<Mapping SourceColumn="bigPart" DataSetColumn="bigPart" />
|
|
<Mapping SourceColumn="goodsType" DataSetColumn="goodsType" />
|
|
<Mapping SourceColumn="whType" DataSetColumn="whType" />
|
|
<Mapping SourceColumn="whGoodsType" DataSetColumn="whGoodsType" />
|
|
<Mapping SourceColumn="whVolType" DataSetColumn="whVolType" />
|
|
<Mapping SourceColumn="volType" DataSetColumn="volType" />
|
|
<Mapping SourceColumn="state" DataSetColumn="state" />
|
|
<Mapping SourceColumn="tranState" DataSetColumn="tranState" />
|
|
<Mapping SourceColumn="operater" DataSetColumn="operater" />
|
|
<Mapping SourceColumn="lastmodified" DataSetColumn="lastmodified" />
|
|
<Mapping SourceColumn="createtime" DataSetColumn="createtime" />
|
|
<Mapping SourceColumn="dr" DataSetColumn="dr" />
|
|
<Mapping SourceColumn="warehouseName" DataSetColumn="warehouseName" />
|
|
<Mapping SourceColumn="goodsTypeName" DataSetColumn="goodsTypeName" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="v_locationTableAdapter" GeneratorDataComponentClassName="v_locationTableAdapter" Name="v_location" UserDataComponentName="v_locationTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="deiniuWMSConnectionString (Settings)" DbObjectName="deiniuWMS.dbo.v_location" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT id, locationId, locationId128, warehouse, channel, shelf, layer, col, elabId, elabAddress, height, width, length, weight, port, part, bigPart, goodsType, whType, whGoodsType, whVolType, volType, state, tranState, operater, lastmodified, createtime, dr, whouseName, goodsTypeName FROM dbo.v_location</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="id" DataSetColumn="id" />
|
|
<Mapping SourceColumn="locationId" DataSetColumn="locationId" />
|
|
<Mapping SourceColumn="locationId128" DataSetColumn="locationId128" />
|
|
<Mapping SourceColumn="warehouse" DataSetColumn="warehouse" />
|
|
<Mapping SourceColumn="channel" DataSetColumn="channel" />
|
|
<Mapping SourceColumn="shelf" DataSetColumn="shelf" />
|
|
<Mapping SourceColumn="layer" DataSetColumn="layer" />
|
|
<Mapping SourceColumn="col" DataSetColumn="col" />
|
|
<Mapping SourceColumn="elabId" DataSetColumn="elabId" />
|
|
<Mapping SourceColumn="elabAddress" DataSetColumn="elabAddress" />
|
|
<Mapping SourceColumn="height" DataSetColumn="height" />
|
|
<Mapping SourceColumn="width" DataSetColumn="width" />
|
|
<Mapping SourceColumn="length" DataSetColumn="length" />
|
|
<Mapping SourceColumn="weight" DataSetColumn="weight" />
|
|
<Mapping SourceColumn="port" DataSetColumn="port" />
|
|
<Mapping SourceColumn="part" DataSetColumn="part" />
|
|
<Mapping SourceColumn="bigPart" DataSetColumn="bigPart" />
|
|
<Mapping SourceColumn="goodsType" DataSetColumn="goodsType" />
|
|
<Mapping SourceColumn="whType" DataSetColumn="whType" />
|
|
<Mapping SourceColumn="whGoodsType" DataSetColumn="whGoodsType" />
|
|
<Mapping SourceColumn="whVolType" DataSetColumn="whVolType" />
|
|
<Mapping SourceColumn="volType" DataSetColumn="volType" />
|
|
<Mapping SourceColumn="state" DataSetColumn="state" />
|
|
<Mapping SourceColumn="tranState" DataSetColumn="tranState" />
|
|
<Mapping SourceColumn="operater" DataSetColumn="operater" />
|
|
<Mapping SourceColumn="lastmodified" DataSetColumn="lastmodified" />
|
|
<Mapping SourceColumn="createtime" DataSetColumn="createtime" />
|
|
<Mapping SourceColumn="dr" DataSetColumn="dr" />
|
|
<Mapping SourceColumn="whouseName" DataSetColumn="whouseName" />
|
|
<Mapping SourceColumn="goodsTypeName" DataSetColumn="goodsTypeName" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="v_reportStockRecordTableAdapter" GeneratorDataComponentClassName="v_reportStockRecordTableAdapter" Name="v_reportStockRecord" UserDataComponentName="v_reportStockRecordTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="deiniuWMSConnectionString (Settings)" DbObjectName="deiniuWMS.dbo.v_reportStockRecord" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT id, locationCode, orderNo, goodsId, batch, locationId, count, validDate, productDate, description, operater, lastmodified, createtime, dr, bigCount, unit, spec, manufacturer, goodsName, box, type, regeditCode, rectype, count1, BarCode, goodsTypeName, bulkMax, batchMax1, batchMax2, countIn, countOuting FROM dbo.v_reportStockRecord</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="id" DataSetColumn="id" />
|
|
<Mapping SourceColumn="locationCode" DataSetColumn="locationCode" />
|
|
<Mapping SourceColumn="orderNo" DataSetColumn="orderNo" />
|
|
<Mapping SourceColumn="goodsId" DataSetColumn="goodsId" />
|
|
<Mapping SourceColumn="batch" DataSetColumn="batch" />
|
|
<Mapping SourceColumn="locationId" DataSetColumn="locationId" />
|
|
<Mapping SourceColumn="count" DataSetColumn="count" />
|
|
<Mapping SourceColumn="validDate" DataSetColumn="validDate" />
|
|
<Mapping SourceColumn="productDate" DataSetColumn="productDate" />
|
|
<Mapping SourceColumn="description" DataSetColumn="description" />
|
|
<Mapping SourceColumn="operater" DataSetColumn="operater" />
|
|
<Mapping SourceColumn="lastmodified" DataSetColumn="lastmodified" />
|
|
<Mapping SourceColumn="createtime" DataSetColumn="createtime" />
|
|
<Mapping SourceColumn="dr" DataSetColumn="dr" />
|
|
<Mapping SourceColumn="bigCount" DataSetColumn="bigCount" />
|
|
<Mapping SourceColumn="unit" DataSetColumn="unit" />
|
|
<Mapping SourceColumn="spec" DataSetColumn="spec" />
|
|
<Mapping SourceColumn="manufacturer" DataSetColumn="manufacturer" />
|
|
<Mapping SourceColumn="goodsName" DataSetColumn="goodsName" />
|
|
<Mapping SourceColumn="box" DataSetColumn="box" />
|
|
<Mapping SourceColumn="type" DataSetColumn="type" />
|
|
<Mapping SourceColumn="regeditCode" DataSetColumn="regeditCode" />
|
|
<Mapping SourceColumn="rectype" DataSetColumn="rectype" />
|
|
<Mapping SourceColumn="count1" DataSetColumn="count1" />
|
|
<Mapping SourceColumn="BarCode" DataSetColumn="BarCode" />
|
|
<Mapping SourceColumn="goodsTypeName" DataSetColumn="goodsTypeName" />
|
|
<Mapping SourceColumn="bulkMax" DataSetColumn="bulkMax" />
|
|
<Mapping SourceColumn="batchMax1" DataSetColumn="batchMax1" />
|
|
<Mapping SourceColumn="batchMax2" DataSetColumn="batchMax2" />
|
|
<Mapping SourceColumn="countIn" DataSetColumn="countIn" />
|
|
<Mapping SourceColumn="countOuting" DataSetColumn="countOuting" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="v_reportStockRecordDownList4Up4winCETableAdapter" GeneratorDataComponentClassName="v_reportStockRecordDownList4Up4winCETableAdapter" Name="v_reportStockRecordDownList4Up4winCE" UserDataComponentName="v_reportStockRecordDownList4Up4winCETableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="deiniuWMSConnectionString (Settings)" DbObjectName="deiniuWMS.dbo.v_reportStockRecordDownList4Up4winCE" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT id, 商品, 批号, 数量, 原货位, 商品类别, 商品编码, 失效日期, 生产日期, 大包装, 单位, 规格, 厂家, description, operater, lastmodified, createtime, dr, box, regeditCode, rectype, count1, barCode FROM dbo.v_reportStockRecordDownList4Up4winCE</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="id" DataSetColumn="id" />
|
|
<Mapping SourceColumn="商品" DataSetColumn="商品" />
|
|
<Mapping SourceColumn="批号" DataSetColumn="批号" />
|
|
<Mapping SourceColumn="数量" DataSetColumn="数量" />
|
|
<Mapping SourceColumn="原货位" DataSetColumn="原货位" />
|
|
<Mapping SourceColumn="商品类别" DataSetColumn="商品类别" />
|
|
<Mapping SourceColumn="商品编码" DataSetColumn="商品编码" />
|
|
<Mapping SourceColumn="失效日期" DataSetColumn="失效日期" />
|
|
<Mapping SourceColumn="生产日期" DataSetColumn="生产日期" />
|
|
<Mapping SourceColumn="大包装" DataSetColumn="大包装" />
|
|
<Mapping SourceColumn="单位" DataSetColumn="单位" />
|
|
<Mapping SourceColumn="规格" DataSetColumn="规格" />
|
|
<Mapping SourceColumn="厂家" DataSetColumn="厂家" />
|
|
<Mapping SourceColumn="description" DataSetColumn="description" />
|
|
<Mapping SourceColumn="operater" DataSetColumn="operater" />
|
|
<Mapping SourceColumn="lastmodified" DataSetColumn="lastmodified" />
|
|
<Mapping SourceColumn="createtime" DataSetColumn="createtime" />
|
|
<Mapping SourceColumn="dr" DataSetColumn="dr" />
|
|
<Mapping SourceColumn="box" DataSetColumn="box" />
|
|
<Mapping SourceColumn="regeditCode" DataSetColumn="regeditCode" />
|
|
<Mapping SourceColumn="rectype" DataSetColumn="rectype" />
|
|
<Mapping SourceColumn="count1" DataSetColumn="count1" />
|
|
<Mapping SourceColumn="barCode" DataSetColumn="barCode" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="v_reportStockRecordUpDown4winCETableAdapter" GeneratorDataComponentClassName="v_reportStockRecordUpDown4winCETableAdapter" Name="v_reportStockRecordUpDown4winCE" UserDataComponentName="v_reportStockRecordUpDown4winCETableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="deiniuWMSConnectionString (Settings)" DbObjectName="deiniuWMS.dbo.v_reportStockRecordUpDown4winCE" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT id, 商品编码, 批号, 货位, 数量, 失效日期, 生产日期, description, operater, lastmodified, createtime, dr, 大包装, 单位, 规格, 厂家, 商品名称, box, 剂型, regeditCode, rectype, count1 FROM dbo.v_reportStockRecordUpDown4winCE</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="id" DataSetColumn="id" />
|
|
<Mapping SourceColumn="商品编码" DataSetColumn="商品编码" />
|
|
<Mapping SourceColumn="批号" DataSetColumn="批号" />
|
|
<Mapping SourceColumn="货位" DataSetColumn="货位" />
|
|
<Mapping SourceColumn="数量" DataSetColumn="数量" />
|
|
<Mapping SourceColumn="失效日期" DataSetColumn="失效日期" />
|
|
<Mapping SourceColumn="生产日期" DataSetColumn="生产日期" />
|
|
<Mapping SourceColumn="description" DataSetColumn="description" />
|
|
<Mapping SourceColumn="operater" DataSetColumn="operater" />
|
|
<Mapping SourceColumn="lastmodified" DataSetColumn="lastmodified" />
|
|
<Mapping SourceColumn="createtime" DataSetColumn="createtime" />
|
|
<Mapping SourceColumn="dr" DataSetColumn="dr" />
|
|
<Mapping SourceColumn="大包装" DataSetColumn="大包装" />
|
|
<Mapping SourceColumn="单位" DataSetColumn="单位" />
|
|
<Mapping SourceColumn="规格" DataSetColumn="规格" />
|
|
<Mapping SourceColumn="厂家" DataSetColumn="厂家" />
|
|
<Mapping SourceColumn="商品名称" DataSetColumn="商品名称" />
|
|
<Mapping SourceColumn="box" DataSetColumn="box" />
|
|
<Mapping SourceColumn="剂型" DataSetColumn="剂型" />
|
|
<Mapping SourceColumn="regeditCode" DataSetColumn="regeditCode" />
|
|
<Mapping SourceColumn="rectype" DataSetColumn="rectype" />
|
|
<Mapping SourceColumn="count1" DataSetColumn="count1" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="v_stockGoodsTableAdapter" GeneratorDataComponentClassName="v_stockGoodsTableAdapter" Name="v_stockGoods" UserDataComponentName="v_stockGoodsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="deiniuWMSConnectionString (Settings)" DbObjectName="deiniuWMS.dbo.v_stockGoods" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT elabId, elabAddress, port, bulkMax, bulkMax1, batchMax1, batchMax2, goodsName, bigCount, id, goodsId, batch, locationId, productDate, validDate, validationTerm, count, avCount, boxcnt, countIn, countLock, countOut, countOuting, operater, lastmodified, createtime, dr, whVolType, volType, goodsTypeName, goodsType, manufacturer, spec, unit, regeditCode, drug_code, whType, locState, state, warehouse, batchMax3, type, BarCode, part, maintainDate, pinYin, CurCycle, IsDouChk, repTypeName, repType, repPercent FROM dbo.v_stockGoods</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="elabId" DataSetColumn="elabId" />
|
|
<Mapping SourceColumn="elabAddress" DataSetColumn="elabAddress" />
|
|
<Mapping SourceColumn="port" DataSetColumn="port" />
|
|
<Mapping SourceColumn="bulkMax" DataSetColumn="bulkMax" />
|
|
<Mapping SourceColumn="bulkMax1" DataSetColumn="bulkMax1" />
|
|
<Mapping SourceColumn="batchMax1" DataSetColumn="batchMax1" />
|
|
<Mapping SourceColumn="batchMax2" DataSetColumn="batchMax2" />
|
|
<Mapping SourceColumn="goodsName" DataSetColumn="goodsName" />
|
|
<Mapping SourceColumn="bigCount" DataSetColumn="bigCount" />
|
|
<Mapping SourceColumn="id" DataSetColumn="id" />
|
|
<Mapping SourceColumn="goodsId" DataSetColumn="goodsId" />
|
|
<Mapping SourceColumn="batch" DataSetColumn="batch" />
|
|
<Mapping SourceColumn="locationId" DataSetColumn="locationId" />
|
|
<Mapping SourceColumn="productDate" DataSetColumn="productDate" />
|
|
<Mapping SourceColumn="validDate" DataSetColumn="validDate" />
|
|
<Mapping SourceColumn="validationTerm" DataSetColumn="validationTerm" />
|
|
<Mapping SourceColumn="count" DataSetColumn="count" />
|
|
<Mapping SourceColumn="avCount" DataSetColumn="avCount" />
|
|
<Mapping SourceColumn="boxcnt" DataSetColumn="boxcnt" />
|
|
<Mapping SourceColumn="countIn" DataSetColumn="countIn" />
|
|
<Mapping SourceColumn="countLock" DataSetColumn="countLock" />
|
|
<Mapping SourceColumn="countOut" DataSetColumn="countOut" />
|
|
<Mapping SourceColumn="countOuting" DataSetColumn="countOuting" />
|
|
<Mapping SourceColumn="operater" DataSetColumn="operater" />
|
|
<Mapping SourceColumn="lastmodified" DataSetColumn="lastmodified" />
|
|
<Mapping SourceColumn="createtime" DataSetColumn="createtime" />
|
|
<Mapping SourceColumn="dr" DataSetColumn="dr" />
|
|
<Mapping SourceColumn="whVolType" DataSetColumn="whVolType" />
|
|
<Mapping SourceColumn="volType" DataSetColumn="volType" />
|
|
<Mapping SourceColumn="goodsTypeName" DataSetColumn="goodsTypeName" />
|
|
<Mapping SourceColumn="goodsType" DataSetColumn="goodsType" />
|
|
<Mapping SourceColumn="manufacturer" DataSetColumn="manufacturer" />
|
|
<Mapping SourceColumn="spec" DataSetColumn="spec" />
|
|
<Mapping SourceColumn="unit" DataSetColumn="unit" />
|
|
<Mapping SourceColumn="regeditCode" DataSetColumn="regeditCode" />
|
|
<Mapping SourceColumn="drug_code" DataSetColumn="drug_code" />
|
|
<Mapping SourceColumn="whType" DataSetColumn="whType" />
|
|
<Mapping SourceColumn="locState" DataSetColumn="locState" />
|
|
<Mapping SourceColumn="state" DataSetColumn="state" />
|
|
<Mapping SourceColumn="warehouse" DataSetColumn="warehouse" />
|
|
<Mapping SourceColumn="batchMax3" DataSetColumn="batchMax3" />
|
|
<Mapping SourceColumn="type" DataSetColumn="type" />
|
|
<Mapping SourceColumn="BarCode" DataSetColumn="BarCode" />
|
|
<Mapping SourceColumn="part" DataSetColumn="part" />
|
|
<Mapping SourceColumn="maintainDate" DataSetColumn="maintainDate" />
|
|
<Mapping SourceColumn="pinYin" DataSetColumn="pinYin" />
|
|
<Mapping SourceColumn="CurCycle" DataSetColumn="CurCycle" />
|
|
<Mapping SourceColumn="IsDouChk" DataSetColumn="IsDouChk" />
|
|
<Mapping SourceColumn="repTypeName" DataSetColumn="repTypeName" />
|
|
<Mapping SourceColumn="repType" DataSetColumn="repType" />
|
|
<Mapping SourceColumn="repPercent" DataSetColumn="repPercent" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="v_stockGoods4WinceTableAdapter" GeneratorDataComponentClassName="v_stockGoods4WinceTableAdapter" Name="v_stockGoods4Wince" UserDataComponentName="v_stockGoods4WinceTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="deiniuWMSConnectionString (Settings)" DbObjectName="deiniuWMS.dbo.v_stockGoods4Wince" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT 货位, 批号, 数量, 厂家, 商品, 条码 FROM dbo.v_stockGoods4Wince</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="货位" DataSetColumn="货位" />
|
|
<Mapping SourceColumn="批号" DataSetColumn="批号" />
|
|
<Mapping SourceColumn="数量" DataSetColumn="数量" />
|
|
<Mapping SourceColumn="厂家" DataSetColumn="厂家" />
|
|
<Mapping SourceColumn="商品" DataSetColumn="商品" />
|
|
<Mapping SourceColumn="条码" DataSetColumn="条码" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="v_stockGoodsBatchSumTableAdapter" GeneratorDataComponentClassName="v_stockGoodsBatchSumTableAdapter" Name="v_stockGoodsBatchSum" UserDataComponentName="v_stockGoodsBatchSumTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="deiniuWMSConnectionString (Settings)" DbObjectName="deiniuWMS.dbo.v_stockGoodsBatchSum" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT goodsId, batch, batchCount, avBatchCount FROM dbo.v_stockGoodsBatchSum</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="goodsId" DataSetColumn="goodsId" />
|
|
<Mapping SourceColumn="batch" DataSetColumn="batch" />
|
|
<Mapping SourceColumn="batchCount" DataSetColumn="batchCount" />
|
|
<Mapping SourceColumn="avBatchCount" DataSetColumn="avBatchCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="v_stockGoodsBulkAlert--obsoleteTableAdapter" GeneratorDataComponentClassName="v_stockGoodsBulkAlert__obsoleteTableAdapter" Name="v_stockGoodsBulkAlert--obsolete" UserDataComponentName="v_stockGoodsBulkAlert--obsoleteTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="deiniuWMSConnectionString (Settings)" DbObjectName="deiniuWMS.dbo.[v_stockGoodsBulkAlert--obsolete]" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT goodsId, batch, goodsName, unit, volType, goodsType, manufacturer, spec, regeditCode, locState, state, type, part, pinYin, repType, repTypeName, repPercent, validDate, productDate, goodsTypeName, bigCount, bulkMax, avCount, boxcnt, repBalance, repCount, leftPercent FROM dbo.[v_stockGoodsBulkAlert--obsolete]</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="goodsId" DataSetColumn="goodsId" />
|
|
<Mapping SourceColumn="batch" DataSetColumn="batch" />
|
|
<Mapping SourceColumn="goodsName" DataSetColumn="goodsName" />
|
|
<Mapping SourceColumn="unit" DataSetColumn="unit" />
|
|
<Mapping SourceColumn="volType" DataSetColumn="volType" />
|
|
<Mapping SourceColumn="goodsType" DataSetColumn="goodsType" />
|
|
<Mapping SourceColumn="manufacturer" DataSetColumn="manufacturer" />
|
|
<Mapping SourceColumn="spec" DataSetColumn="spec" />
|
|
<Mapping SourceColumn="regeditCode" DataSetColumn="regeditCode" />
|
|
<Mapping SourceColumn="locState" DataSetColumn="locState" />
|
|
<Mapping SourceColumn="state" DataSetColumn="state" />
|
|
<Mapping SourceColumn="type" DataSetColumn="type" />
|
|
<Mapping SourceColumn="part" DataSetColumn="part" />
|
|
<Mapping SourceColumn="pinYin" DataSetColumn="pinYin" />
|
|
<Mapping SourceColumn="repType" DataSetColumn="repType" />
|
|
<Mapping SourceColumn="repTypeName" DataSetColumn="repTypeName" />
|
|
<Mapping SourceColumn="repPercent" DataSetColumn="repPercent" />
|
|
<Mapping SourceColumn="validDate" DataSetColumn="validDate" />
|
|
<Mapping SourceColumn="productDate" DataSetColumn="productDate" />
|
|
<Mapping SourceColumn="goodsTypeName" DataSetColumn="goodsTypeName" />
|
|
<Mapping SourceColumn="bigCount" DataSetColumn="bigCount" />
|
|
<Mapping SourceColumn="bulkMax" DataSetColumn="bulkMax" />
|
|
<Mapping SourceColumn="avCount" DataSetColumn="avCount" />
|
|
<Mapping SourceColumn="boxcnt" DataSetColumn="boxcnt" />
|
|
<Mapping SourceColumn="repBalance" DataSetColumn="repBalance" />
|
|
<Mapping SourceColumn="repCount" DataSetColumn="repCount" />
|
|
<Mapping SourceColumn="leftPercent" DataSetColumn="leftPercent" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="v_stockGoodsBulkBatchAlertTableAdapter" GeneratorDataComponentClassName="v_stockGoodsBulkBatchAlertTableAdapter" Name="v_stockGoodsBulkBatchAlert" UserDataComponentName="v_stockGoodsBulkBatchAlertTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="deiniuWMSConnectionString (Settings)" DbObjectName="deiniuWMS.dbo.v_stockGoodsBulkBatchAlert" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT batchCount, goodsId, batch, goodsName, unit, volType, goodsType, manufacturer, spec, regeditCode, locState, state, type, part, pinYin, repType, repTypeName, repPercent, validDate, productDate, goodsTypeName, bigCount, bulkMax, avCount, boxcnt, repBalance, repCount, leftPercent FROM dbo.v_stockGoodsBulkBatchAlert</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="batchCount" DataSetColumn="batchCount" />
|
|
<Mapping SourceColumn="goodsId" DataSetColumn="goodsId" />
|
|
<Mapping SourceColumn="batch" DataSetColumn="batch" />
|
|
<Mapping SourceColumn="goodsName" DataSetColumn="goodsName" />
|
|
<Mapping SourceColumn="unit" DataSetColumn="unit" />
|
|
<Mapping SourceColumn="volType" DataSetColumn="volType" />
|
|
<Mapping SourceColumn="goodsType" DataSetColumn="goodsType" />
|
|
<Mapping SourceColumn="manufacturer" DataSetColumn="manufacturer" />
|
|
<Mapping SourceColumn="spec" DataSetColumn="spec" />
|
|
<Mapping SourceColumn="regeditCode" DataSetColumn="regeditCode" />
|
|
<Mapping SourceColumn="locState" DataSetColumn="locState" />
|
|
<Mapping SourceColumn="state" DataSetColumn="state" />
|
|
<Mapping SourceColumn="type" DataSetColumn="type" />
|
|
<Mapping SourceColumn="part" DataSetColumn="part" />
|
|
<Mapping SourceColumn="pinYin" DataSetColumn="pinYin" />
|
|
<Mapping SourceColumn="repType" DataSetColumn="repType" />
|
|
<Mapping SourceColumn="repTypeName" DataSetColumn="repTypeName" />
|
|
<Mapping SourceColumn="repPercent" DataSetColumn="repPercent" />
|
|
<Mapping SourceColumn="validDate" DataSetColumn="validDate" />
|
|
<Mapping SourceColumn="productDate" DataSetColumn="productDate" />
|
|
<Mapping SourceColumn="goodsTypeName" DataSetColumn="goodsTypeName" />
|
|
<Mapping SourceColumn="bigCount" DataSetColumn="bigCount" />
|
|
<Mapping SourceColumn="bulkMax" DataSetColumn="bulkMax" />
|
|
<Mapping SourceColumn="avCount" DataSetColumn="avCount" />
|
|
<Mapping SourceColumn="boxcnt" DataSetColumn="boxcnt" />
|
|
<Mapping SourceColumn="repBalance" DataSetColumn="repBalance" />
|
|
<Mapping SourceColumn="repCount" DataSetColumn="repCount" />
|
|
<Mapping SourceColumn="leftPercent" DataSetColumn="leftPercent" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="v_stockGoodsBulkSumTableAdapter" GeneratorDataComponentClassName="v_stockGoodsBulkSumTableAdapter" Name="v_stockGoodsBulkSum" UserDataComponentName="v_stockGoodsBulkSumTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="deiniuWMSConnectionString (Settings)" DbObjectName="deiniuWMS.dbo.v_stockGoodsBulkSum" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT goodsId, batch, goodsName, unit, volType, goodsType, manufacturer, spec, regeditCode, locState, state, type, part, pinYin, repType, repTypeName, repPercent, validDate, productDate, goodsTypeName, bigCount, bulkMax, avCount, boxcnt, repBalance, repCount, leftPercent FROM dbo.v_stockGoodsBulkSum</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="goodsId" DataSetColumn="goodsId" />
|
|
<Mapping SourceColumn="batch" DataSetColumn="batch" />
|
|
<Mapping SourceColumn="goodsName" DataSetColumn="goodsName" />
|
|
<Mapping SourceColumn="unit" DataSetColumn="unit" />
|
|
<Mapping SourceColumn="volType" DataSetColumn="volType" />
|
|
<Mapping SourceColumn="goodsType" DataSetColumn="goodsType" />
|
|
<Mapping SourceColumn="manufacturer" DataSetColumn="manufacturer" />
|
|
<Mapping SourceColumn="spec" DataSetColumn="spec" />
|
|
<Mapping SourceColumn="regeditCode" DataSetColumn="regeditCode" />
|
|
<Mapping SourceColumn="locState" DataSetColumn="locState" />
|
|
<Mapping SourceColumn="state" DataSetColumn="state" />
|
|
<Mapping SourceColumn="type" DataSetColumn="type" />
|
|
<Mapping SourceColumn="part" DataSetColumn="part" />
|
|
<Mapping SourceColumn="pinYin" DataSetColumn="pinYin" />
|
|
<Mapping SourceColumn="repType" DataSetColumn="repType" />
|
|
<Mapping SourceColumn="repTypeName" DataSetColumn="repTypeName" />
|
|
<Mapping SourceColumn="repPercent" DataSetColumn="repPercent" />
|
|
<Mapping SourceColumn="validDate" DataSetColumn="validDate" />
|
|
<Mapping SourceColumn="productDate" DataSetColumn="productDate" />
|
|
<Mapping SourceColumn="goodsTypeName" DataSetColumn="goodsTypeName" />
|
|
<Mapping SourceColumn="bigCount" DataSetColumn="bigCount" />
|
|
<Mapping SourceColumn="bulkMax" DataSetColumn="bulkMax" />
|
|
<Mapping SourceColumn="avCount" DataSetColumn="avCount" />
|
|
<Mapping SourceColumn="boxcnt" DataSetColumn="boxcnt" />
|
|
<Mapping SourceColumn="repBalance" DataSetColumn="repBalance" />
|
|
<Mapping SourceColumn="repCount" DataSetColumn="repCount" />
|
|
<Mapping SourceColumn="leftPercent" DataSetColumn="leftPercent" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="v_stockGoodsMaintainTableAdapter" GeneratorDataComponentClassName="v_stockGoodsMaintainTableAdapter" Name="v_stockGoodsMaintain" UserDataComponentName="v_stockGoodsMaintainTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="deiniuWMSConnectionString (Settings)" DbObjectName="deiniuWMS.dbo.v_stockGoodsMaintain" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT elabId, elabAddress, port, bulkMax, bulkMax1, batchMax1, batchMax2, goodsName, bigCount, id, goodsId, batch, locationId, productDate, validDate, validationTerm, count, avCount, boxcnt, countLock, countOut, operater, lastmodified, createtime, dr, whVolType, volType, goodsTypeName, goodsType, manufacturer, spec, unit, regeditCode, drug_code, whType, locState, state, warehouse, batchMax3, type, BarCode, part, maintainDate, pinYin, CurCycle, IsDouChk, validDate2, nextMainTainDate, countIn, countOuting FROM dbo.v_stockGoodsMaintain</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="elabId" DataSetColumn="elabId" />
|
|
<Mapping SourceColumn="elabAddress" DataSetColumn="elabAddress" />
|
|
<Mapping SourceColumn="port" DataSetColumn="port" />
|
|
<Mapping SourceColumn="bulkMax" DataSetColumn="bulkMax" />
|
|
<Mapping SourceColumn="bulkMax1" DataSetColumn="bulkMax1" />
|
|
<Mapping SourceColumn="batchMax1" DataSetColumn="batchMax1" />
|
|
<Mapping SourceColumn="batchMax2" DataSetColumn="batchMax2" />
|
|
<Mapping SourceColumn="goodsName" DataSetColumn="goodsName" />
|
|
<Mapping SourceColumn="bigCount" DataSetColumn="bigCount" />
|
|
<Mapping SourceColumn="id" DataSetColumn="id" />
|
|
<Mapping SourceColumn="goodsId" DataSetColumn="goodsId" />
|
|
<Mapping SourceColumn="batch" DataSetColumn="batch" />
|
|
<Mapping SourceColumn="locationId" DataSetColumn="locationId" />
|
|
<Mapping SourceColumn="productDate" DataSetColumn="productDate" />
|
|
<Mapping SourceColumn="validDate" DataSetColumn="validDate" />
|
|
<Mapping SourceColumn="validationTerm" DataSetColumn="validationTerm" />
|
|
<Mapping SourceColumn="count" DataSetColumn="count" />
|
|
<Mapping SourceColumn="avCount" DataSetColumn="avCount" />
|
|
<Mapping SourceColumn="boxcnt" DataSetColumn="boxcnt" />
|
|
<Mapping SourceColumn="countLock" DataSetColumn="countLock" />
|
|
<Mapping SourceColumn="countOut" DataSetColumn="countOut" />
|
|
<Mapping SourceColumn="operater" DataSetColumn="operater" />
|
|
<Mapping SourceColumn="lastmodified" DataSetColumn="lastmodified" />
|
|
<Mapping SourceColumn="createtime" DataSetColumn="createtime" />
|
|
<Mapping SourceColumn="dr" DataSetColumn="dr" />
|
|
<Mapping SourceColumn="whVolType" DataSetColumn="whVolType" />
|
|
<Mapping SourceColumn="volType" DataSetColumn="volType" />
|
|
<Mapping SourceColumn="goodsTypeName" DataSetColumn="goodsTypeName" />
|
|
<Mapping SourceColumn="goodsType" DataSetColumn="goodsType" />
|
|
<Mapping SourceColumn="manufacturer" DataSetColumn="manufacturer" />
|
|
<Mapping SourceColumn="spec" DataSetColumn="spec" />
|
|
<Mapping SourceColumn="unit" DataSetColumn="unit" />
|
|
<Mapping SourceColumn="regeditCode" DataSetColumn="regeditCode" />
|
|
<Mapping SourceColumn="drug_code" DataSetColumn="drug_code" />
|
|
<Mapping SourceColumn="whType" DataSetColumn="whType" />
|
|
<Mapping SourceColumn="locState" DataSetColumn="locState" />
|
|
<Mapping SourceColumn="state" DataSetColumn="state" />
|
|
<Mapping SourceColumn="warehouse" DataSetColumn="warehouse" />
|
|
<Mapping SourceColumn="batchMax3" DataSetColumn="batchMax3" />
|
|
<Mapping SourceColumn="type" DataSetColumn="type" />
|
|
<Mapping SourceColumn="BarCode" DataSetColumn="BarCode" />
|
|
<Mapping SourceColumn="part" DataSetColumn="part" />
|
|
<Mapping SourceColumn="maintainDate" DataSetColumn="maintainDate" />
|
|
<Mapping SourceColumn="pinYin" DataSetColumn="pinYin" />
|
|
<Mapping SourceColumn="CurCycle" DataSetColumn="CurCycle" />
|
|
<Mapping SourceColumn="IsDouChk" DataSetColumn="IsDouChk" />
|
|
<Mapping SourceColumn="validDate2" DataSetColumn="validDate2" />
|
|
<Mapping SourceColumn="nextMainTainDate" DataSetColumn="nextMainTainDate" />
|
|
<Mapping SourceColumn="countIn" DataSetColumn="countIn" />
|
|
<Mapping SourceColumn="countOuting" DataSetColumn="countOuting" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="v_stockGoodsRepTableAdapter" GeneratorDataComponentClassName="v_stockGoodsRepTableAdapter" Name="v_stockGoodsRep" UserDataComponentName="v_stockGoodsRepTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="deiniuWMSConnectionString (Settings)" DbObjectName="deiniuWMS.dbo.v_stockGoodsRep" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT repCount, repBoxcnt, elabId, elabAddress, port, bulkMax, bulkMax1, batchMax1, batchMax2, goodsName, bigCount, id, goodsId, batch, locationId, productDate, validDate, validationTerm, count, avCount, boxcnt, countLock, countOut, operater, lastmodified, createtime, dr, whVolType, volType, goodsTypeName, goodsType, manufacturer, spec, unit, regeditCode, drug_code, whType, locState, state, warehouse, batchMax3, type, BarCode, part, maintainDate, pinYin, CurCycle, IsDouChk, repTypeName, repType, repPercent, countOuting, countIn FROM dbo.v_stockGoodsRep</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="repCount" DataSetColumn="repCount" />
|
|
<Mapping SourceColumn="repBoxcnt" DataSetColumn="repBoxcnt" />
|
|
<Mapping SourceColumn="elabId" DataSetColumn="elabId" />
|
|
<Mapping SourceColumn="elabAddress" DataSetColumn="elabAddress" />
|
|
<Mapping SourceColumn="port" DataSetColumn="port" />
|
|
<Mapping SourceColumn="bulkMax" DataSetColumn="bulkMax" />
|
|
<Mapping SourceColumn="bulkMax1" DataSetColumn="bulkMax1" />
|
|
<Mapping SourceColumn="batchMax1" DataSetColumn="batchMax1" />
|
|
<Mapping SourceColumn="batchMax2" DataSetColumn="batchMax2" />
|
|
<Mapping SourceColumn="goodsName" DataSetColumn="goodsName" />
|
|
<Mapping SourceColumn="bigCount" DataSetColumn="bigCount" />
|
|
<Mapping SourceColumn="id" DataSetColumn="id" />
|
|
<Mapping SourceColumn="goodsId" DataSetColumn="goodsId" />
|
|
<Mapping SourceColumn="batch" DataSetColumn="batch" />
|
|
<Mapping SourceColumn="locationId" DataSetColumn="locationId" />
|
|
<Mapping SourceColumn="productDate" DataSetColumn="productDate" />
|
|
<Mapping SourceColumn="validDate" DataSetColumn="validDate" />
|
|
<Mapping SourceColumn="validationTerm" DataSetColumn="validationTerm" />
|
|
<Mapping SourceColumn="count" DataSetColumn="count" />
|
|
<Mapping SourceColumn="avCount" DataSetColumn="avCount" />
|
|
<Mapping SourceColumn="boxcnt" DataSetColumn="boxcnt" />
|
|
<Mapping SourceColumn="countLock" DataSetColumn="countLock" />
|
|
<Mapping SourceColumn="countOut" DataSetColumn="countOut" />
|
|
<Mapping SourceColumn="operater" DataSetColumn="operater" />
|
|
<Mapping SourceColumn="lastmodified" DataSetColumn="lastmodified" />
|
|
<Mapping SourceColumn="createtime" DataSetColumn="createtime" />
|
|
<Mapping SourceColumn="dr" DataSetColumn="dr" />
|
|
<Mapping SourceColumn="whVolType" DataSetColumn="whVolType" />
|
|
<Mapping SourceColumn="volType" DataSetColumn="volType" />
|
|
<Mapping SourceColumn="goodsTypeName" DataSetColumn="goodsTypeName" />
|
|
<Mapping SourceColumn="goodsType" DataSetColumn="goodsType" />
|
|
<Mapping SourceColumn="manufacturer" DataSetColumn="manufacturer" />
|
|
<Mapping SourceColumn="spec" DataSetColumn="spec" />
|
|
<Mapping SourceColumn="unit" DataSetColumn="unit" />
|
|
<Mapping SourceColumn="regeditCode" DataSetColumn="regeditCode" />
|
|
<Mapping SourceColumn="drug_code" DataSetColumn="drug_code" />
|
|
<Mapping SourceColumn="whType" DataSetColumn="whType" />
|
|
<Mapping SourceColumn="locState" DataSetColumn="locState" />
|
|
<Mapping SourceColumn="state" DataSetColumn="state" />
|
|
<Mapping SourceColumn="warehouse" DataSetColumn="warehouse" />
|
|
<Mapping SourceColumn="batchMax3" DataSetColumn="batchMax3" />
|
|
<Mapping SourceColumn="type" DataSetColumn="type" />
|
|
<Mapping SourceColumn="BarCode" DataSetColumn="BarCode" />
|
|
<Mapping SourceColumn="part" DataSetColumn="part" />
|
|
<Mapping SourceColumn="maintainDate" DataSetColumn="maintainDate" />
|
|
<Mapping SourceColumn="pinYin" DataSetColumn="pinYin" />
|
|
<Mapping SourceColumn="CurCycle" DataSetColumn="CurCycle" />
|
|
<Mapping SourceColumn="IsDouChk" DataSetColumn="IsDouChk" />
|
|
<Mapping SourceColumn="repTypeName" DataSetColumn="repTypeName" />
|
|
<Mapping SourceColumn="repType" DataSetColumn="repType" />
|
|
<Mapping SourceColumn="repPercent" DataSetColumn="repPercent" />
|
|
<Mapping SourceColumn="countOuting" DataSetColumn="countOuting" />
|
|
<Mapping SourceColumn="countIn" DataSetColumn="countIn" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="v_stockGoodsRepPickingSumTableAdapter" GeneratorDataComponentClassName="v_stockGoodsRepPickingSumTableAdapter" Name="v_stockGoodsRepPickingSum" UserDataComponentName="v_stockGoodsRepPickingSumTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="deiniuWMSConnectionString (Settings)" DbObjectName="deiniuWMS.dbo.v_stockGoodsRepPickingSum" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT repCount, repBoxcnt, goodsId, batch, productDate, validDate FROM dbo.v_stockGoodsRepPickingSum</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="repCount" DataSetColumn="repCount" />
|
|
<Mapping SourceColumn="repBoxcnt" DataSetColumn="repBoxcnt" />
|
|
<Mapping SourceColumn="goodsId" DataSetColumn="goodsId" />
|
|
<Mapping SourceColumn="batch" DataSetColumn="batch" />
|
|
<Mapping SourceColumn="productDate" DataSetColumn="productDate" />
|
|
<Mapping SourceColumn="validDate" DataSetColumn="validDate" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="v_stockGoodsSumTableAdapter" GeneratorDataComponentClassName="v_stockGoodsSumTableAdapter" Name="v_stockGoodsSum" UserDataComponentName="v_stockGoodsSumTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="deiniuWMSConnectionString (Settings)" DbObjectName="deiniuWMS.dbo.v_stockGoodsSum" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT goodsId, batch, avCount, boxcnt, goodsName, unit, goodsType, manufacturer, spec, regeditCode, whType, locState, state, type, BarCode, part, pinYin, repType, validDate, productDate, goodsTypeName, bigCount, bulkMax, repTypeName, repPercent FROM dbo.v_stockGoodsSum</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="goodsId" DataSetColumn="goodsId" />
|
|
<Mapping SourceColumn="batch" DataSetColumn="batch" />
|
|
<Mapping SourceColumn="avCount" DataSetColumn="avCount" />
|
|
<Mapping SourceColumn="boxcnt" DataSetColumn="boxcnt" />
|
|
<Mapping SourceColumn="goodsName" DataSetColumn="goodsName" />
|
|
<Mapping SourceColumn="unit" DataSetColumn="unit" />
|
|
<Mapping SourceColumn="goodsType" DataSetColumn="goodsType" />
|
|
<Mapping SourceColumn="manufacturer" DataSetColumn="manufacturer" />
|
|
<Mapping SourceColumn="spec" DataSetColumn="spec" />
|
|
<Mapping SourceColumn="regeditCode" DataSetColumn="regeditCode" />
|
|
<Mapping SourceColumn="whType" DataSetColumn="whType" />
|
|
<Mapping SourceColumn="locState" DataSetColumn="locState" />
|
|
<Mapping SourceColumn="state" DataSetColumn="state" />
|
|
<Mapping SourceColumn="type" DataSetColumn="type" />
|
|
<Mapping SourceColumn="BarCode" DataSetColumn="BarCode" />
|
|
<Mapping SourceColumn="part" DataSetColumn="part" />
|
|
<Mapping SourceColumn="pinYin" DataSetColumn="pinYin" />
|
|
<Mapping SourceColumn="repType" DataSetColumn="repType" />
|
|
<Mapping SourceColumn="validDate" DataSetColumn="validDate" />
|
|
<Mapping SourceColumn="productDate" DataSetColumn="productDate" />
|
|
<Mapping SourceColumn="goodsTypeName" DataSetColumn="goodsTypeName" />
|
|
<Mapping SourceColumn="bigCount" DataSetColumn="bigCount" />
|
|
<Mapping SourceColumn="bulkMax" DataSetColumn="bulkMax" />
|
|
<Mapping SourceColumn="repTypeName" DataSetColumn="repTypeName" />
|
|
<Mapping SourceColumn="repPercent" DataSetColumn="repPercent" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="v_stockGoodsSumRepTableAdapter" GeneratorDataComponentClassName="v_stockGoodsSumRepTableAdapter" Name="v_stockGoodsSumRep" UserDataComponentName="v_stockGoodsSumRepTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="deiniuWMSConnectionString (Settings)" DbObjectName="deiniuWMS.dbo.v_stockGoodsSumRep" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT goodsId, batch, avCount, boxcnt, goodsName, unit, goodsType, manufacturer, spec, regeditCode, whType, locState, state, type, BarCode, part, pinYin, repType, validDate, productDate, goodsTypeName, bigCount, bulkMax, repTypeName, repPercent, repCount, repBoxcnt FROM dbo.v_stockGoodsSumRep</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="goodsId" DataSetColumn="goodsId" />
|
|
<Mapping SourceColumn="batch" DataSetColumn="batch" />
|
|
<Mapping SourceColumn="avCount" DataSetColumn="avCount" />
|
|
<Mapping SourceColumn="boxcnt" DataSetColumn="boxcnt" />
|
|
<Mapping SourceColumn="goodsName" DataSetColumn="goodsName" />
|
|
<Mapping SourceColumn="unit" DataSetColumn="unit" />
|
|
<Mapping SourceColumn="goodsType" DataSetColumn="goodsType" />
|
|
<Mapping SourceColumn="manufacturer" DataSetColumn="manufacturer" />
|
|
<Mapping SourceColumn="spec" DataSetColumn="spec" />
|
|
<Mapping SourceColumn="regeditCode" DataSetColumn="regeditCode" />
|
|
<Mapping SourceColumn="whType" DataSetColumn="whType" />
|
|
<Mapping SourceColumn="locState" DataSetColumn="locState" />
|
|
<Mapping SourceColumn="state" DataSetColumn="state" />
|
|
<Mapping SourceColumn="type" DataSetColumn="type" />
|
|
<Mapping SourceColumn="BarCode" DataSetColumn="BarCode" />
|
|
<Mapping SourceColumn="part" DataSetColumn="part" />
|
|
<Mapping SourceColumn="pinYin" DataSetColumn="pinYin" />
|
|
<Mapping SourceColumn="repType" DataSetColumn="repType" />
|
|
<Mapping SourceColumn="validDate" DataSetColumn="validDate" />
|
|
<Mapping SourceColumn="productDate" DataSetColumn="productDate" />
|
|
<Mapping SourceColumn="goodsTypeName" DataSetColumn="goodsTypeName" />
|
|
<Mapping SourceColumn="bigCount" DataSetColumn="bigCount" />
|
|
<Mapping SourceColumn="bulkMax" DataSetColumn="bulkMax" />
|
|
<Mapping SourceColumn="repTypeName" DataSetColumn="repTypeName" />
|
|
<Mapping SourceColumn="repPercent" DataSetColumn="repPercent" />
|
|
<Mapping SourceColumn="repCount" DataSetColumn="repCount" />
|
|
<Mapping SourceColumn="repBoxcnt" DataSetColumn="repBoxcnt" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="v_stockInRequest_AvailableTableAdapter" GeneratorDataComponentClassName="v_stockInRequest_AvailableTableAdapter" Name="v_stockInRequest_Available" UserDataComponentName="v_stockInRequest_AvailableTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="deiniuWMSConnectionString (Settings)" DbObjectName="deiniuWMS.dbo.v_stockInRequest_Available" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT orderNo, orderTypeName, customID, orderDate, entid, orgid, DESCRIPTION, state, owner, vender FROM dbo.v_stockInRequest_Available</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="orderNo" DataSetColumn="orderNo" />
|
|
<Mapping SourceColumn="orderTypeName" DataSetColumn="orderTypeName" />
|
|
<Mapping SourceColumn="customID" DataSetColumn="customID" />
|
|
<Mapping SourceColumn="orderDate" DataSetColumn="orderDate" />
|
|
<Mapping SourceColumn="entid" DataSetColumn="entid" />
|
|
<Mapping SourceColumn="orgid" DataSetColumn="orgid" />
|
|
<Mapping SourceColumn="DESCRIPTION" DataSetColumn="DESCRIPTION" />
|
|
<Mapping SourceColumn="state" DataSetColumn="state" />
|
|
<Mapping SourceColumn="owner" DataSetColumn="owner" />
|
|
<Mapping SourceColumn="vender" DataSetColumn="vender" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="v_stockInRequest_Available_badTableAdapter" GeneratorDataComponentClassName="v_stockInRequest_Available_badTableAdapter" Name="v_stockInRequest_Available_bad" UserDataComponentName="v_stockInRequest_Available_badTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="deiniuWMSConnectionString (Settings)" DbObjectName="deiniuWMS.dbo.v_stockInRequest_Available_bad" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT orderNo, orderTypeName, customID, orderDate, entid, orgid, DESCRIPTION, state, owner, vender FROM dbo.v_stockInRequest_Available_bad</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="orderNo" DataSetColumn="orderNo" />
|
|
<Mapping SourceColumn="orderTypeName" DataSetColumn="orderTypeName" />
|
|
<Mapping SourceColumn="customID" DataSetColumn="customID" />
|
|
<Mapping SourceColumn="orderDate" DataSetColumn="orderDate" />
|
|
<Mapping SourceColumn="entid" DataSetColumn="entid" />
|
|
<Mapping SourceColumn="orgid" DataSetColumn="orgid" />
|
|
<Mapping SourceColumn="DESCRIPTION" DataSetColumn="DESCRIPTION" />
|
|
<Mapping SourceColumn="state" DataSetColumn="state" />
|
|
<Mapping SourceColumn="owner" DataSetColumn="owner" />
|
|
<Mapping SourceColumn="vender" DataSetColumn="vender" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="v_stockInRequest_Available_goodTableAdapter" GeneratorDataComponentClassName="v_stockInRequest_Available_goodTableAdapter" Name="v_stockInRequest_Available_good" UserDataComponentName="v_stockInRequest_Available_goodTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="deiniuWMSConnectionString (Settings)" DbObjectName="deiniuWMS.dbo.v_stockInRequest_Available_good" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT orderNo, orderTypeName, customID, orderDate, entid, orgid, DESCRIPTION, state, owner, vender FROM dbo.v_stockInRequest_Available_good</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="orderNo" DataSetColumn="orderNo" />
|
|
<Mapping SourceColumn="orderTypeName" DataSetColumn="orderTypeName" />
|
|
<Mapping SourceColumn="customID" DataSetColumn="customID" />
|
|
<Mapping SourceColumn="orderDate" DataSetColumn="orderDate" />
|
|
<Mapping SourceColumn="entid" DataSetColumn="entid" />
|
|
<Mapping SourceColumn="orgid" DataSetColumn="orgid" />
|
|
<Mapping SourceColumn="DESCRIPTION" DataSetColumn="DESCRIPTION" />
|
|
<Mapping SourceColumn="state" DataSetColumn="state" />
|
|
<Mapping SourceColumn="owner" DataSetColumn="owner" />
|
|
<Mapping SourceColumn="vender" DataSetColumn="vender" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="v_stockInRequestDetail_AvailableTableAdapter" GeneratorDataComponentClassName="v_stockInRequestDetail_AvailableTableAdapter" Name="v_stockInRequestDetail_Available" UserDataComponentName="v_stockInRequestDetail_AvailableTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="deiniuWMSConnectionString (Settings)" DbObjectName="deiniuWMS.dbo.v_stockInRequestDetail_Available" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT orderNo, goodsName, spec, unit, type, regeditCode, bigCount, middleCount, address, station, Weight, drug_code, IsDouChk, BarCode, CurCycle, Isimport, goodsId, batch, productDate, validDate, manufacturer, price, count FROM dbo.v_stockInRequestDetail_Available</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="orderNo" DataSetColumn="orderNo" />
|
|
<Mapping SourceColumn="goodsName" DataSetColumn="goodsName" />
|
|
<Mapping SourceColumn="spec" DataSetColumn="spec" />
|
|
<Mapping SourceColumn="unit" DataSetColumn="unit" />
|
|
<Mapping SourceColumn="type" DataSetColumn="type" />
|
|
<Mapping SourceColumn="regeditCode" DataSetColumn="regeditCode" />
|
|
<Mapping SourceColumn="bigCount" DataSetColumn="bigCount" />
|
|
<Mapping SourceColumn="middleCount" DataSetColumn="middleCount" />
|
|
<Mapping SourceColumn="address" DataSetColumn="address" />
|
|
<Mapping SourceColumn="station" DataSetColumn="station" />
|
|
<Mapping SourceColumn="Weight" DataSetColumn="Weight" />
|
|
<Mapping SourceColumn="drug_code" DataSetColumn="drug_code" />
|
|
<Mapping SourceColumn="IsDouChk" DataSetColumn="IsDouChk" />
|
|
<Mapping SourceColumn="BarCode" DataSetColumn="BarCode" />
|
|
<Mapping SourceColumn="CurCycle" DataSetColumn="CurCycle" />
|
|
<Mapping SourceColumn="Isimport" DataSetColumn="Isimport" />
|
|
<Mapping SourceColumn="goodsId" DataSetColumn="goodsId" />
|
|
<Mapping SourceColumn="batch" DataSetColumn="batch" />
|
|
<Mapping SourceColumn="productDate" DataSetColumn="productDate" />
|
|
<Mapping SourceColumn="validDate" DataSetColumn="validDate" />
|
|
<Mapping SourceColumn="manufacturer" DataSetColumn="manufacturer" />
|
|
<Mapping SourceColumn="price" DataSetColumn="price" />
|
|
<Mapping SourceColumn="count" DataSetColumn="count" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="v_stockInRequestDetail_Available_badTableAdapter" GeneratorDataComponentClassName="v_stockInRequestDetail_Available_badTableAdapter" Name="v_stockInRequestDetail_Available_bad" UserDataComponentName="v_stockInRequestDetail_Available_badTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="deiniuWMSConnectionString (Settings)" DbObjectName="deiniuWMS.dbo.v_stockInRequestDetail_Available_bad" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT orderNo, goodsName, spec, unit, type, regeditCode, bigCount, middleCount, address, station, Weight, drug_code, IsDouChk, BarCode, CurCycle, Isimport, goodsId, batch, productDate, manufacturer, price, validDate, cnt, full_max, bulkMax, bulkMax1, batchMax1, batchMax2, batchMax3, batchMax4, length, height, width, goodsTypeName, Expr1, Expr2, Expr3, Expr4 FROM dbo.v_stockInRequestDetail_Available_bad</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="orderNo" DataSetColumn="orderNo" />
|
|
<Mapping SourceColumn="goodsName" DataSetColumn="goodsName" />
|
|
<Mapping SourceColumn="spec" DataSetColumn="spec" />
|
|
<Mapping SourceColumn="unit" DataSetColumn="unit" />
|
|
<Mapping SourceColumn="type" DataSetColumn="type" />
|
|
<Mapping SourceColumn="regeditCode" DataSetColumn="regeditCode" />
|
|
<Mapping SourceColumn="bigCount" DataSetColumn="bigCount" />
|
|
<Mapping SourceColumn="middleCount" DataSetColumn="middleCount" />
|
|
<Mapping SourceColumn="address" DataSetColumn="address" />
|
|
<Mapping SourceColumn="station" DataSetColumn="station" />
|
|
<Mapping SourceColumn="Weight" DataSetColumn="Weight" />
|
|
<Mapping SourceColumn="drug_code" DataSetColumn="drug_code" />
|
|
<Mapping SourceColumn="IsDouChk" DataSetColumn="IsDouChk" />
|
|
<Mapping SourceColumn="BarCode" DataSetColumn="BarCode" />
|
|
<Mapping SourceColumn="CurCycle" DataSetColumn="CurCycle" />
|
|
<Mapping SourceColumn="Isimport" DataSetColumn="Isimport" />
|
|
<Mapping SourceColumn="goodsId" DataSetColumn="goodsId" />
|
|
<Mapping SourceColumn="batch" DataSetColumn="batch" />
|
|
<Mapping SourceColumn="productDate" DataSetColumn="productDate" />
|
|
<Mapping SourceColumn="manufacturer" DataSetColumn="manufacturer" />
|
|
<Mapping SourceColumn="price" DataSetColumn="price" />
|
|
<Mapping SourceColumn="validDate" DataSetColumn="validDate" />
|
|
<Mapping SourceColumn="cnt" DataSetColumn="cnt" />
|
|
<Mapping SourceColumn="full_max" DataSetColumn="full_max" />
|
|
<Mapping SourceColumn="bulkMax" DataSetColumn="bulkMax" />
|
|
<Mapping SourceColumn="bulkMax1" DataSetColumn="bulkMax1" />
|
|
<Mapping SourceColumn="batchMax1" DataSetColumn="batchMax1" />
|
|
<Mapping SourceColumn="batchMax2" DataSetColumn="batchMax2" />
|
|
<Mapping SourceColumn="batchMax3" DataSetColumn="batchMax3" />
|
|
<Mapping SourceColumn="batchMax4" DataSetColumn="batchMax4" />
|
|
<Mapping SourceColumn="length" DataSetColumn="length" />
|
|
<Mapping SourceColumn="height" DataSetColumn="height" />
|
|
<Mapping SourceColumn="width" DataSetColumn="width" />
|
|
<Mapping SourceColumn="goodsTypeName" DataSetColumn="goodsTypeName" />
|
|
<Mapping SourceColumn="Expr1" DataSetColumn="Expr1" />
|
|
<Mapping SourceColumn="Expr2" DataSetColumn="Expr2" />
|
|
<Mapping SourceColumn="Expr3" DataSetColumn="Expr3" />
|
|
<Mapping SourceColumn="Expr4" DataSetColumn="Expr4" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="v_stockInRequestDetail_Available_goodTableAdapter" GeneratorDataComponentClassName="v_stockInRequestDetail_Available_goodTableAdapter" Name="v_stockInRequestDetail_Available_good" UserDataComponentName="v_stockInRequestDetail_Available_goodTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="deiniuWMSConnectionString (Settings)" DbObjectName="deiniuWMS.dbo.v_stockInRequestDetail_Available_good" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT orderNo, GoodsName, spec, unit, type, regeditCode, bigCount, middleCount, address, station, Weight, drug_code, IsDouChk, BarCode, CurCycle, Isimport, goodsId, batch, productDate, Manufacturer, price, validDate, count FROM dbo.v_stockInRequestDetail_Available_good</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="orderNo" DataSetColumn="orderNo" />
|
|
<Mapping SourceColumn="GoodsName" DataSetColumn="GoodsName" />
|
|
<Mapping SourceColumn="spec" DataSetColumn="spec" />
|
|
<Mapping SourceColumn="unit" DataSetColumn="unit" />
|
|
<Mapping SourceColumn="type" DataSetColumn="type" />
|
|
<Mapping SourceColumn="regeditCode" DataSetColumn="regeditCode" />
|
|
<Mapping SourceColumn="bigCount" DataSetColumn="bigCount" />
|
|
<Mapping SourceColumn="middleCount" DataSetColumn="middleCount" />
|
|
<Mapping SourceColumn="address" DataSetColumn="address" />
|
|
<Mapping SourceColumn="station" DataSetColumn="station" />
|
|
<Mapping SourceColumn="Weight" DataSetColumn="Weight" />
|
|
<Mapping SourceColumn="drug_code" DataSetColumn="drug_code" />
|
|
<Mapping SourceColumn="IsDouChk" DataSetColumn="IsDouChk" />
|
|
<Mapping SourceColumn="BarCode" DataSetColumn="BarCode" />
|
|
<Mapping SourceColumn="CurCycle" DataSetColumn="CurCycle" />
|
|
<Mapping SourceColumn="Isimport" DataSetColumn="Isimport" />
|
|
<Mapping SourceColumn="goodsId" DataSetColumn="goodsId" />
|
|
<Mapping SourceColumn="batch" DataSetColumn="batch" />
|
|
<Mapping SourceColumn="productDate" DataSetColumn="productDate" />
|
|
<Mapping SourceColumn="Manufacturer" DataSetColumn="Manufacturer" />
|
|
<Mapping SourceColumn="price" DataSetColumn="price" />
|
|
<Mapping SourceColumn="validDate" DataSetColumn="validDate" />
|
|
<Mapping SourceColumn="count" DataSetColumn="count" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="v_stockInRequestDetail_wmsTableAdapter" GeneratorDataComponentClassName="v_stockInRequestDetail_wmsTableAdapter" Name="v_stockInRequestDetail_wms" UserDataComponentName="v_stockInRequestDetail_wmsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="deiniuWMSConnectionString (Settings)" DbObjectName="deiniuWMS.dbo.v_stockInRequestDetail_wms" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT id, orderNo, goodsId, cnt, countIn, state, description, operater, goodsType, full_max, bulkMax, bulkMax1, batchMax1, length, width, height, validTermDays, goodsTypeName, goodsName, spec, unit, address, weight, curCycle, batch, validDate, productDate, dr, lastmodified, createtime, barCode, bigCount, type, batchMax2, manufacturer, regeditCode FROM dbo.v_stockInRequestDetail_wms</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="id" DataSetColumn="id" />
|
|
<Mapping SourceColumn="orderNo" DataSetColumn="orderNo" />
|
|
<Mapping SourceColumn="goodsId" DataSetColumn="goodsId" />
|
|
<Mapping SourceColumn="cnt" DataSetColumn="cnt" />
|
|
<Mapping SourceColumn="countIn" DataSetColumn="countIn" />
|
|
<Mapping SourceColumn="state" DataSetColumn="state" />
|
|
<Mapping SourceColumn="description" DataSetColumn="description" />
|
|
<Mapping SourceColumn="operater" DataSetColumn="operater" />
|
|
<Mapping SourceColumn="goodsType" DataSetColumn="goodsType" />
|
|
<Mapping SourceColumn="full_max" DataSetColumn="full_max" />
|
|
<Mapping SourceColumn="bulkMax" DataSetColumn="bulkMax" />
|
|
<Mapping SourceColumn="bulkMax1" DataSetColumn="bulkMax1" />
|
|
<Mapping SourceColumn="batchMax1" DataSetColumn="batchMax1" />
|
|
<Mapping SourceColumn="length" DataSetColumn="length" />
|
|
<Mapping SourceColumn="width" DataSetColumn="width" />
|
|
<Mapping SourceColumn="height" DataSetColumn="height" />
|
|
<Mapping SourceColumn="validTermDays" DataSetColumn="validTermDays" />
|
|
<Mapping SourceColumn="goodsTypeName" DataSetColumn="goodsTypeName" />
|
|
<Mapping SourceColumn="goodsName" DataSetColumn="goodsName" />
|
|
<Mapping SourceColumn="spec" DataSetColumn="spec" />
|
|
<Mapping SourceColumn="unit" DataSetColumn="unit" />
|
|
<Mapping SourceColumn="address" DataSetColumn="address" />
|
|
<Mapping SourceColumn="weight" DataSetColumn="weight" />
|
|
<Mapping SourceColumn="curCycle" DataSetColumn="curCycle" />
|
|
<Mapping SourceColumn="batch" DataSetColumn="batch" />
|
|
<Mapping SourceColumn="validDate" DataSetColumn="validDate" />
|
|
<Mapping SourceColumn="productDate" DataSetColumn="productDate" />
|
|
<Mapping SourceColumn="dr" DataSetColumn="dr" />
|
|
<Mapping SourceColumn="lastmodified" DataSetColumn="lastmodified" />
|
|
<Mapping SourceColumn="createtime" DataSetColumn="createtime" />
|
|
<Mapping SourceColumn="barCode" DataSetColumn="barCode" />
|
|
<Mapping SourceColumn="bigCount" DataSetColumn="bigCount" />
|
|
<Mapping SourceColumn="type" DataSetColumn="type" />
|
|
<Mapping SourceColumn="batchMax2" DataSetColumn="batchMax2" />
|
|
<Mapping SourceColumn="manufacturer" DataSetColumn="manufacturer" />
|
|
<Mapping SourceColumn="regeditCode" DataSetColumn="regeditCode" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="v_stockInRequestDetail4ShelfUpTableAdapter" GeneratorDataComponentClassName="v_stockInRequestDetail4ShelfUpTableAdapter" Name="v_stockInRequestDetail4ShelfUp" UserDataComponentName="v_stockInRequestDetail4ShelfUpTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="deiniuWMSConnectionString (Settings)" DbObjectName="deiniuWMS.dbo.v_stockInRequestDetail4ShelfUp" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT id, orderNo, goodsId, goodsName, cnt, countIn, productDate, batch, barCode, validDate, regeditCode, manufacturer, state, description, operater, lastmodified, createtime, dr, vender, owner, orderType, orderTypeName FROM dbo.v_stockInRequestDetail4ShelfUp</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="id" DataSetColumn="id" />
|
|
<Mapping SourceColumn="orderNo" DataSetColumn="orderNo" />
|
|
<Mapping SourceColumn="goodsId" DataSetColumn="goodsId" />
|
|
<Mapping SourceColumn="goodsName" DataSetColumn="goodsName" />
|
|
<Mapping SourceColumn="cnt" DataSetColumn="cnt" />
|
|
<Mapping SourceColumn="countIn" DataSetColumn="countIn" />
|
|
<Mapping SourceColumn="productDate" DataSetColumn="productDate" />
|
|
<Mapping SourceColumn="batch" DataSetColumn="batch" />
|
|
<Mapping SourceColumn="barCode" DataSetColumn="barCode" />
|
|
<Mapping SourceColumn="validDate" DataSetColumn="validDate" />
|
|
<Mapping SourceColumn="regeditCode" DataSetColumn="regeditCode" />
|
|
<Mapping SourceColumn="manufacturer" DataSetColumn="manufacturer" />
|
|
<Mapping SourceColumn="state" DataSetColumn="state" />
|
|
<Mapping SourceColumn="description" DataSetColumn="description" />
|
|
<Mapping SourceColumn="operater" DataSetColumn="operater" />
|
|
<Mapping SourceColumn="lastmodified" DataSetColumn="lastmodified" />
|
|
<Mapping SourceColumn="createtime" DataSetColumn="createtime" />
|
|
<Mapping SourceColumn="dr" DataSetColumn="dr" />
|
|
<Mapping SourceColumn="vender" DataSetColumn="vender" />
|
|
<Mapping SourceColumn="owner" DataSetColumn="owner" />
|
|
<Mapping SourceColumn="orderType" DataSetColumn="orderType" />
|
|
<Mapping SourceColumn="orderTypeName" DataSetColumn="orderTypeName" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="v_stockInRequestDetail4winceTableAdapter" GeneratorDataComponentClassName="v_stockInRequestDetail4winceTableAdapter" Name="v_stockInRequestDetail4wince" UserDataComponentName="v_stockInRequestDetail4winceTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="deiniuWMSConnectionString (Settings)" DbObjectName="deiniuWMS.dbo.v_stockInRequestDetail4wince" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT id, recordId, locationId, count, box, upCount, orderType, orderTypeName, vender, owner, orderNo, goodsId, batch, productDate, validDate, goodsName, manufacturer, spec, unit, bigCount, regeditCode, type FROM dbo.v_stockInRequestDetail4wince</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="id" DataSetColumn="id" />
|
|
<Mapping SourceColumn="recordId" DataSetColumn="recordId" />
|
|
<Mapping SourceColumn="locationId" DataSetColumn="locationId" />
|
|
<Mapping SourceColumn="count" DataSetColumn="count" />
|
|
<Mapping SourceColumn="box" DataSetColumn="box" />
|
|
<Mapping SourceColumn="upCount" DataSetColumn="upCount" />
|
|
<Mapping SourceColumn="orderType" DataSetColumn="orderType" />
|
|
<Mapping SourceColumn="orderTypeName" DataSetColumn="orderTypeName" />
|
|
<Mapping SourceColumn="vender" DataSetColumn="vender" />
|
|
<Mapping SourceColumn="owner" DataSetColumn="owner" />
|
|
<Mapping SourceColumn="orderNo" DataSetColumn="orderNo" />
|
|
<Mapping SourceColumn="goodsId" DataSetColumn="goodsId" />
|
|
<Mapping SourceColumn="batch" DataSetColumn="batch" />
|
|
<Mapping SourceColumn="productDate" DataSetColumn="productDate" />
|
|
<Mapping SourceColumn="validDate" DataSetColumn="validDate" />
|
|
<Mapping SourceColumn="goodsName" DataSetColumn="goodsName" />
|
|
<Mapping SourceColumn="manufacturer" DataSetColumn="manufacturer" />
|
|
<Mapping SourceColumn="spec" DataSetColumn="spec" />
|
|
<Mapping SourceColumn="unit" DataSetColumn="unit" />
|
|
<Mapping SourceColumn="bigCount" DataSetColumn="bigCount" />
|
|
<Mapping SourceColumn="regeditCode" DataSetColumn="regeditCode" />
|
|
<Mapping SourceColumn="type" DataSetColumn="type" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="v_stockInRequestDetail4wince_delTableAdapter" GeneratorDataComponentClassName="v_stockInRequestDetail4wince_delTableAdapter" Name="v_stockInRequestDetail4wince_del" UserDataComponentName="v_stockInRequestDetail4wince_delTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="deiniuWMSConnectionString (Settings)" DbObjectName="deiniuWMS.dbo.v_stockInRequestDetail4wince_del" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT id, 入库订单, 商品编码, 批号, 货位, 数量, 失效日期, 生产日期, 大包装, 单位, 规格, 厂家, 商品名称, box, 剂型, rectype, owner, vender, orderType, orderTypeName, state FROM dbo.v_stockInRequestDetail4wince_del</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="id" DataSetColumn="id" />
|
|
<Mapping SourceColumn="入库订单" DataSetColumn="入库订单" />
|
|
<Mapping SourceColumn="商品编码" DataSetColumn="商品编码" />
|
|
<Mapping SourceColumn="批号" DataSetColumn="批号" />
|
|
<Mapping SourceColumn="货位" DataSetColumn="货位" />
|
|
<Mapping SourceColumn="数量" DataSetColumn="数量" />
|
|
<Mapping SourceColumn="失效日期" DataSetColumn="失效日期" />
|
|
<Mapping SourceColumn="生产日期" DataSetColumn="生产日期" />
|
|
<Mapping SourceColumn="大包装" DataSetColumn="大包装" />
|
|
<Mapping SourceColumn="单位" DataSetColumn="单位" />
|
|
<Mapping SourceColumn="规格" DataSetColumn="规格" />
|
|
<Mapping SourceColumn="厂家" DataSetColumn="厂家" />
|
|
<Mapping SourceColumn="商品名称" DataSetColumn="商品名称" />
|
|
<Mapping SourceColumn="box" DataSetColumn="box" />
|
|
<Mapping SourceColumn="剂型" DataSetColumn="剂型" />
|
|
<Mapping SourceColumn="rectype" DataSetColumn="rectype" />
|
|
<Mapping SourceColumn="owner" DataSetColumn="owner" />
|
|
<Mapping SourceColumn="vender" DataSetColumn="vender" />
|
|
<Mapping SourceColumn="orderType" DataSetColumn="orderType" />
|
|
<Mapping SourceColumn="orderTypeName" DataSetColumn="orderTypeName" />
|
|
<Mapping SourceColumn="state" DataSetColumn="state" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="v_stockMaintain4winceTableAdapter" GeneratorDataComponentClassName="v_stockMaintain4winceTableAdapter" Name="v_stockMaintain4wince" UserDataComponentName="v_stockMaintain4winceTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="deiniuWMSConnectionString (Settings)" DbObjectName="deiniuWMS.dbo.v_stockMaintain4wince" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT 货位, 商品, 批号, 数量, 单位, 生产日期, 有效期, 厂家, 规格, 商品编号, 上次养护, 大包装, 养护周期, 下次养护, state, id, goodsTypeName FROM dbo.v_stockMaintain4wince</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="货位" DataSetColumn="货位" />
|
|
<Mapping SourceColumn="商品" DataSetColumn="商品" />
|
|
<Mapping SourceColumn="批号" DataSetColumn="批号" />
|
|
<Mapping SourceColumn="数量" DataSetColumn="数量" />
|
|
<Mapping SourceColumn="单位" DataSetColumn="单位" />
|
|
<Mapping SourceColumn="生产日期" DataSetColumn="生产日期" />
|
|
<Mapping SourceColumn="有效期" DataSetColumn="有效期" />
|
|
<Mapping SourceColumn="厂家" DataSetColumn="厂家" />
|
|
<Mapping SourceColumn="规格" DataSetColumn="规格" />
|
|
<Mapping SourceColumn="商品编号" DataSetColumn="商品编号" />
|
|
<Mapping SourceColumn="上次养护" DataSetColumn="上次养护" />
|
|
<Mapping SourceColumn="大包装" DataSetColumn="大包装" />
|
|
<Mapping SourceColumn="养护周期" DataSetColumn="养护周期" />
|
|
<Mapping SourceColumn="下次养护" DataSetColumn="下次养护" />
|
|
<Mapping SourceColumn="state" DataSetColumn="state" />
|
|
<Mapping SourceColumn="id" DataSetColumn="id" />
|
|
<Mapping SourceColumn="goodsTypeName" DataSetColumn="goodsTypeName" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="v_stockMaintainRecordTableAdapter" GeneratorDataComponentClassName="v_stockMaintainRecordTableAdapter" Name="v_stockMaintainRecord" UserDataComponentName="v_stockMaintainRecordTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="deiniuWMSConnectionString (Settings)" DbObjectName="deiniuWMS.dbo.v_stockMaintainRecord" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT id, goodsId, batch, locationId, productDate, validDate, count, mcount, issueCount, issueType, details, description, operater, lastmodified, createtime, dr, manufacturer, goodsName, goodsTypeName, unit, spec, bigCount, isDouChk, curCycle, pinYin, type, em_name FROM dbo.v_stockMaintainRecord</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="id" DataSetColumn="id" />
|
|
<Mapping SourceColumn="goodsId" DataSetColumn="goodsId" />
|
|
<Mapping SourceColumn="batch" DataSetColumn="batch" />
|
|
<Mapping SourceColumn="locationId" DataSetColumn="locationId" />
|
|
<Mapping SourceColumn="productDate" DataSetColumn="productDate" />
|
|
<Mapping SourceColumn="validDate" DataSetColumn="validDate" />
|
|
<Mapping SourceColumn="count" DataSetColumn="count" />
|
|
<Mapping SourceColumn="mcount" DataSetColumn="mcount" />
|
|
<Mapping SourceColumn="issueCount" DataSetColumn="issueCount" />
|
|
<Mapping SourceColumn="issueType" DataSetColumn="issueType" />
|
|
<Mapping SourceColumn="details" DataSetColumn="details" />
|
|
<Mapping SourceColumn="description" DataSetColumn="description" />
|
|
<Mapping SourceColumn="operater" DataSetColumn="operater" />
|
|
<Mapping SourceColumn="lastmodified" DataSetColumn="lastmodified" />
|
|
<Mapping SourceColumn="createtime" DataSetColumn="createtime" />
|
|
<Mapping SourceColumn="dr" DataSetColumn="dr" />
|
|
<Mapping SourceColumn="manufacturer" DataSetColumn="manufacturer" />
|
|
<Mapping SourceColumn="goodsName" DataSetColumn="goodsName" />
|
|
<Mapping SourceColumn="goodsTypeName" DataSetColumn="goodsTypeName" />
|
|
<Mapping SourceColumn="unit" DataSetColumn="unit" />
|
|
<Mapping SourceColumn="spec" DataSetColumn="spec" />
|
|
<Mapping SourceColumn="bigCount" DataSetColumn="bigCount" />
|
|
<Mapping SourceColumn="isDouChk" DataSetColumn="isDouChk" />
|
|
<Mapping SourceColumn="curCycle" DataSetColumn="curCycle" />
|
|
<Mapping SourceColumn="pinYin" DataSetColumn="pinYin" />
|
|
<Mapping SourceColumn="type" DataSetColumn="type" />
|
|
<Mapping SourceColumn="em_name" DataSetColumn="em_name" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="v_stockOutBatchPickDetailTableAdapter" GeneratorDataComponentClassName="v_stockOutBatchPickDetailTableAdapter" Name="v_stockOutBatchPickDetail" UserDataComponentName="v_stockOutBatchPickDetailTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="deiniuWMSConnectionString (Settings)" DbObjectName="deiniuWMS.dbo.v_stockOutBatchPickDetail" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT id, pickOrderNo, waveOrder, recordId, count, boxcnt, locationId, state, pickCount, description, operater, dr, createtime, lastmodified, batch, productDate, validDate, goodsName, manufacturer, spec, unit, bigCount, BarCode, goodsTypeName, type, bulkMax, bulkMax1, batchMax1, batchMax2, customerName, batchPickState, regeditCode, customerId, goodsId, orderType, orderDate, tranLocationId, custAddress, volType FROM dbo.v_stockOutBatchPickDetail</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="id" DataSetColumn="id" />
|
|
<Mapping SourceColumn="pickOrderNo" DataSetColumn="pickOrderNo" />
|
|
<Mapping SourceColumn="waveOrder" DataSetColumn="waveOrder" />
|
|
<Mapping SourceColumn="recordId" DataSetColumn="recordId" />
|
|
<Mapping SourceColumn="count" DataSetColumn="count" />
|
|
<Mapping SourceColumn="boxcnt" DataSetColumn="boxcnt" />
|
|
<Mapping SourceColumn="locationId" DataSetColumn="locationId" />
|
|
<Mapping SourceColumn="state" DataSetColumn="state" />
|
|
<Mapping SourceColumn="pickCount" DataSetColumn="pickCount" />
|
|
<Mapping SourceColumn="description" DataSetColumn="description" />
|
|
<Mapping SourceColumn="operater" DataSetColumn="operater" />
|
|
<Mapping SourceColumn="dr" DataSetColumn="dr" />
|
|
<Mapping SourceColumn="createtime" DataSetColumn="createtime" />
|
|
<Mapping SourceColumn="lastmodified" DataSetColumn="lastmodified" />
|
|
<Mapping SourceColumn="batch" DataSetColumn="batch" />
|
|
<Mapping SourceColumn="productDate" DataSetColumn="productDate" />
|
|
<Mapping SourceColumn="validDate" DataSetColumn="validDate" />
|
|
<Mapping SourceColumn="goodsName" DataSetColumn="goodsName" />
|
|
<Mapping SourceColumn="manufacturer" DataSetColumn="manufacturer" />
|
|
<Mapping SourceColumn="spec" DataSetColumn="spec" />
|
|
<Mapping SourceColumn="unit" DataSetColumn="unit" />
|
|
<Mapping SourceColumn="bigCount" DataSetColumn="bigCount" />
|
|
<Mapping SourceColumn="BarCode" DataSetColumn="BarCode" />
|
|
<Mapping SourceColumn="goodsTypeName" DataSetColumn="goodsTypeName" />
|
|
<Mapping SourceColumn="type" DataSetColumn="type" />
|
|
<Mapping SourceColumn="bulkMax" DataSetColumn="bulkMax" />
|
|
<Mapping SourceColumn="bulkMax1" DataSetColumn="bulkMax1" />
|
|
<Mapping SourceColumn="batchMax1" DataSetColumn="batchMax1" />
|
|
<Mapping SourceColumn="batchMax2" DataSetColumn="batchMax2" />
|
|
<Mapping SourceColumn="customerName" DataSetColumn="customerName" />
|
|
<Mapping SourceColumn="batchPickState" DataSetColumn="batchPickState" />
|
|
<Mapping SourceColumn="regeditCode" DataSetColumn="regeditCode" />
|
|
<Mapping SourceColumn="customerId" DataSetColumn="customerId" />
|
|
<Mapping SourceColumn="goodsId" DataSetColumn="goodsId" />
|
|
<Mapping SourceColumn="orderType" DataSetColumn="orderType" />
|
|
<Mapping SourceColumn="orderDate" DataSetColumn="orderDate" />
|
|
<Mapping SourceColumn="tranLocationId" DataSetColumn="tranLocationId" />
|
|
<Mapping SourceColumn="custAddress" DataSetColumn="custAddress" />
|
|
<Mapping SourceColumn="volType" DataSetColumn="volType" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="v_stockOutBatchPickDetail4WinceTableAdapter" GeneratorDataComponentClassName="v_stockOutBatchPickDetail4WinceTableAdapter" Name="v_stockOutBatchPickDetail4Wince" UserDataComponentName="v_stockOutBatchPickDetail4WinceTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="deiniuWMSConnectionString (Settings)" DbObjectName="deiniuWMS.dbo.v_stockOutBatchPickDetail4Wince" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT 商品, 数量, 件, 状态, 货位, 批号, 商品类别, 厂家, pickOrderNo, state, orderType, id, orderDate, pickCount, goodsId, barCode FROM dbo.v_stockOutBatchPickDetail4Wince</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="商品" DataSetColumn="商品" />
|
|
<Mapping SourceColumn="数量" DataSetColumn="数量" />
|
|
<Mapping SourceColumn="件" DataSetColumn="件" />
|
|
<Mapping SourceColumn="状态" DataSetColumn="状态" />
|
|
<Mapping SourceColumn="货位" DataSetColumn="货位" />
|
|
<Mapping SourceColumn="批号" DataSetColumn="批号" />
|
|
<Mapping SourceColumn="商品类别" DataSetColumn="商品类别" />
|
|
<Mapping SourceColumn="厂家" DataSetColumn="厂家" />
|
|
<Mapping SourceColumn="pickOrderNo" DataSetColumn="pickOrderNo" />
|
|
<Mapping SourceColumn="state" DataSetColumn="state" />
|
|
<Mapping SourceColumn="orderType" DataSetColumn="orderType" />
|
|
<Mapping SourceColumn="id" DataSetColumn="id" />
|
|
<Mapping SourceColumn="orderDate" DataSetColumn="orderDate" />
|
|
<Mapping SourceColumn="pickCount" DataSetColumn="pickCount" />
|
|
<Mapping SourceColumn="goodsId" DataSetColumn="goodsId" />
|
|
<Mapping SourceColumn="barCode" DataSetColumn="barCode" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="v_stockOutBatchPickOrder4WinceTableAdapter" GeneratorDataComponentClassName="v_stockOutBatchPickOrder4WinceTableAdapter" Name="v_stockOutBatchPickOrder4Wince" UserDataComponentName="v_stockOutBatchPickOrder4WinceTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="deiniuWMSConnectionString (Settings)" DbObjectName="deiniuWMS.dbo.v_stockOutBatchPickOrder4Wince" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT 客户, 整库状态, 订单状态, 出库单, 集货货位 FROM dbo.v_stockOutBatchPickOrder4Wince</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="客户" DataSetColumn="客户" />
|
|
<Mapping SourceColumn="整库状态" DataSetColumn="整库状态" />
|
|
<Mapping SourceColumn="订单状态" DataSetColumn="订单状态" />
|
|
<Mapping SourceColumn="出库单" DataSetColumn="出库单" />
|
|
<Mapping SourceColumn="集货货位" DataSetColumn="集货货位" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="v_stockOutBulkInCurrentWaveTableAdapter" GeneratorDataComponentClassName="v_stockOutBulkInCurrentWaveTableAdapter" Name="v_stockOutBulkInCurrentWave" UserDataComponentName="v_stockOutBulkInCurrentWaveTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="deiniuWMSConnectionString (Settings)" DbObjectName="deiniuWMS.dbo.v_stockOutBulkInCurrentWave" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT id, pickOrderNo, waveOrder, recordId, count, locationId, elabId, port, elabAddress, state, pickCount, description, operater, dr, createtime, lastmodified, manufacturer, goodsName, spec, unit, regeditCode, drug_code, BarCode, goodsTypeName, colorName, customerName, customerId, productDate, validDate, batch, goodsId, color, isLightUp, isPicked, type FROM dbo.v_stockOutBulkInCurrentWave</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="id" DataSetColumn="id" />
|
|
<Mapping SourceColumn="pickOrderNo" DataSetColumn="pickOrderNo" />
|
|
<Mapping SourceColumn="waveOrder" DataSetColumn="waveOrder" />
|
|
<Mapping SourceColumn="recordId" DataSetColumn="recordId" />
|
|
<Mapping SourceColumn="count" DataSetColumn="count" />
|
|
<Mapping SourceColumn="locationId" DataSetColumn="locationId" />
|
|
<Mapping SourceColumn="elabId" DataSetColumn="elabId" />
|
|
<Mapping SourceColumn="port" DataSetColumn="port" />
|
|
<Mapping SourceColumn="elabAddress" DataSetColumn="elabAddress" />
|
|
<Mapping SourceColumn="state" DataSetColumn="state" />
|
|
<Mapping SourceColumn="pickCount" DataSetColumn="pickCount" />
|
|
<Mapping SourceColumn="description" DataSetColumn="description" />
|
|
<Mapping SourceColumn="operater" DataSetColumn="operater" />
|
|
<Mapping SourceColumn="dr" DataSetColumn="dr" />
|
|
<Mapping SourceColumn="createtime" DataSetColumn="createtime" />
|
|
<Mapping SourceColumn="lastmodified" DataSetColumn="lastmodified" />
|
|
<Mapping SourceColumn="manufacturer" DataSetColumn="manufacturer" />
|
|
<Mapping SourceColumn="goodsName" DataSetColumn="goodsName" />
|
|
<Mapping SourceColumn="spec" DataSetColumn="spec" />
|
|
<Mapping SourceColumn="unit" DataSetColumn="unit" />
|
|
<Mapping SourceColumn="regeditCode" DataSetColumn="regeditCode" />
|
|
<Mapping SourceColumn="drug_code" DataSetColumn="drug_code" />
|
|
<Mapping SourceColumn="BarCode" DataSetColumn="BarCode" />
|
|
<Mapping SourceColumn="goodsTypeName" DataSetColumn="goodsTypeName" />
|
|
<Mapping SourceColumn="colorName" DataSetColumn="colorName" />
|
|
<Mapping SourceColumn="customerName" DataSetColumn="customerName" />
|
|
<Mapping SourceColumn="customerId" DataSetColumn="customerId" />
|
|
<Mapping SourceColumn="productDate" DataSetColumn="productDate" />
|
|
<Mapping SourceColumn="validDate" DataSetColumn="validDate" />
|
|
<Mapping SourceColumn="batch" DataSetColumn="batch" />
|
|
<Mapping SourceColumn="goodsId" DataSetColumn="goodsId" />
|
|
<Mapping SourceColumn="color" DataSetColumn="color" />
|
|
<Mapping SourceColumn="isLightUp" DataSetColumn="isLightUp" />
|
|
<Mapping SourceColumn="isPicked" DataSetColumn="isPicked" />
|
|
<Mapping SourceColumn="type" DataSetColumn="type" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="v_stockOutCheckDetailTableAdapter" GeneratorDataComponentClassName="v_stockOutCheckDetailTableAdapter" Name="v_stockOutCheckDetail" UserDataComponentName="v_stockOutCheckDetailTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="deiniuWMSConnectionString (Settings)" DbObjectName="deiniuWMS.dbo.v_stockOutCheckDetail" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT goodsName, manufacturer, spec, unit, regeditCode, barCode, count, productDate, validDate, deskName FROM dbo.v_stockOutCheckDetail</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="goodsName" DataSetColumn="goodsName" />
|
|
<Mapping SourceColumn="manufacturer" DataSetColumn="manufacturer" />
|
|
<Mapping SourceColumn="spec" DataSetColumn="spec" />
|
|
<Mapping SourceColumn="unit" DataSetColumn="unit" />
|
|
<Mapping SourceColumn="regeditCode" DataSetColumn="regeditCode" />
|
|
<Mapping SourceColumn="barCode" DataSetColumn="barCode" />
|
|
<Mapping SourceColumn="count" DataSetColumn="count" />
|
|
<Mapping SourceColumn="productDate" DataSetColumn="productDate" />
|
|
<Mapping SourceColumn="validDate" DataSetColumn="validDate" />
|
|
<Mapping SourceColumn="deskName" DataSetColumn="deskName" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="v_stockOutDetail_availableTableAdapter" GeneratorDataComponentClassName="v_stockOutDetail_availableTableAdapter" Name="v_stockOutDetail_available" UserDataComponentName="v_stockOutDetail_availableTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="deiniuWMSConnectionString (Settings)" DbObjectName="deiniuWMS.dbo.v_stockOutDetail_available" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT orderNo, goodsId, batch, productDate, validDate, count, bulkCount, batch1Count, boxcnt, bigCount, whtype, state FROM dbo.v_stockOutDetail_available</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="orderNo" DataSetColumn="orderNo" />
|
|
<Mapping SourceColumn="goodsId" DataSetColumn="goodsId" />
|
|
<Mapping SourceColumn="batch" DataSetColumn="batch" />
|
|
<Mapping SourceColumn="productDate" DataSetColumn="productDate" />
|
|
<Mapping SourceColumn="validDate" DataSetColumn="validDate" />
|
|
<Mapping SourceColumn="count" DataSetColumn="count" />
|
|
<Mapping SourceColumn="bulkCount" DataSetColumn="bulkCount" />
|
|
<Mapping SourceColumn="batch1Count" DataSetColumn="batch1Count" />
|
|
<Mapping SourceColumn="boxcnt" DataSetColumn="boxcnt" />
|
|
<Mapping SourceColumn="bigCount" DataSetColumn="bigCount" />
|
|
<Mapping SourceColumn="whtype" DataSetColumn="whtype" />
|
|
<Mapping SourceColumn="state" DataSetColumn="state" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="v_stockOutDetail_wmsTableAdapter" GeneratorDataComponentClassName="v_stockOutDetail_wmsTableAdapter" Name="v_stockOutDetail_wms" UserDataComponentName="v_stockOutDetail_wmsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="deiniuWMSConnectionString (Settings)" DbObjectName="deiniuWMS.dbo.v_stockOutDetail_wms" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT id, orderNo, goodsId, batch, count, bulkCount, batch1Count, batch2Count, boxcnt, productDate, validDate, state, whtype, description, operater, dr, createtime, lastmodified, goodsTypeName, goodsName, manufacturer, spec, unit, regeditCode, BarCode, type, bigCount FROM dbo.v_stockOutDetail_wms</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="id" DataSetColumn="id" />
|
|
<Mapping SourceColumn="orderNo" DataSetColumn="orderNo" />
|
|
<Mapping SourceColumn="goodsId" DataSetColumn="goodsId" />
|
|
<Mapping SourceColumn="batch" DataSetColumn="batch" />
|
|
<Mapping SourceColumn="count" DataSetColumn="count" />
|
|
<Mapping SourceColumn="bulkCount" DataSetColumn="bulkCount" />
|
|
<Mapping SourceColumn="batch1Count" DataSetColumn="batch1Count" />
|
|
<Mapping SourceColumn="batch2Count" DataSetColumn="batch2Count" />
|
|
<Mapping SourceColumn="boxcnt" DataSetColumn="boxcnt" />
|
|
<Mapping SourceColumn="productDate" DataSetColumn="productDate" />
|
|
<Mapping SourceColumn="validDate" DataSetColumn="validDate" />
|
|
<Mapping SourceColumn="state" DataSetColumn="state" />
|
|
<Mapping SourceColumn="whtype" DataSetColumn="whtype" />
|
|
<Mapping SourceColumn="description" DataSetColumn="description" />
|
|
<Mapping SourceColumn="operater" DataSetColumn="operater" />
|
|
<Mapping SourceColumn="dr" DataSetColumn="dr" />
|
|
<Mapping SourceColumn="createtime" DataSetColumn="createtime" />
|
|
<Mapping SourceColumn="lastmodified" DataSetColumn="lastmodified" />
|
|
<Mapping SourceColumn="goodsTypeName" DataSetColumn="goodsTypeName" />
|
|
<Mapping SourceColumn="goodsName" DataSetColumn="goodsName" />
|
|
<Mapping SourceColumn="manufacturer" DataSetColumn="manufacturer" />
|
|
<Mapping SourceColumn="spec" DataSetColumn="spec" />
|
|
<Mapping SourceColumn="unit" DataSetColumn="unit" />
|
|
<Mapping SourceColumn="regeditCode" DataSetColumn="regeditCode" />
|
|
<Mapping SourceColumn="BarCode" DataSetColumn="BarCode" />
|
|
<Mapping SourceColumn="type" DataSetColumn="type" />
|
|
<Mapping SourceColumn="bigCount" DataSetColumn="bigCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="v_stockOutDetailByCustTableAdapter" GeneratorDataComponentClassName="v_stockOutDetailByCustTableAdapter" Name="v_stockOutDetailByCust" UserDataComponentName="v_stockOutDetailByCustTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="deiniuWMSConnectionString (Settings)" DbObjectName="deiniuWMS.dbo.v_stockOutDetailByCust" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT customerId, goodsId, batch, count, bulkCount, batch1Count, boxcnt, bigCount, customerName, whtype, productDate, validDate, lastmodified, dr, id, batch2Count, pickOrderNo, state, description, operater, createtime, custAddress FROM dbo.v_stockOutDetailByCust</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="customerId" DataSetColumn="customerId" />
|
|
<Mapping SourceColumn="goodsId" DataSetColumn="goodsId" />
|
|
<Mapping SourceColumn="batch" DataSetColumn="batch" />
|
|
<Mapping SourceColumn="count" DataSetColumn="count" />
|
|
<Mapping SourceColumn="bulkCount" DataSetColumn="bulkCount" />
|
|
<Mapping SourceColumn="batch1Count" DataSetColumn="batch1Count" />
|
|
<Mapping SourceColumn="boxcnt" DataSetColumn="boxcnt" />
|
|
<Mapping SourceColumn="bigCount" DataSetColumn="bigCount" />
|
|
<Mapping SourceColumn="customerName" DataSetColumn="customerName" />
|
|
<Mapping SourceColumn="whtype" DataSetColumn="whtype" />
|
|
<Mapping SourceColumn="productDate" DataSetColumn="productDate" />
|
|
<Mapping SourceColumn="validDate" DataSetColumn="validDate" />
|
|
<Mapping SourceColumn="lastmodified" DataSetColumn="lastmodified" />
|
|
<Mapping SourceColumn="dr" DataSetColumn="dr" />
|
|
<Mapping SourceColumn="id" DataSetColumn="id" />
|
|
<Mapping SourceColumn="batch2Count" DataSetColumn="batch2Count" />
|
|
<Mapping SourceColumn="pickOrderNo" DataSetColumn="pickOrderNo" />
|
|
<Mapping SourceColumn="state" DataSetColumn="state" />
|
|
<Mapping SourceColumn="description" DataSetColumn="description" />
|
|
<Mapping SourceColumn="operater" DataSetColumn="operater" />
|
|
<Mapping SourceColumn="createtime" DataSetColumn="createtime" />
|
|
<Mapping SourceColumn="custAddress" DataSetColumn="custAddress" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="v_stockOutLablePickDetailTableAdapter" GeneratorDataComponentClassName="v_stockOutLablePickDetailTableAdapter" Name="v_stockOutLablePickDetail" UserDataComponentName="v_stockOutLablePickDetailTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="deiniuWMSConnectionString (Settings)" DbObjectName="deiniuWMS.dbo.v_stockOutLablePickDetail" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT goodsId, batch, pickOrderNo, waveOrder, count, deskName, color, state, productDate, validDate, recordId, port, locationId, pickCount, elabId, elabAddress FROM dbo.v_stockOutLablePickDetail</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="goodsId" DataSetColumn="goodsId" />
|
|
<Mapping SourceColumn="batch" DataSetColumn="batch" />
|
|
<Mapping SourceColumn="pickOrderNo" DataSetColumn="pickOrderNo" />
|
|
<Mapping SourceColumn="waveOrder" DataSetColumn="waveOrder" />
|
|
<Mapping SourceColumn="count" DataSetColumn="count" />
|
|
<Mapping SourceColumn="deskName" DataSetColumn="deskName" />
|
|
<Mapping SourceColumn="color" DataSetColumn="color" />
|
|
<Mapping SourceColumn="state" DataSetColumn="state" />
|
|
<Mapping SourceColumn="productDate" DataSetColumn="productDate" />
|
|
<Mapping SourceColumn="validDate" DataSetColumn="validDate" />
|
|
<Mapping SourceColumn="recordId" DataSetColumn="recordId" />
|
|
<Mapping SourceColumn="port" DataSetColumn="port" />
|
|
<Mapping SourceColumn="locationId" DataSetColumn="locationId" />
|
|
<Mapping SourceColumn="pickCount" DataSetColumn="pickCount" />
|
|
<Mapping SourceColumn="elabId" DataSetColumn="elabId" />
|
|
<Mapping SourceColumn="elabAddress" DataSetColumn="elabAddress" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="v_stockOutPickDetailTableAdapter" GeneratorDataComponentClassName="v_stockOutPickDetailTableAdapter" Name="v_stockOutPickDetail" UserDataComponentName="v_stockOutPickDetailTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="deiniuWMSConnectionString (Settings)" DbObjectName="deiniuWMS.dbo.v_stockOutPickDetail" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT id, pickOrderNo, customerId, customerName, goodsId, batch, count, bulkCount, batch1Count, batch2Count, boxcnt, productDate, validDate, state, whtype, description, confirmedCount, checkedBy, validReason, validSolution, validRemark, solutionRemark, checkedTime, operater, dr, createtime, lastmodified, manufacturer, goodsName, spec, unit, regeditCode, bigCount, address, barCode, type, batchPickState, bulkPickState, bulkMax, bulkMax1, batchMax1, batchMax2, goodsTypeName, custAddress FROM dbo.v_stockOutPickDetail</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="id" DataSetColumn="id" />
|
|
<Mapping SourceColumn="pickOrderNo" DataSetColumn="pickOrderNo" />
|
|
<Mapping SourceColumn="customerId" DataSetColumn="customerId" />
|
|
<Mapping SourceColumn="customerName" DataSetColumn="customerName" />
|
|
<Mapping SourceColumn="goodsId" DataSetColumn="goodsId" />
|
|
<Mapping SourceColumn="batch" DataSetColumn="batch" />
|
|
<Mapping SourceColumn="count" DataSetColumn="count" />
|
|
<Mapping SourceColumn="bulkCount" DataSetColumn="bulkCount" />
|
|
<Mapping SourceColumn="batch1Count" DataSetColumn="batch1Count" />
|
|
<Mapping SourceColumn="batch2Count" DataSetColumn="batch2Count" />
|
|
<Mapping SourceColumn="boxcnt" DataSetColumn="boxcnt" />
|
|
<Mapping SourceColumn="productDate" DataSetColumn="productDate" />
|
|
<Mapping SourceColumn="validDate" DataSetColumn="validDate" />
|
|
<Mapping SourceColumn="state" DataSetColumn="state" />
|
|
<Mapping SourceColumn="whtype" DataSetColumn="whtype" />
|
|
<Mapping SourceColumn="description" DataSetColumn="description" />
|
|
<Mapping SourceColumn="confirmedCount" DataSetColumn="confirmedCount" />
|
|
<Mapping SourceColumn="checkedBy" DataSetColumn="checkedBy" />
|
|
<Mapping SourceColumn="validReason" DataSetColumn="validReason" />
|
|
<Mapping SourceColumn="validSolution" DataSetColumn="validSolution" />
|
|
<Mapping SourceColumn="validRemark" DataSetColumn="validRemark" />
|
|
<Mapping SourceColumn="solutionRemark" DataSetColumn="solutionRemark" />
|
|
<Mapping SourceColumn="checkedTime" DataSetColumn="checkedTime" />
|
|
<Mapping SourceColumn="operater" DataSetColumn="operater" />
|
|
<Mapping SourceColumn="dr" DataSetColumn="dr" />
|
|
<Mapping SourceColumn="createtime" DataSetColumn="createtime" />
|
|
<Mapping SourceColumn="lastmodified" DataSetColumn="lastmodified" />
|
|
<Mapping SourceColumn="manufacturer" DataSetColumn="manufacturer" />
|
|
<Mapping SourceColumn="goodsName" DataSetColumn="goodsName" />
|
|
<Mapping SourceColumn="spec" DataSetColumn="spec" />
|
|
<Mapping SourceColumn="unit" DataSetColumn="unit" />
|
|
<Mapping SourceColumn="regeditCode" DataSetColumn="regeditCode" />
|
|
<Mapping SourceColumn="bigCount" DataSetColumn="bigCount" />
|
|
<Mapping SourceColumn="address" DataSetColumn="address" />
|
|
<Mapping SourceColumn="barCode" DataSetColumn="barCode" />
|
|
<Mapping SourceColumn="type" DataSetColumn="type" />
|
|
<Mapping SourceColumn="batchPickState" DataSetColumn="batchPickState" />
|
|
<Mapping SourceColumn="bulkPickState" DataSetColumn="bulkPickState" />
|
|
<Mapping SourceColumn="bulkMax" DataSetColumn="bulkMax" />
|
|
<Mapping SourceColumn="bulkMax1" DataSetColumn="bulkMax1" />
|
|
<Mapping SourceColumn="batchMax1" DataSetColumn="batchMax1" />
|
|
<Mapping SourceColumn="batchMax2" DataSetColumn="batchMax2" />
|
|
<Mapping SourceColumn="goodsTypeName" DataSetColumn="goodsTypeName" />
|
|
<Mapping SourceColumn="custAddress" DataSetColumn="custAddress" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="v_stockOutPickDetailSeedsTableAdapter" GeneratorDataComponentClassName="v_stockOutPickDetailSeedsTableAdapter" Name="v_stockOutPickDetailSeeds" UserDataComponentName="v_stockOutPickDetailSeedsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="deiniuWMSConnectionString (Settings)" DbObjectName="deiniuWMS.dbo.v_stockOutPickDetailSeeds" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT orderState, seedsPickNo, goodsId, batch, bulkCount, goodsName, manufacturer, spec, unit, BarCode, solutionRemark, validSolution, desk, confirmedCount, validRemark, productDate, validDate, type, seedsPort FROM dbo.v_stockOutPickDetailSeeds</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="orderState" DataSetColumn="orderState" />
|
|
<Mapping SourceColumn="seedsPickNo" DataSetColumn="seedsPickNo" />
|
|
<Mapping SourceColumn="goodsId" DataSetColumn="goodsId" />
|
|
<Mapping SourceColumn="batch" DataSetColumn="batch" />
|
|
<Mapping SourceColumn="bulkCount" DataSetColumn="bulkCount" />
|
|
<Mapping SourceColumn="goodsName" DataSetColumn="goodsName" />
|
|
<Mapping SourceColumn="manufacturer" DataSetColumn="manufacturer" />
|
|
<Mapping SourceColumn="spec" DataSetColumn="spec" />
|
|
<Mapping SourceColumn="unit" DataSetColumn="unit" />
|
|
<Mapping SourceColumn="BarCode" DataSetColumn="BarCode" />
|
|
<Mapping SourceColumn="solutionRemark" DataSetColumn="solutionRemark" />
|
|
<Mapping SourceColumn="validSolution" DataSetColumn="validSolution" />
|
|
<Mapping SourceColumn="desk" DataSetColumn="desk" />
|
|
<Mapping SourceColumn="confirmedCount" DataSetColumn="confirmedCount" />
|
|
<Mapping SourceColumn="validRemark" DataSetColumn="validRemark" />
|
|
<Mapping SourceColumn="productDate" DataSetColumn="productDate" />
|
|
<Mapping SourceColumn="validDate" DataSetColumn="validDate" />
|
|
<Mapping SourceColumn="type" DataSetColumn="type" />
|
|
<Mapping SourceColumn="seedsPort" DataSetColumn="seedsPort" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="v_stockOutPickDetailSeeds_to_deleteTableAdapter" GeneratorDataComponentClassName="v_stockOutPickDetailSeeds_to_deleteTableAdapter" Name="v_stockOutPickDetailSeeds_to_delete" UserDataComponentName="v_stockOutPickDetailSeeds_to_deleteTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="deiniuWMSConnectionString (Settings)" DbObjectName="deiniuWMS.dbo.v_stockOutPickDetailSeeds_to_delete" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT seedsPickNo, goodsId, batch, bulkcount, orderState, desk, productDate, validDate, confirmedCount, description, validRemark, validReason, goodsName, manufacturer, spec, unit, regeditCode, BarCode, type, solutionRemark, validSolution, validResult, solution, bulkPickState FROM dbo.v_stockOutPickDetailSeeds_to_delete</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="seedsPickNo" DataSetColumn="seedsPickNo" />
|
|
<Mapping SourceColumn="goodsId" DataSetColumn="goodsId" />
|
|
<Mapping SourceColumn="batch" DataSetColumn="batch" />
|
|
<Mapping SourceColumn="bulkcount" DataSetColumn="bulkcount" />
|
|
<Mapping SourceColumn="orderState" DataSetColumn="orderState" />
|
|
<Mapping SourceColumn="desk" DataSetColumn="desk" />
|
|
<Mapping SourceColumn="productDate" DataSetColumn="productDate" />
|
|
<Mapping SourceColumn="validDate" DataSetColumn="validDate" />
|
|
<Mapping SourceColumn="confirmedCount" DataSetColumn="confirmedCount" />
|
|
<Mapping SourceColumn="description" DataSetColumn="description" />
|
|
<Mapping SourceColumn="validRemark" DataSetColumn="validRemark" />
|
|
<Mapping SourceColumn="validReason" DataSetColumn="validReason" />
|
|
<Mapping SourceColumn="goodsName" DataSetColumn="goodsName" />
|
|
<Mapping SourceColumn="manufacturer" DataSetColumn="manufacturer" />
|
|
<Mapping SourceColumn="spec" DataSetColumn="spec" />
|
|
<Mapping SourceColumn="unit" DataSetColumn="unit" />
|
|
<Mapping SourceColumn="regeditCode" DataSetColumn="regeditCode" />
|
|
<Mapping SourceColumn="BarCode" DataSetColumn="BarCode" />
|
|
<Mapping SourceColumn="type" DataSetColumn="type" />
|
|
<Mapping SourceColumn="solutionRemark" DataSetColumn="solutionRemark" />
|
|
<Mapping SourceColumn="validSolution" DataSetColumn="validSolution" />
|
|
<Mapping SourceColumn="validResult" DataSetColumn="validResult" />
|
|
<Mapping SourceColumn="solution" DataSetColumn="solution" />
|
|
<Mapping SourceColumn="bulkPickState" DataSetColumn="bulkPickState" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="v_stockOutPickDetailValidationTableAdapter" GeneratorDataComponentClassName="v_stockOutPickDetailValidationTableAdapter" Name="v_stockOutPickDetailValidation" UserDataComponentName="v_stockOutPickDetailValidationTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="deiniuWMSConnectionString (Settings)" DbObjectName="deiniuWMS.dbo.v_stockOutPickDetailValidation" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT desk, orderState, waveOrder, seedsPickNo, seedsPort, id, pickOrderNo, customerId, customerName, goodsId, batch, count, bulkCount, batch1Count, batch2Count, boxcnt, productDate, validDate, state, whtype, description, confirmedCount, checkedBy, validRemark, validReason, checkedTime, operater, dr, createtime, lastmodified, goodsName, manufacturer, spec, unit, regeditCode, bigCount, BarCode, drug_code, type, Isimport, goodsTypeName, solutionRemark, validSolution, validResult, solution, bulkPickState, batchPickState, custAddress, seedsLabelId FROM dbo.v_stockOutPickDetailValidation</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="desk" DataSetColumn="desk" />
|
|
<Mapping SourceColumn="orderState" DataSetColumn="orderState" />
|
|
<Mapping SourceColumn="waveOrder" DataSetColumn="waveOrder" />
|
|
<Mapping SourceColumn="seedsPickNo" DataSetColumn="seedsPickNo" />
|
|
<Mapping SourceColumn="seedsPort" DataSetColumn="seedsPort" />
|
|
<Mapping SourceColumn="id" DataSetColumn="id" />
|
|
<Mapping SourceColumn="pickOrderNo" DataSetColumn="pickOrderNo" />
|
|
<Mapping SourceColumn="customerId" DataSetColumn="customerId" />
|
|
<Mapping SourceColumn="customerName" DataSetColumn="customerName" />
|
|
<Mapping SourceColumn="goodsId" DataSetColumn="goodsId" />
|
|
<Mapping SourceColumn="batch" DataSetColumn="batch" />
|
|
<Mapping SourceColumn="count" DataSetColumn="count" />
|
|
<Mapping SourceColumn="bulkCount" DataSetColumn="bulkCount" />
|
|
<Mapping SourceColumn="batch1Count" DataSetColumn="batch1Count" />
|
|
<Mapping SourceColumn="batch2Count" DataSetColumn="batch2Count" />
|
|
<Mapping SourceColumn="boxcnt" DataSetColumn="boxcnt" />
|
|
<Mapping SourceColumn="productDate" DataSetColumn="productDate" />
|
|
<Mapping SourceColumn="validDate" DataSetColumn="validDate" />
|
|
<Mapping SourceColumn="state" DataSetColumn="state" />
|
|
<Mapping SourceColumn="whtype" DataSetColumn="whtype" />
|
|
<Mapping SourceColumn="description" DataSetColumn="description" />
|
|
<Mapping SourceColumn="confirmedCount" DataSetColumn="confirmedCount" />
|
|
<Mapping SourceColumn="checkedBy" DataSetColumn="checkedBy" />
|
|
<Mapping SourceColumn="validRemark" DataSetColumn="validRemark" />
|
|
<Mapping SourceColumn="validReason" DataSetColumn="validReason" />
|
|
<Mapping SourceColumn="checkedTime" DataSetColumn="checkedTime" />
|
|
<Mapping SourceColumn="operater" DataSetColumn="operater" />
|
|
<Mapping SourceColumn="dr" DataSetColumn="dr" />
|
|
<Mapping SourceColumn="createtime" DataSetColumn="createtime" />
|
|
<Mapping SourceColumn="lastmodified" DataSetColumn="lastmodified" />
|
|
<Mapping SourceColumn="goodsName" DataSetColumn="goodsName" />
|
|
<Mapping SourceColumn="manufacturer" DataSetColumn="manufacturer" />
|
|
<Mapping SourceColumn="spec" DataSetColumn="spec" />
|
|
<Mapping SourceColumn="unit" DataSetColumn="unit" />
|
|
<Mapping SourceColumn="regeditCode" DataSetColumn="regeditCode" />
|
|
<Mapping SourceColumn="bigCount" DataSetColumn="bigCount" />
|
|
<Mapping SourceColumn="BarCode" DataSetColumn="BarCode" />
|
|
<Mapping SourceColumn="drug_code" DataSetColumn="drug_code" />
|
|
<Mapping SourceColumn="type" DataSetColumn="type" />
|
|
<Mapping SourceColumn="Isimport" DataSetColumn="Isimport" />
|
|
<Mapping SourceColumn="goodsTypeName" DataSetColumn="goodsTypeName" />
|
|
<Mapping SourceColumn="solutionRemark" DataSetColumn="solutionRemark" />
|
|
<Mapping SourceColumn="validSolution" DataSetColumn="validSolution" />
|
|
<Mapping SourceColumn="validResult" DataSetColumn="validResult" />
|
|
<Mapping SourceColumn="solution" DataSetColumn="solution" />
|
|
<Mapping SourceColumn="bulkPickState" DataSetColumn="bulkPickState" />
|
|
<Mapping SourceColumn="batchPickState" DataSetColumn="batchPickState" />
|
|
<Mapping SourceColumn="custAddress" DataSetColumn="custAddress" />
|
|
<Mapping SourceColumn="seedsLabelId" DataSetColumn="seedsLabelId" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="v_stockOutPickRequestLogTableAdapter" GeneratorDataComponentClassName="v_stockOutPickRequestLogTableAdapter" Name="v_stockOutPickRequestLog" UserDataComponentName="v_stockOutPickRequestLogTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="deiniuWMSConnectionString (Settings)" DbObjectName="deiniuWMS.dbo.v_stockOutPickRequestLog" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT orderState, pickOrderNo, pickState, bulkPickState, batchPickState, operater, lastmodified, orderNo FROM dbo.v_stockOutPickRequestLog</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="orderState" DataSetColumn="orderState" />
|
|
<Mapping SourceColumn="pickOrderNo" DataSetColumn="pickOrderNo" />
|
|
<Mapping SourceColumn="pickState" DataSetColumn="pickState" />
|
|
<Mapping SourceColumn="bulkPickState" DataSetColumn="bulkPickState" />
|
|
<Mapping SourceColumn="batchPickState" DataSetColumn="batchPickState" />
|
|
<Mapping SourceColumn="operater" DataSetColumn="operater" />
|
|
<Mapping SourceColumn="lastmodified" DataSetColumn="lastmodified" />
|
|
<Mapping SourceColumn="orderNo" DataSetColumn="orderNo" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="v_stockOutPickSeedsGoodsSumTableAdapter" GeneratorDataComponentClassName="v_stockOutPickSeedsGoodsSumTableAdapter" Name="v_stockOutPickSeedsGoodsSum" UserDataComponentName="v_stockOutPickSeedsGoodsSumTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="deiniuWMSConnectionString (Settings)" DbObjectName="deiniuWMS.dbo.v_stockOutPickSeedsGoodsSum" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT seedsPickNo, goodsId, batch, bulkcount, orderState, desk FROM dbo.v_stockOutPickSeedsGoodsSum</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="seedsPickNo" DataSetColumn="seedsPickNo" />
|
|
<Mapping SourceColumn="goodsId" DataSetColumn="goodsId" />
|
|
<Mapping SourceColumn="batch" DataSetColumn="batch" />
|
|
<Mapping SourceColumn="bulkcount" DataSetColumn="bulkcount" />
|
|
<Mapping SourceColumn="orderState" DataSetColumn="orderState" />
|
|
<Mapping SourceColumn="desk" DataSetColumn="desk" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="v_stockOutPickVolumeTableAdapter" GeneratorDataComponentClassName="v_stockOutPickVolumeTableAdapter" Name="v_stockOutPickVolume" UserDataComponentName="v_stockOutPickVolumeTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="deiniuWMSConnectionString (Settings)" DbObjectName="deiniuWMS.dbo.v_stockOutPickVolume" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT pickOrderNo, boxcnt, boxcnt2, volume, weight FROM dbo.v_stockOutPickVolume</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="pickOrderNo" DataSetColumn="pickOrderNo" />
|
|
<Mapping SourceColumn="boxcnt" DataSetColumn="boxcnt" />
|
|
<Mapping SourceColumn="boxcnt2" DataSetColumn="boxcnt2" />
|
|
<Mapping SourceColumn="volume" DataSetColumn="volume" />
|
|
<Mapping SourceColumn="weight" DataSetColumn="weight" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="v_stockOutPickVolumSumTableAdapter" GeneratorDataComponentClassName="v_stockOutPickVolumSumTableAdapter" Name="v_stockOutPickVolumSum" UserDataComponentName="v_stockOutPickVolumSumTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="deiniuWMSConnectionString (Settings)" DbObjectName="deiniuWMS.dbo.v_stockOutPickVolumSum" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT pickOrderNo, sumVol, sumWeight FROM dbo.v_stockOutPickVolumSum</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="pickOrderNo" DataSetColumn="pickOrderNo" />
|
|
<Mapping SourceColumn="sumVol" DataSetColumn="sumVol" />
|
|
<Mapping SourceColumn="sumWeight" DataSetColumn="sumWeight" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="v_stockOutPortTableAdapter" GeneratorDataComponentClassName="v_stockOutPortTableAdapter" Name="v_stockOutPort" UserDataComponentName="v_stockOutPortTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="deiniuWMSConnectionString (Settings)" DbObjectName="deiniuWMS.dbo.v_stockOutPort" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT id, pickOrderNo, waveOrder, recordId, count, boxcnt, locationId, state, pickCount, description, operater, dr, createtime, lastmodified, batch, productDate, validDate, goodsName, manufacturer, spec, unit, bigCount, BarCode, goodsTypeName, type, bulkMax, bulkMax1, batchMax1, batchMax2, customerName, batchPickState, regeditCode, customerId, goodsId, orderType, orderDate, tranLocationId, custAddress, volType, rectype FROM dbo.v_stockOutPort</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="id" DataSetColumn="id" />
|
|
<Mapping SourceColumn="pickOrderNo" DataSetColumn="pickOrderNo" />
|
|
<Mapping SourceColumn="waveOrder" DataSetColumn="waveOrder" />
|
|
<Mapping SourceColumn="recordId" DataSetColumn="recordId" />
|
|
<Mapping SourceColumn="count" DataSetColumn="count" />
|
|
<Mapping SourceColumn="boxcnt" DataSetColumn="boxcnt" />
|
|
<Mapping SourceColumn="locationId" DataSetColumn="locationId" />
|
|
<Mapping SourceColumn="state" DataSetColumn="state" />
|
|
<Mapping SourceColumn="pickCount" DataSetColumn="pickCount" />
|
|
<Mapping SourceColumn="description" DataSetColumn="description" />
|
|
<Mapping SourceColumn="operater" DataSetColumn="operater" />
|
|
<Mapping SourceColumn="dr" DataSetColumn="dr" />
|
|
<Mapping SourceColumn="createtime" DataSetColumn="createtime" />
|
|
<Mapping SourceColumn="lastmodified" DataSetColumn="lastmodified" />
|
|
<Mapping SourceColumn="batch" DataSetColumn="batch" />
|
|
<Mapping SourceColumn="productDate" DataSetColumn="productDate" />
|
|
<Mapping SourceColumn="validDate" DataSetColumn="validDate" />
|
|
<Mapping SourceColumn="goodsName" DataSetColumn="goodsName" />
|
|
<Mapping SourceColumn="manufacturer" DataSetColumn="manufacturer" />
|
|
<Mapping SourceColumn="spec" DataSetColumn="spec" />
|
|
<Mapping SourceColumn="unit" DataSetColumn="unit" />
|
|
<Mapping SourceColumn="bigCount" DataSetColumn="bigCount" />
|
|
<Mapping SourceColumn="BarCode" DataSetColumn="BarCode" />
|
|
<Mapping SourceColumn="goodsTypeName" DataSetColumn="goodsTypeName" />
|
|
<Mapping SourceColumn="type" DataSetColumn="type" />
|
|
<Mapping SourceColumn="bulkMax" DataSetColumn="bulkMax" />
|
|
<Mapping SourceColumn="bulkMax1" DataSetColumn="bulkMax1" />
|
|
<Mapping SourceColumn="batchMax1" DataSetColumn="batchMax1" />
|
|
<Mapping SourceColumn="batchMax2" DataSetColumn="batchMax2" />
|
|
<Mapping SourceColumn="customerName" DataSetColumn="customerName" />
|
|
<Mapping SourceColumn="batchPickState" DataSetColumn="batchPickState" />
|
|
<Mapping SourceColumn="regeditCode" DataSetColumn="regeditCode" />
|
|
<Mapping SourceColumn="customerId" DataSetColumn="customerId" />
|
|
<Mapping SourceColumn="goodsId" DataSetColumn="goodsId" />
|
|
<Mapping SourceColumn="orderType" DataSetColumn="orderType" />
|
|
<Mapping SourceColumn="orderDate" DataSetColumn="orderDate" />
|
|
<Mapping SourceColumn="tranLocationId" DataSetColumn="tranLocationId" />
|
|
<Mapping SourceColumn="custAddress" DataSetColumn="custAddress" />
|
|
<Mapping SourceColumn="volType" DataSetColumn="volType" />
|
|
<Mapping SourceColumn="rectype" DataSetColumn="rectype" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="v_stockOutRequest_AvailableTableAdapter" GeneratorDataComponentClassName="v_stockOutRequest_AvailableTableAdapter" Name="v_stockOutRequest_Available" UserDataComponentName="v_stockOutRequest_AvailableTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="deiniuWMSConnectionString (Settings)" DbObjectName="deiniuWMS.dbo.v_stockOutRequest_Available" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT orderNo, orderType, orderTypeName, customerId, customerName, Delivery, phone1, phone2, salesperson, contactperson, totalnumber, Remark, orderDate, custAddress FROM dbo.v_stockOutRequest_Available</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="orderNo" DataSetColumn="orderNo" />
|
|
<Mapping SourceColumn="orderType" DataSetColumn="orderType" />
|
|
<Mapping SourceColumn="orderTypeName" DataSetColumn="orderTypeName" />
|
|
<Mapping SourceColumn="customerId" DataSetColumn="customerId" />
|
|
<Mapping SourceColumn="customerName" DataSetColumn="customerName" />
|
|
<Mapping SourceColumn="Delivery" DataSetColumn="Delivery" />
|
|
<Mapping SourceColumn="phone1" DataSetColumn="phone1" />
|
|
<Mapping SourceColumn="phone2" DataSetColumn="phone2" />
|
|
<Mapping SourceColumn="salesperson" DataSetColumn="salesperson" />
|
|
<Mapping SourceColumn="contactperson" DataSetColumn="contactperson" />
|
|
<Mapping SourceColumn="totalnumber" DataSetColumn="totalnumber" />
|
|
<Mapping SourceColumn="Remark" DataSetColumn="Remark" />
|
|
<Mapping SourceColumn="orderDate" DataSetColumn="orderDate" />
|
|
<Mapping SourceColumn="custAddress" DataSetColumn="custAddress" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="v_stockOutRequestDetail_availableTableAdapter" GeneratorDataComponentClassName="v_stockOutRequestDetail_availableTableAdapter" Name="v_stockOutRequestDetail_available" UserDataComponentName="v_stockOutRequestDetail_availableTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="deiniuWMSConnectionString (Settings)" DbObjectName="deiniuWMS.dbo.v_stockOutRequestDetail_available" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT orderNo, orderSn, goodsId, batch, productDate, validDate, Count, saleDate, state, whtype FROM dbo.v_stockOutRequestDetail_available</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="orderNo" DataSetColumn="orderNo" />
|
|
<Mapping SourceColumn="orderSn" DataSetColumn="orderSn" />
|
|
<Mapping SourceColumn="goodsId" DataSetColumn="goodsId" />
|
|
<Mapping SourceColumn="batch" DataSetColumn="batch" />
|
|
<Mapping SourceColumn="productDate" DataSetColumn="productDate" />
|
|
<Mapping SourceColumn="validDate" DataSetColumn="validDate" />
|
|
<Mapping SourceColumn="Count" DataSetColumn="Count" />
|
|
<Mapping SourceColumn="saleDate" DataSetColumn="saleDate" />
|
|
<Mapping SourceColumn="state" DataSetColumn="state" />
|
|
<Mapping SourceColumn="whtype" DataSetColumn="whtype" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="v_stockOutRequestDetailLogTableAdapter" GeneratorDataComponentClassName="v_stockOutRequestDetailLogTableAdapter" Name="v_stockOutRequestDetailLog" UserDataComponentName="v_stockOutRequestDetailLogTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="deiniuWMSConnectionString (Settings)" DbObjectName="deiniuWMS.dbo.v_stockOutRequestDetailLog" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT orderNo, goodsName, goodsId, batch, count, boxcnt, pickOrderNo, orderState, pickState, em_name, lastmodified FROM dbo.v_stockOutRequestDetailLog</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="orderNo" DataSetColumn="orderNo" />
|
|
<Mapping SourceColumn="goodsName" DataSetColumn="goodsName" />
|
|
<Mapping SourceColumn="goodsId" DataSetColumn="goodsId" />
|
|
<Mapping SourceColumn="batch" DataSetColumn="batch" />
|
|
<Mapping SourceColumn="count" DataSetColumn="count" />
|
|
<Mapping SourceColumn="boxcnt" DataSetColumn="boxcnt" />
|
|
<Mapping SourceColumn="pickOrderNo" DataSetColumn="pickOrderNo" />
|
|
<Mapping SourceColumn="orderState" DataSetColumn="orderState" />
|
|
<Mapping SourceColumn="pickState" DataSetColumn="pickState" />
|
|
<Mapping SourceColumn="em_name" DataSetColumn="em_name" />
|
|
<Mapping SourceColumn="lastmodified" DataSetColumn="lastmodified" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="v_stockOutRequestLogTableAdapter" GeneratorDataComponentClassName="v_stockOutRequestLogTableAdapter" Name="v_stockOutRequestLog" UserDataComponentName="v_stockOutRequestLogTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="deiniuWMSConnectionString (Settings)" DbObjectName="deiniuWMS.dbo.v_stockOutRequestLog" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT orderState, pickOrderNo, pickState, bulkPickState, batchPickState, operater, lastmodified, orderNo FROM dbo.v_stockOutRequestLog</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="orderState" DataSetColumn="orderState" />
|
|
<Mapping SourceColumn="pickOrderNo" DataSetColumn="pickOrderNo" />
|
|
<Mapping SourceColumn="pickState" DataSetColumn="pickState" />
|
|
<Mapping SourceColumn="bulkPickState" DataSetColumn="bulkPickState" />
|
|
<Mapping SourceColumn="batchPickState" DataSetColumn="batchPickState" />
|
|
<Mapping SourceColumn="operater" DataSetColumn="operater" />
|
|
<Mapping SourceColumn="lastmodified" DataSetColumn="lastmodified" />
|
|
<Mapping SourceColumn="orderNo" DataSetColumn="orderNo" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="v_stockOutRequestPickTableAdapter" GeneratorDataComponentClassName="v_stockOutRequestPickTableAdapter" Name="v_stockOutRequestPick" UserDataComponentName="v_stockOutRequestPickTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="deiniuWMSConnectionString (Settings)" DbObjectName="deiniuWMS.dbo.v_stockOutRequestPick" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT orderNo, orderType, orderTypeName, customerId, customerName, delivery, phone1, phone2, salesperson, contactperson, totalnumber, remark, orderDate, state, operater, dr, createtime, lastmodified, id, pickOrderNo, waveOrder, pickOrderState, goodsPickState, goodsId, batch, count, bulkCount, batch1Count, batch2Count, boxcnt, productDate, validDate, goodsName, manufacturer, spec, regeditCode, unit, type, BarCode, goodsType, goodsTypeName, bulkPickState, batchPickState, bulkCnt, custAddress, bigCount FROM dbo.v_stockOutRequestPick</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="orderNo" DataSetColumn="orderNo" />
|
|
<Mapping SourceColumn="orderType" DataSetColumn="orderType" />
|
|
<Mapping SourceColumn="orderTypeName" DataSetColumn="orderTypeName" />
|
|
<Mapping SourceColumn="customerId" DataSetColumn="customerId" />
|
|
<Mapping SourceColumn="customerName" DataSetColumn="customerName" />
|
|
<Mapping SourceColumn="delivery" DataSetColumn="delivery" />
|
|
<Mapping SourceColumn="phone1" DataSetColumn="phone1" />
|
|
<Mapping SourceColumn="phone2" DataSetColumn="phone2" />
|
|
<Mapping SourceColumn="salesperson" DataSetColumn="salesperson" />
|
|
<Mapping SourceColumn="contactperson" DataSetColumn="contactperson" />
|
|
<Mapping SourceColumn="totalnumber" DataSetColumn="totalnumber" />
|
|
<Mapping SourceColumn="remark" DataSetColumn="remark" />
|
|
<Mapping SourceColumn="orderDate" DataSetColumn="orderDate" />
|
|
<Mapping SourceColumn="state" DataSetColumn="state" />
|
|
<Mapping SourceColumn="operater" DataSetColumn="operater" />
|
|
<Mapping SourceColumn="dr" DataSetColumn="dr" />
|
|
<Mapping SourceColumn="createtime" DataSetColumn="createtime" />
|
|
<Mapping SourceColumn="lastmodified" DataSetColumn="lastmodified" />
|
|
<Mapping SourceColumn="id" DataSetColumn="id" />
|
|
<Mapping SourceColumn="pickOrderNo" DataSetColumn="pickOrderNo" />
|
|
<Mapping SourceColumn="waveOrder" DataSetColumn="waveOrder" />
|
|
<Mapping SourceColumn="pickOrderState" DataSetColumn="pickOrderState" />
|
|
<Mapping SourceColumn="goodsPickState" DataSetColumn="goodsPickState" />
|
|
<Mapping SourceColumn="goodsId" DataSetColumn="goodsId" />
|
|
<Mapping SourceColumn="batch" DataSetColumn="batch" />
|
|
<Mapping SourceColumn="count" DataSetColumn="count" />
|
|
<Mapping SourceColumn="bulkCount" DataSetColumn="bulkCount" />
|
|
<Mapping SourceColumn="batch1Count" DataSetColumn="batch1Count" />
|
|
<Mapping SourceColumn="batch2Count" DataSetColumn="batch2Count" />
|
|
<Mapping SourceColumn="boxcnt" DataSetColumn="boxcnt" />
|
|
<Mapping SourceColumn="productDate" DataSetColumn="productDate" />
|
|
<Mapping SourceColumn="validDate" DataSetColumn="validDate" />
|
|
<Mapping SourceColumn="goodsName" DataSetColumn="goodsName" />
|
|
<Mapping SourceColumn="manufacturer" DataSetColumn="manufacturer" />
|
|
<Mapping SourceColumn="spec" DataSetColumn="spec" />
|
|
<Mapping SourceColumn="regeditCode" DataSetColumn="regeditCode" />
|
|
<Mapping SourceColumn="unit" DataSetColumn="unit" />
|
|
<Mapping SourceColumn="type" DataSetColumn="type" />
|
|
<Mapping SourceColumn="BarCode" DataSetColumn="BarCode" />
|
|
<Mapping SourceColumn="goodsType" DataSetColumn="goodsType" />
|
|
<Mapping SourceColumn="goodsTypeName" DataSetColumn="goodsTypeName" />
|
|
<Mapping SourceColumn="bulkPickState" DataSetColumn="bulkPickState" />
|
|
<Mapping SourceColumn="batchPickState" DataSetColumn="batchPickState" />
|
|
<Mapping SourceColumn="bulkCnt" DataSetColumn="bulkCnt" />
|
|
<Mapping SourceColumn="custAddress" DataSetColumn="custAddress" />
|
|
<Mapping SourceColumn="bigCount" DataSetColumn="bigCount" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="v_stockOutSeedsGoodsTableAdapter" GeneratorDataComponentClassName="v_stockOutSeedsGoodsTableAdapter" Name="v_stockOutSeedsGoods" UserDataComponentName="v_stockOutSeedsGoodsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="deiniuWMSConnectionString (Settings)" DbObjectName="deiniuWMS.dbo.v_stockOutSeedsGoods" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT seedsPickNo, goodsId, batch, bulkcount, orderState FROM dbo.v_stockOutSeedsGoods</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="seedsPickNo" DataSetColumn="seedsPickNo" />
|
|
<Mapping SourceColumn="goodsId" DataSetColumn="goodsId" />
|
|
<Mapping SourceColumn="batch" DataSetColumn="batch" />
|
|
<Mapping SourceColumn="bulkcount" DataSetColumn="bulkcount" />
|
|
<Mapping SourceColumn="orderState" DataSetColumn="orderState" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="v_stockOutValidationExceptionTableAdapter" GeneratorDataComponentClassName="v_stockOutValidationExceptionTableAdapter" Name="v_stockOutValidationException" UserDataComponentName="v_stockOutValidationExceptionTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="deiniuWMSConnectionString (Settings)" DbObjectName="deiniuWMS.dbo.v_stockOutValidationException" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT desk, orderState, waveOrder, id, pickOrderNo, customerId, customerName, goodsId, batch, count, bulkCount, batch1Count, batch2Count, boxcnt, productDate, validDate, state, whtype, description, confirmedCount, checkedBy, validRemark, validReason, checkedTime, operater, dr, createtime, lastmodified, locationId, color, pickCount, goodsName, manufacturer, spec, unit, regeditCode, bigCount, type, barCode, exception, exceptionDesc, validSolution, solutionRemark, solution, bulkPickState, batchPickState FROM dbo.v_stockOutValidationException</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="desk" DataSetColumn="desk" />
|
|
<Mapping SourceColumn="orderState" DataSetColumn="orderState" />
|
|
<Mapping SourceColumn="waveOrder" DataSetColumn="waveOrder" />
|
|
<Mapping SourceColumn="id" DataSetColumn="id" />
|
|
<Mapping SourceColumn="pickOrderNo" DataSetColumn="pickOrderNo" />
|
|
<Mapping SourceColumn="customerId" DataSetColumn="customerId" />
|
|
<Mapping SourceColumn="customerName" DataSetColumn="customerName" />
|
|
<Mapping SourceColumn="goodsId" DataSetColumn="goodsId" />
|
|
<Mapping SourceColumn="batch" DataSetColumn="batch" />
|
|
<Mapping SourceColumn="count" DataSetColumn="count" />
|
|
<Mapping SourceColumn="bulkCount" DataSetColumn="bulkCount" />
|
|
<Mapping SourceColumn="batch1Count" DataSetColumn="batch1Count" />
|
|
<Mapping SourceColumn="batch2Count" DataSetColumn="batch2Count" />
|
|
<Mapping SourceColumn="boxcnt" DataSetColumn="boxcnt" />
|
|
<Mapping SourceColumn="productDate" DataSetColumn="productDate" />
|
|
<Mapping SourceColumn="validDate" DataSetColumn="validDate" />
|
|
<Mapping SourceColumn="state" DataSetColumn="state" />
|
|
<Mapping SourceColumn="whtype" DataSetColumn="whtype" />
|
|
<Mapping SourceColumn="description" DataSetColumn="description" />
|
|
<Mapping SourceColumn="confirmedCount" DataSetColumn="confirmedCount" />
|
|
<Mapping SourceColumn="checkedBy" DataSetColumn="checkedBy" />
|
|
<Mapping SourceColumn="validRemark" DataSetColumn="validRemark" />
|
|
<Mapping SourceColumn="validReason" DataSetColumn="validReason" />
|
|
<Mapping SourceColumn="checkedTime" DataSetColumn="checkedTime" />
|
|
<Mapping SourceColumn="operater" DataSetColumn="operater" />
|
|
<Mapping SourceColumn="dr" DataSetColumn="dr" />
|
|
<Mapping SourceColumn="createtime" DataSetColumn="createtime" />
|
|
<Mapping SourceColumn="lastmodified" DataSetColumn="lastmodified" />
|
|
<Mapping SourceColumn="locationId" DataSetColumn="locationId" />
|
|
<Mapping SourceColumn="color" DataSetColumn="color" />
|
|
<Mapping SourceColumn="pickCount" DataSetColumn="pickCount" />
|
|
<Mapping SourceColumn="goodsName" DataSetColumn="goodsName" />
|
|
<Mapping SourceColumn="manufacturer" DataSetColumn="manufacturer" />
|
|
<Mapping SourceColumn="spec" DataSetColumn="spec" />
|
|
<Mapping SourceColumn="unit" DataSetColumn="unit" />
|
|
<Mapping SourceColumn="regeditCode" DataSetColumn="regeditCode" />
|
|
<Mapping SourceColumn="bigCount" DataSetColumn="bigCount" />
|
|
<Mapping SourceColumn="type" DataSetColumn="type" />
|
|
<Mapping SourceColumn="barCode" DataSetColumn="barCode" />
|
|
<Mapping SourceColumn="exception" DataSetColumn="exception" />
|
|
<Mapping SourceColumn="exceptionDesc" DataSetColumn="exceptionDesc" />
|
|
<Mapping SourceColumn="validSolution" DataSetColumn="validSolution" />
|
|
<Mapping SourceColumn="solutionRemark" DataSetColumn="solutionRemark" />
|
|
<Mapping SourceColumn="solution" DataSetColumn="solution" />
|
|
<Mapping SourceColumn="bulkPickState" DataSetColumn="bulkPickState" />
|
|
<Mapping SourceColumn="batchPickState" DataSetColumn="batchPickState" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="v_stockOutWavePickDetailTableAdapter" GeneratorDataComponentClassName="v_stockOutWavePickDetailTableAdapter" Name="v_stockOutWavePickDetail" UserDataComponentName="v_stockOutWavePickDetailTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="deiniuWMSConnectionString (Settings)" DbObjectName="deiniuWMS.dbo.v_stockOutWavePickDetail" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT waveOrder, pickOrderNo, goodsName, manufacturer, spec, unit, regeditCode, drug_code, barCode, type, customerName, customerId, count, locationId, batch, goodsId, validDate, productDate, volType, elabId, elabAddress, id, batchPickState, state, bulkPickState, batchMax1, batchMax2, batchMax3, batchMax4, goodsTypeName, bigCount, id128 FROM dbo.v_stockOutWavePickDetail</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="waveOrder" DataSetColumn="waveOrder" />
|
|
<Mapping SourceColumn="pickOrderNo" DataSetColumn="pickOrderNo" />
|
|
<Mapping SourceColumn="goodsName" DataSetColumn="goodsName" />
|
|
<Mapping SourceColumn="manufacturer" DataSetColumn="manufacturer" />
|
|
<Mapping SourceColumn="spec" DataSetColumn="spec" />
|
|
<Mapping SourceColumn="unit" DataSetColumn="unit" />
|
|
<Mapping SourceColumn="regeditCode" DataSetColumn="regeditCode" />
|
|
<Mapping SourceColumn="drug_code" DataSetColumn="drug_code" />
|
|
<Mapping SourceColumn="barCode" DataSetColumn="barCode" />
|
|
<Mapping SourceColumn="type" DataSetColumn="type" />
|
|
<Mapping SourceColumn="customerName" DataSetColumn="customerName" />
|
|
<Mapping SourceColumn="customerId" DataSetColumn="customerId" />
|
|
<Mapping SourceColumn="count" DataSetColumn="count" />
|
|
<Mapping SourceColumn="locationId" DataSetColumn="locationId" />
|
|
<Mapping SourceColumn="batch" DataSetColumn="batch" />
|
|
<Mapping SourceColumn="goodsId" DataSetColumn="goodsId" />
|
|
<Mapping SourceColumn="validDate" DataSetColumn="validDate" />
|
|
<Mapping SourceColumn="productDate" DataSetColumn="productDate" />
|
|
<Mapping SourceColumn="volType" DataSetColumn="volType" />
|
|
<Mapping SourceColumn="elabId" DataSetColumn="elabId" />
|
|
<Mapping SourceColumn="elabAddress" DataSetColumn="elabAddress" />
|
|
<Mapping SourceColumn="id" DataSetColumn="id" />
|
|
<Mapping SourceColumn="batchPickState" DataSetColumn="batchPickState" />
|
|
<Mapping SourceColumn="state" DataSetColumn="state" />
|
|
<Mapping SourceColumn="bulkPickState" DataSetColumn="bulkPickState" />
|
|
<Mapping SourceColumn="batchMax1" DataSetColumn="batchMax1" />
|
|
<Mapping SourceColumn="batchMax2" DataSetColumn="batchMax2" />
|
|
<Mapping SourceColumn="batchMax3" DataSetColumn="batchMax3" />
|
|
<Mapping SourceColumn="batchMax4" DataSetColumn="batchMax4" />
|
|
<Mapping SourceColumn="goodsTypeName" DataSetColumn="goodsTypeName" />
|
|
<Mapping SourceColumn="bigCount" DataSetColumn="bigCount" />
|
|
<Mapping SourceColumn="id128" DataSetColumn="id128" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="v_tmsLineDetailTableAdapter" GeneratorDataComponentClassName="v_tmsLineDetailTableAdapter" Name="v_tmsLineDetail" UserDataComponentName="v_tmsLineDetailTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="deiniuWMSConnectionString (Settings)" DbObjectName="deiniuWMS.dbo.v_tmsLineDetail" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT id, lineId, custId, operater, lastmodified, createtime, dr, custName, name, description, flag, lineOrder, Address, locationId FROM dbo.v_tmsLineDetail</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="id" DataSetColumn="id" />
|
|
<Mapping SourceColumn="lineId" DataSetColumn="lineId" />
|
|
<Mapping SourceColumn="custId" DataSetColumn="custId" />
|
|
<Mapping SourceColumn="operater" DataSetColumn="operater" />
|
|
<Mapping SourceColumn="lastmodified" DataSetColumn="lastmodified" />
|
|
<Mapping SourceColumn="createtime" DataSetColumn="createtime" />
|
|
<Mapping SourceColumn="dr" DataSetColumn="dr" />
|
|
<Mapping SourceColumn="custName" DataSetColumn="custName" />
|
|
<Mapping SourceColumn="name" DataSetColumn="name" />
|
|
<Mapping SourceColumn="description" DataSetColumn="description" />
|
|
<Mapping SourceColumn="flag" DataSetColumn="flag" />
|
|
<Mapping SourceColumn="lineOrder" DataSetColumn="lineOrder" />
|
|
<Mapping SourceColumn="Address" DataSetColumn="Address" />
|
|
<Mapping SourceColumn="locationId" DataSetColumn="locationId" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="v_tmsPickRequestTableAdapter" GeneratorDataComponentClassName="v_tmsPickRequestTableAdapter" Name="v_tmsPickRequest" UserDataComponentName="v_tmsPickRequestTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="deiniuWMSConnectionString (Settings)" DbObjectName="deiniuWMS.dbo.v_tmsPickRequest" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT id, transNo, pickOrderNo, waveOrder, orderType, orderTypeName, customerId, customerName, custAddress, desk, boxCnt, bulkCnt, volume, weight, state, bulkPickState, batchPickState, orderDate, description, pickedBye, pickedTime, checkedby, checkedTime, waveStart, waveEnd, priority, operater, dr, createtime, lastmodified, lineId, lineOrder, lineName, lineDesc, sumVol, sumWeight, bulkBox, bulkBag, tranLocationId, phone1 FROM dbo.v_tmsPickRequest</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="id" DataSetColumn="id" />
|
|
<Mapping SourceColumn="transNo" DataSetColumn="transNo" />
|
|
<Mapping SourceColumn="pickOrderNo" DataSetColumn="pickOrderNo" />
|
|
<Mapping SourceColumn="waveOrder" DataSetColumn="waveOrder" />
|
|
<Mapping SourceColumn="orderType" DataSetColumn="orderType" />
|
|
<Mapping SourceColumn="orderTypeName" DataSetColumn="orderTypeName" />
|
|
<Mapping SourceColumn="customerId" DataSetColumn="customerId" />
|
|
<Mapping SourceColumn="customerName" DataSetColumn="customerName" />
|
|
<Mapping SourceColumn="custAddress" DataSetColumn="custAddress" />
|
|
<Mapping SourceColumn="desk" DataSetColumn="desk" />
|
|
<Mapping SourceColumn="boxCnt" DataSetColumn="boxCnt" />
|
|
<Mapping SourceColumn="bulkCnt" DataSetColumn="bulkCnt" />
|
|
<Mapping SourceColumn="volume" DataSetColumn="volume" />
|
|
<Mapping SourceColumn="weight" DataSetColumn="weight" />
|
|
<Mapping SourceColumn="state" DataSetColumn="state" />
|
|
<Mapping SourceColumn="bulkPickState" DataSetColumn="bulkPickState" />
|
|
<Mapping SourceColumn="batchPickState" DataSetColumn="batchPickState" />
|
|
<Mapping SourceColumn="orderDate" DataSetColumn="orderDate" />
|
|
<Mapping SourceColumn="description" DataSetColumn="description" />
|
|
<Mapping SourceColumn="pickedBye" DataSetColumn="pickedBye" />
|
|
<Mapping SourceColumn="pickedTime" DataSetColumn="pickedTime" />
|
|
<Mapping SourceColumn="checkedby" DataSetColumn="checkedby" />
|
|
<Mapping SourceColumn="checkedTime" DataSetColumn="checkedTime" />
|
|
<Mapping SourceColumn="waveStart" DataSetColumn="waveStart" />
|
|
<Mapping SourceColumn="waveEnd" DataSetColumn="waveEnd" />
|
|
<Mapping SourceColumn="priority" DataSetColumn="priority" />
|
|
<Mapping SourceColumn="operater" DataSetColumn="operater" />
|
|
<Mapping SourceColumn="dr" DataSetColumn="dr" />
|
|
<Mapping SourceColumn="createtime" DataSetColumn="createtime" />
|
|
<Mapping SourceColumn="lastmodified" DataSetColumn="lastmodified" />
|
|
<Mapping SourceColumn="lineId" DataSetColumn="lineId" />
|
|
<Mapping SourceColumn="lineOrder" DataSetColumn="lineOrder" />
|
|
<Mapping SourceColumn="lineName" DataSetColumn="lineName" />
|
|
<Mapping SourceColumn="lineDesc" DataSetColumn="lineDesc" />
|
|
<Mapping SourceColumn="sumVol" DataSetColumn="sumVol" />
|
|
<Mapping SourceColumn="sumWeight" DataSetColumn="sumWeight" />
|
|
<Mapping SourceColumn="bulkBox" DataSetColumn="bulkBox" />
|
|
<Mapping SourceColumn="bulkBag" DataSetColumn="bulkBag" />
|
|
<Mapping SourceColumn="tranLocationId" DataSetColumn="tranLocationId" />
|
|
<Mapping SourceColumn="phone1" DataSetColumn="phone1" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="v_tmsPickRequestBatchDetailTableAdapter" GeneratorDataComponentClassName="v_tmsPickRequestBatchDetailTableAdapter" Name="v_tmsPickRequestBatchDetail" UserDataComponentName="v_tmsPickRequestBatchDetailTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="deiniuWMSConnectionString (Settings)" DbObjectName="deiniuWMS.dbo.v_tmsPickRequestBatchDetail" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT transNo, pickOrderNo, tranLocationId, batchPickState, goodsName, manufacturer, batch, boxCnt, chang, kuan, gao, weight, goodsId, unit, bigCount, count FROM dbo.v_tmsPickRequestBatchDetail</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="transNo" DataSetColumn="transNo" />
|
|
<Mapping SourceColumn="pickOrderNo" DataSetColumn="pickOrderNo" />
|
|
<Mapping SourceColumn="tranLocationId" DataSetColumn="tranLocationId" />
|
|
<Mapping SourceColumn="batchPickState" DataSetColumn="batchPickState" />
|
|
<Mapping SourceColumn="goodsName" DataSetColumn="goodsName" />
|
|
<Mapping SourceColumn="manufacturer" DataSetColumn="manufacturer" />
|
|
<Mapping SourceColumn="batch" DataSetColumn="batch" />
|
|
<Mapping SourceColumn="boxCnt" DataSetColumn="boxCnt" />
|
|
<Mapping SourceColumn="chang" DataSetColumn="chang" />
|
|
<Mapping SourceColumn="kuan" DataSetColumn="kuan" />
|
|
<Mapping SourceColumn="gao" DataSetColumn="gao" />
|
|
<Mapping SourceColumn="weight" DataSetColumn="weight" />
|
|
<Mapping SourceColumn="goodsId" DataSetColumn="goodsId" />
|
|
<Mapping SourceColumn="unit" DataSetColumn="unit" />
|
|
<Mapping SourceColumn="bigCount" DataSetColumn="bigCount" />
|
|
<Mapping SourceColumn="count" DataSetColumn="count" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="v_tmsPickRequestBatchSumTableAdapter" GeneratorDataComponentClassName="v_tmsPickRequestBatchSumTableAdapter" Name="v_tmsPickRequestBatchSum" UserDataComponentName="v_tmsPickRequestBatchSumTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="deiniuWMSConnectionString (Settings)" DbObjectName="deiniuWMS.dbo.v_tmsPickRequestBatchSum" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT transNo, pickOrderNo, tranLocationId, batchPickState, goodsId, goodsName, manufacturer, batch, chang, kuan, gao, weight, count, boxCnt, unit, bigCount, volType FROM dbo.v_tmsPickRequestBatchSum</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="transNo" DataSetColumn="transNo" />
|
|
<Mapping SourceColumn="pickOrderNo" DataSetColumn="pickOrderNo" />
|
|
<Mapping SourceColumn="tranLocationId" DataSetColumn="tranLocationId" />
|
|
<Mapping SourceColumn="batchPickState" DataSetColumn="batchPickState" />
|
|
<Mapping SourceColumn="goodsId" DataSetColumn="goodsId" />
|
|
<Mapping SourceColumn="goodsName" DataSetColumn="goodsName" />
|
|
<Mapping SourceColumn="manufacturer" DataSetColumn="manufacturer" />
|
|
<Mapping SourceColumn="batch" DataSetColumn="batch" />
|
|
<Mapping SourceColumn="chang" DataSetColumn="chang" />
|
|
<Mapping SourceColumn="kuan" DataSetColumn="kuan" />
|
|
<Mapping SourceColumn="gao" DataSetColumn="gao" />
|
|
<Mapping SourceColumn="weight" DataSetColumn="weight" />
|
|
<Mapping SourceColumn="count" DataSetColumn="count" />
|
|
<Mapping SourceColumn="boxCnt" DataSetColumn="boxCnt" />
|
|
<Mapping SourceColumn="unit" DataSetColumn="unit" />
|
|
<Mapping SourceColumn="bigCount" DataSetColumn="bigCount" />
|
|
<Mapping SourceColumn="volType" DataSetColumn="volType" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="v_tmsPickRequestBulksTableAdapter" GeneratorDataComponentClassName="v_tmsPickRequestBulksTableAdapter" Name="v_tmsPickRequestBulks" UserDataComponentName="v_tmsPickRequestBulksTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="deiniuWMSConnectionString (Settings)" DbObjectName="deiniuWMS.dbo.v_tmsPickRequestBulks" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT id, transNo, customerId, pickOrderNo, locationId, volType, count, state, customerName, custAddress, operater, phone1, lineName, lineOrder, bulkBag, bulkBox, bulkCnt, boxCnt FROM dbo.v_tmsPickRequestBulks</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="id" DataSetColumn="id" />
|
|
<Mapping SourceColumn="transNo" DataSetColumn="transNo" />
|
|
<Mapping SourceColumn="customerId" DataSetColumn="customerId" />
|
|
<Mapping SourceColumn="pickOrderNo" DataSetColumn="pickOrderNo" />
|
|
<Mapping SourceColumn="locationId" DataSetColumn="locationId" />
|
|
<Mapping SourceColumn="volType" DataSetColumn="volType" />
|
|
<Mapping SourceColumn="count" DataSetColumn="count" />
|
|
<Mapping SourceColumn="state" DataSetColumn="state" />
|
|
<Mapping SourceColumn="customerName" DataSetColumn="customerName" />
|
|
<Mapping SourceColumn="custAddress" DataSetColumn="custAddress" />
|
|
<Mapping SourceColumn="operater" DataSetColumn="operater" />
|
|
<Mapping SourceColumn="phone1" DataSetColumn="phone1" />
|
|
<Mapping SourceColumn="lineName" DataSetColumn="lineName" />
|
|
<Mapping SourceColumn="lineOrder" DataSetColumn="lineOrder" />
|
|
<Mapping SourceColumn="bulkBag" DataSetColumn="bulkBag" />
|
|
<Mapping SourceColumn="bulkBox" DataSetColumn="bulkBox" />
|
|
<Mapping SourceColumn="bulkCnt" DataSetColumn="bulkCnt" />
|
|
<Mapping SourceColumn="boxCnt" DataSetColumn="boxCnt" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="v_tmsPickRequestBulks_2delTableAdapter" GeneratorDataComponentClassName="v_tmsPickRequestBulks_2delTableAdapter" Name="v_tmsPickRequestBulks_2del" UserDataComponentName="v_tmsPickRequestBulks_2delTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="deiniuWMSConnectionString (Settings)" DbObjectName="deiniuWMS.dbo.v_tmsPickRequestBulks_2del" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT id, transNo, customerId, pickOrderNo, locationId, volType, count, state, customerName, custAddress, operater FROM dbo.v_tmsPickRequestBulks_2del</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="id" DataSetColumn="id" />
|
|
<Mapping SourceColumn="transNo" DataSetColumn="transNo" />
|
|
<Mapping SourceColumn="customerId" DataSetColumn="customerId" />
|
|
<Mapping SourceColumn="pickOrderNo" DataSetColumn="pickOrderNo" />
|
|
<Mapping SourceColumn="locationId" DataSetColumn="locationId" />
|
|
<Mapping SourceColumn="volType" DataSetColumn="volType" />
|
|
<Mapping SourceColumn="count" DataSetColumn="count" />
|
|
<Mapping SourceColumn="state" DataSetColumn="state" />
|
|
<Mapping SourceColumn="customerName" DataSetColumn="customerName" />
|
|
<Mapping SourceColumn="custAddress" DataSetColumn="custAddress" />
|
|
<Mapping SourceColumn="operater" DataSetColumn="operater" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="v_tmsTranReqestTableAdapter" GeneratorDataComponentClassName="v_tmsTranReqestTableAdapter" Name="v_tmsTranReqest" UserDataComponentName="v_tmsTranReqestTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="deiniuWMSConnectionString (Settings)" DbObjectName="deiniuWMS.dbo.v_tmsTranReqest" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT id, transNo, lineId, tranType, viechleNo, contact, driver, phone, state, description, thirdPart, operater, lastmodified, createtime, dr, lineName, volumeName, loadName, airConditionName, thirdPartName, sumVol, sumWeight, boxCnt, bulkBox, bulkBag FROM dbo.v_tmsTranReqest</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="id" DataSetColumn="id" />
|
|
<Mapping SourceColumn="transNo" DataSetColumn="transNo" />
|
|
<Mapping SourceColumn="lineId" DataSetColumn="lineId" />
|
|
<Mapping SourceColumn="tranType" DataSetColumn="tranType" />
|
|
<Mapping SourceColumn="viechleNo" DataSetColumn="viechleNo" />
|
|
<Mapping SourceColumn="contact" DataSetColumn="contact" />
|
|
<Mapping SourceColumn="driver" DataSetColumn="driver" />
|
|
<Mapping SourceColumn="phone" DataSetColumn="phone" />
|
|
<Mapping SourceColumn="state" DataSetColumn="state" />
|
|
<Mapping SourceColumn="description" DataSetColumn="description" />
|
|
<Mapping SourceColumn="thirdPart" DataSetColumn="thirdPart" />
|
|
<Mapping SourceColumn="operater" DataSetColumn="operater" />
|
|
<Mapping SourceColumn="lastmodified" DataSetColumn="lastmodified" />
|
|
<Mapping SourceColumn="createtime" DataSetColumn="createtime" />
|
|
<Mapping SourceColumn="dr" DataSetColumn="dr" />
|
|
<Mapping SourceColumn="lineName" DataSetColumn="lineName" />
|
|
<Mapping SourceColumn="volumeName" DataSetColumn="volumeName" />
|
|
<Mapping SourceColumn="loadName" DataSetColumn="loadName" />
|
|
<Mapping SourceColumn="airConditionName" DataSetColumn="airConditionName" />
|
|
<Mapping SourceColumn="thirdPartName" DataSetColumn="thirdPartName" />
|
|
<Mapping SourceColumn="sumVol" DataSetColumn="sumVol" />
|
|
<Mapping SourceColumn="sumWeight" DataSetColumn="sumWeight" />
|
|
<Mapping SourceColumn="boxCnt" DataSetColumn="boxCnt" />
|
|
<Mapping SourceColumn="bulkBox" DataSetColumn="bulkBox" />
|
|
<Mapping SourceColumn="bulkBag" DataSetColumn="bulkBag" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="v_tmsTranRequest4WinceTableAdapter" GeneratorDataComponentClassName="v_tmsTranRequest4WinceTableAdapter" Name="v_tmsTranRequest4Wince" UserDataComponentName="v_tmsTranRequest4WinceTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="deiniuWMSConnectionString (Settings)" DbObjectName="deiniuWMS.dbo.v_tmsTranRequest4Wince" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT 运单, 拼箱, 拼袋, 线路, 类型, 车牌, 联系人, 电话, 司机, 三方, 整箱, 总重, 体积, 温控, transNo, state FROM dbo.v_tmsTranRequest4Wince</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="运单" DataSetColumn="运单" />
|
|
<Mapping SourceColumn="拼箱" DataSetColumn="拼箱" />
|
|
<Mapping SourceColumn="拼袋" DataSetColumn="拼袋" />
|
|
<Mapping SourceColumn="线路" DataSetColumn="线路" />
|
|
<Mapping SourceColumn="类型" DataSetColumn="类型" />
|
|
<Mapping SourceColumn="车牌" DataSetColumn="车牌" />
|
|
<Mapping SourceColumn="联系人" DataSetColumn="联系人" />
|
|
<Mapping SourceColumn="电话" DataSetColumn="电话" />
|
|
<Mapping SourceColumn="司机" DataSetColumn="司机" />
|
|
<Mapping SourceColumn="三方" DataSetColumn="三方" />
|
|
<Mapping SourceColumn="整箱" DataSetColumn="整箱" />
|
|
<Mapping SourceColumn="总重" DataSetColumn="总重" />
|
|
<Mapping SourceColumn="体积" DataSetColumn="体积" />
|
|
<Mapping SourceColumn="温控" DataSetColumn="温控" />
|
|
<Mapping SourceColumn="transNo" DataSetColumn="transNo" />
|
|
<Mapping SourceColumn="state" DataSetColumn="state" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="v_tmsTranRequestBulks4winceTableAdapter" GeneratorDataComponentClassName="v_tmsTranRequestBulks4winceTableAdapter" Name="v_tmsTranRequestBulks4wince" UserDataComponentName="v_tmsTranRequestBulks4winceTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="deiniuWMSConnectionString (Settings)" DbObjectName="deiniuWMS.dbo.v_tmsTranRequestBulks4wince" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT id, 货位, 数量, 类型, 运单, 拣货单, 客户, 客户地址 FROM dbo.v_tmsTranRequestBulks4wince</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="id" DataSetColumn="id" />
|
|
<Mapping SourceColumn="货位" DataSetColumn="货位" />
|
|
<Mapping SourceColumn="数量" DataSetColumn="数量" />
|
|
<Mapping SourceColumn="类型" DataSetColumn="类型" />
|
|
<Mapping SourceColumn="运单" DataSetColumn="运单" />
|
|
<Mapping SourceColumn="拣货单" DataSetColumn="拣货单" />
|
|
<Mapping SourceColumn="客户" DataSetColumn="客户" />
|
|
<Mapping SourceColumn="客户地址" DataSetColumn="客户地址" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="v_tmsTranRequestDetail4winceTableAdapter" GeneratorDataComponentClassName="v_tmsTranRequestDetail4winceTableAdapter" Name="v_tmsTranRequestDetail4wince" UserDataComponentName="v_tmsTranRequestDetail4winceTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="deiniuWMSConnectionString (Settings)" DbObjectName="deiniuWMS.dbo.v_tmsTranRequestDetail4wince" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT id, 运单, 分拣单, 整箱, 拼箱, 拼袋, 体积, 重量, 客户, 客户地址, 状态, state FROM dbo.v_tmsTranRequestDetail4wince</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="id" DataSetColumn="id" />
|
|
<Mapping SourceColumn="运单" DataSetColumn="运单" />
|
|
<Mapping SourceColumn="分拣单" DataSetColumn="分拣单" />
|
|
<Mapping SourceColumn="整箱" DataSetColumn="整箱" />
|
|
<Mapping SourceColumn="拼箱" DataSetColumn="拼箱" />
|
|
<Mapping SourceColumn="拼袋" DataSetColumn="拼袋" />
|
|
<Mapping SourceColumn="体积" DataSetColumn="体积" />
|
|
<Mapping SourceColumn="重量" DataSetColumn="重量" />
|
|
<Mapping SourceColumn="客户" DataSetColumn="客户" />
|
|
<Mapping SourceColumn="客户地址" DataSetColumn="客户地址" />
|
|
<Mapping SourceColumn="状态" DataSetColumn="状态" />
|
|
<Mapping SourceColumn="state" DataSetColumn="state" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="v_tmsViechleTableAdapter" GeneratorDataComponentClassName="v_tmsViechleTableAdapter" Name="v_tmsViechle" UserDataComponentName="v_tmsViechleTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="deiniuWMSConnectionString (Settings)" DbObjectName="deiniuWMS.dbo.v_tmsViechle" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT volumeName, loadName, airConditionName, id, viechleId, volume, [load], airCondition, length, width, height, weight, owner, driver, state, transOrder, operater, lastmodified, createtime, dr, transState FROM dbo.v_tmsViechle</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="volumeName" DataSetColumn="volumeName" />
|
|
<Mapping SourceColumn="loadName" DataSetColumn="loadName" />
|
|
<Mapping SourceColumn="airConditionName" DataSetColumn="airConditionName" />
|
|
<Mapping SourceColumn="id" DataSetColumn="id" />
|
|
<Mapping SourceColumn="viechleId" DataSetColumn="viechleId" />
|
|
<Mapping SourceColumn="volume" DataSetColumn="volume" />
|
|
<Mapping SourceColumn="load" DataSetColumn="load" />
|
|
<Mapping SourceColumn="airCondition" DataSetColumn="airCondition" />
|
|
<Mapping SourceColumn="length" DataSetColumn="length" />
|
|
<Mapping SourceColumn="width" DataSetColumn="width" />
|
|
<Mapping SourceColumn="height" DataSetColumn="height" />
|
|
<Mapping SourceColumn="weight" DataSetColumn="weight" />
|
|
<Mapping SourceColumn="owner" DataSetColumn="owner" />
|
|
<Mapping SourceColumn="driver" DataSetColumn="driver" />
|
|
<Mapping SourceColumn="state" DataSetColumn="state" />
|
|
<Mapping SourceColumn="transOrder" DataSetColumn="transOrder" />
|
|
<Mapping SourceColumn="operater" DataSetColumn="operater" />
|
|
<Mapping SourceColumn="lastmodified" DataSetColumn="lastmodified" />
|
|
<Mapping SourceColumn="createtime" DataSetColumn="createtime" />
|
|
<Mapping SourceColumn="dr" DataSetColumn="dr" />
|
|
<Mapping SourceColumn="transState" DataSetColumn="transState" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="v_wmsGoodsTableAdapter" GeneratorDataComponentClassName="v_wmsGoodsTableAdapter" Name="v_wmsGoods" UserDataComponentName="v_wmsGoodsTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="deiniuWMSConnectionString (Settings)" DbObjectName="deiniuWMS.dbo.v_wmsGoods" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT ID, goodsId, goodsType, part, full_max, bulkMax, bulkMax1, batchMax1, batchMax2, batchMax3, batchMax4, length, width, height, validTermDays, repType, goodsTypeName, dr, createtime, lastmodified, operater, goodsName, manufacturer, spec, unit, regeditCode, middleCount, bigCount, address, station, erpWeight, drug_code, IsDouChk, BarCode, chang, kuan, gao, CurCycle, Isimport, type, pinYin, repTypeName, weight, wmsVol, erpVol FROM dbo.v_wmsGoods</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="ID" DataSetColumn="ID" />
|
|
<Mapping SourceColumn="goodsId" DataSetColumn="goodsId" />
|
|
<Mapping SourceColumn="goodsType" DataSetColumn="goodsType" />
|
|
<Mapping SourceColumn="part" DataSetColumn="part" />
|
|
<Mapping SourceColumn="full_max" DataSetColumn="full_max" />
|
|
<Mapping SourceColumn="bulkMax" DataSetColumn="bulkMax" />
|
|
<Mapping SourceColumn="bulkMax1" DataSetColumn="bulkMax1" />
|
|
<Mapping SourceColumn="batchMax1" DataSetColumn="batchMax1" />
|
|
<Mapping SourceColumn="batchMax2" DataSetColumn="batchMax2" />
|
|
<Mapping SourceColumn="batchMax3" DataSetColumn="batchMax3" />
|
|
<Mapping SourceColumn="batchMax4" DataSetColumn="batchMax4" />
|
|
<Mapping SourceColumn="length" DataSetColumn="length" />
|
|
<Mapping SourceColumn="width" DataSetColumn="width" />
|
|
<Mapping SourceColumn="height" DataSetColumn="height" />
|
|
<Mapping SourceColumn="validTermDays" DataSetColumn="validTermDays" />
|
|
<Mapping SourceColumn="repType" DataSetColumn="repType" />
|
|
<Mapping SourceColumn="goodsTypeName" DataSetColumn="goodsTypeName" />
|
|
<Mapping SourceColumn="dr" DataSetColumn="dr" />
|
|
<Mapping SourceColumn="createtime" DataSetColumn="createtime" />
|
|
<Mapping SourceColumn="lastmodified" DataSetColumn="lastmodified" />
|
|
<Mapping SourceColumn="operater" DataSetColumn="operater" />
|
|
<Mapping SourceColumn="goodsName" DataSetColumn="goodsName" />
|
|
<Mapping SourceColumn="manufacturer" DataSetColumn="manufacturer" />
|
|
<Mapping SourceColumn="spec" DataSetColumn="spec" />
|
|
<Mapping SourceColumn="unit" DataSetColumn="unit" />
|
|
<Mapping SourceColumn="regeditCode" DataSetColumn="regeditCode" />
|
|
<Mapping SourceColumn="middleCount" DataSetColumn="middleCount" />
|
|
<Mapping SourceColumn="bigCount" DataSetColumn="bigCount" />
|
|
<Mapping SourceColumn="address" DataSetColumn="address" />
|
|
<Mapping SourceColumn="station" DataSetColumn="station" />
|
|
<Mapping SourceColumn="erpWeight" DataSetColumn="erpWeight" />
|
|
<Mapping SourceColumn="drug_code" DataSetColumn="drug_code" />
|
|
<Mapping SourceColumn="IsDouChk" DataSetColumn="IsDouChk" />
|
|
<Mapping SourceColumn="BarCode" DataSetColumn="BarCode" />
|
|
<Mapping SourceColumn="chang" DataSetColumn="chang" />
|
|
<Mapping SourceColumn="kuan" DataSetColumn="kuan" />
|
|
<Mapping SourceColumn="gao" DataSetColumn="gao" />
|
|
<Mapping SourceColumn="CurCycle" DataSetColumn="CurCycle" />
|
|
<Mapping SourceColumn="Isimport" DataSetColumn="Isimport" />
|
|
<Mapping SourceColumn="type" DataSetColumn="type" />
|
|
<Mapping SourceColumn="pinYin" DataSetColumn="pinYin" />
|
|
<Mapping SourceColumn="repTypeName" DataSetColumn="repTypeName" />
|
|
<Mapping SourceColumn="weight" DataSetColumn="weight" />
|
|
<Mapping SourceColumn="wmsVol" DataSetColumn="wmsVol" />
|
|
<Mapping SourceColumn="erpVol" DataSetColumn="erpVol" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="v_wmsStockByGoodsBatchTableAdapter" GeneratorDataComponentClassName="v_wmsStockByGoodsBatchTableAdapter" Name="v_wmsStockByGoodsBatch" UserDataComponentName="v_wmsStockByGoodsBatchTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="deiniuWMSConnectionString (Settings)" DbObjectName="deiniuWMS.dbo.v_wmsStockByGoodsBatch" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT goodsId, batch, avcount, productDate, validDate, pinYin FROM dbo.v_wmsStockByGoodsBatch</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="goodsId" DataSetColumn="goodsId" />
|
|
<Mapping SourceColumn="batch" DataSetColumn="batch" />
|
|
<Mapping SourceColumn="avcount" DataSetColumn="avcount" />
|
|
<Mapping SourceColumn="productDate" DataSetColumn="productDate" />
|
|
<Mapping SourceColumn="validDate" DataSetColumn="validDate" />
|
|
<Mapping SourceColumn="pinYin" DataSetColumn="pinYin" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="v_wmsStockByGoodsBatchExtTableAdapter" GeneratorDataComponentClassName="v_wmsStockByGoodsBatchExtTableAdapter" Name="v_wmsStockByGoodsBatchExt" UserDataComponentName="v_wmsStockByGoodsBatchExtTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="deiniuWMSConnectionString (Settings)" DbObjectName="deiniuWMS.dbo.v_wmsStockByGoodsBatchExt" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT goodsName, goodsId, batch, avcount, boxcnt, productDate, validDate, manufacturer, pinYin FROM dbo.v_wmsStockByGoodsBatchExt</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="goodsName" DataSetColumn="goodsName" />
|
|
<Mapping SourceColumn="goodsId" DataSetColumn="goodsId" />
|
|
<Mapping SourceColumn="batch" DataSetColumn="batch" />
|
|
<Mapping SourceColumn="avcount" DataSetColumn="avcount" />
|
|
<Mapping SourceColumn="boxcnt" DataSetColumn="boxcnt" />
|
|
<Mapping SourceColumn="productDate" DataSetColumn="productDate" />
|
|
<Mapping SourceColumn="validDate" DataSetColumn="validDate" />
|
|
<Mapping SourceColumn="manufacturer" DataSetColumn="manufacturer" />
|
|
<Mapping SourceColumn="pinYin" DataSetColumn="pinYin" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="v_wmsStockVSerpTableAdapter" GeneratorDataComponentClassName="v_wmsStockVSerpTableAdapter" Name="v_wmsStockVSerp" UserDataComponentName="v_wmsStockVSerpTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="deiniuWMSConnectionString (Settings)" DbObjectName="deiniuWMS.dbo.v_wmsStockVSerp" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="false">
|
|
<CommandText>SELECT goodsName, goodsId, batch, avcount, boxcnt, productDate, validDate, manufacturer, pinYin, erpCount, erpBoxcnt, flag FROM dbo.v_wmsStockVSerp</CommandText>
|
|
<Parameters />
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="goodsName" DataSetColumn="goodsName" />
|
|
<Mapping SourceColumn="goodsId" DataSetColumn="goodsId" />
|
|
<Mapping SourceColumn="batch" DataSetColumn="batch" />
|
|
<Mapping SourceColumn="avcount" DataSetColumn="avcount" />
|
|
<Mapping SourceColumn="boxcnt" DataSetColumn="boxcnt" />
|
|
<Mapping SourceColumn="productDate" DataSetColumn="productDate" />
|
|
<Mapping SourceColumn="validDate" DataSetColumn="validDate" />
|
|
<Mapping SourceColumn="manufacturer" DataSetColumn="manufacturer" />
|
|
<Mapping SourceColumn="pinYin" DataSetColumn="pinYin" />
|
|
<Mapping SourceColumn="erpCount" DataSetColumn="erpCount" />
|
|
<Mapping SourceColumn="erpBoxcnt" DataSetColumn="erpBoxcnt" />
|
|
<Mapping SourceColumn="flag" DataSetColumn="flag" />
|
|
</Mappings>
|
|
<Sources />
|
|
</TableAdapter>
|
|
</Tables>
|
|
<Sources />
|
|
</DataSource>
|
|
</xs:appinfo>
|
|
</xs:annotation>
|
|
<xs:element name="deiniuWMSDataSet" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:EnableTableAdapterManager="True" msprop:Generator_DataSetName="deiniuWMSDataSet" msprop:Generator_UserDSName="deiniuWMSDataSet">
|
|
<xs:complexType>
|
|
<xs:choice minOccurs="0" maxOccurs="unbounded">
|
|
<xs:element name="t_tmsLineDetail" msprop:Generator_TableClassName="t_tmsLineDetailDataTable" msprop:Generator_TableVarName="tablet_tmsLineDetail" msprop:Generator_TablePropName="t_tmsLineDetail" msprop:Generator_RowDeletingName="t_tmsLineDetailRowDeleting" msprop:Generator_RowChangingName="t_tmsLineDetailRowChanging" msprop:Generator_RowEvHandlerName="t_tmsLineDetailRowChangeEventHandler" msprop:Generator_RowDeletedName="t_tmsLineDetailRowDeleted" msprop:Generator_UserTableName="t_tmsLineDetail" msprop:Generator_RowChangedName="t_tmsLineDetailRowChanged" msprop:Generator_RowEvArgName="t_tmsLineDetailRowChangeEvent" msprop:Generator_RowClassName="t_tmsLineDetailRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="id" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnid" msprop:Generator_ColumnPropNameInRow="id" msprop:Generator_ColumnPropNameInTable="idColumn" msprop:Generator_UserColumnName="id" type="xs:int" />
|
|
<xs:element name="lineId" msprop:Generator_ColumnVarNameInTable="columnlineId" msprop:Generator_ColumnPropNameInRow="lineId" msprop:Generator_ColumnPropNameInTable="lineIdColumn" msprop:Generator_UserColumnName="lineId" type="xs:int" />
|
|
<xs:element name="custId" msprop:Generator_ColumnVarNameInTable="columncustId" msprop:Generator_ColumnPropNameInRow="custId" msprop:Generator_ColumnPropNameInTable="custIdColumn" msprop:Generator_UserColumnName="custId">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="lineOrder" msprop:Generator_ColumnVarNameInTable="columnlineOrder" msprop:Generator_ColumnPropNameInRow="lineOrder" msprop:Generator_ColumnPropNameInTable="lineOrderColumn" msprop:Generator_UserColumnName="lineOrder" type="xs:int" />
|
|
<xs:element name="operater" msprop:Generator_ColumnVarNameInTable="columnoperater" msprop:Generator_ColumnPropNameInRow="operater" msprop:Generator_ColumnPropNameInTable="operaterColumn" msprop:Generator_UserColumnName="operater" type="xs:int" minOccurs="0" />
|
|
<xs:element name="lastmodified" msprop:Generator_ColumnVarNameInTable="columnlastmodified" msprop:Generator_ColumnPropNameInRow="lastmodified" msprop:Generator_ColumnPropNameInTable="lastmodifiedColumn" msprop:Generator_UserColumnName="lastmodified" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="createtime" msprop:Generator_ColumnVarNameInTable="columncreatetime" msprop:Generator_ColumnPropNameInRow="createtime" msprop:Generator_ColumnPropNameInTable="createtimeColumn" msprop:Generator_UserColumnName="createtime" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="dr" msprop:Generator_ColumnVarNameInTable="columndr" msprop:Generator_ColumnPropNameInRow="dr" msprop:Generator_ColumnPropNameInTable="drColumn" msprop:Generator_UserColumnName="dr" type="xs:boolean" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="t_tmsStock" msprop:Generator_TableClassName="t_tmsStockDataTable" msprop:Generator_TableVarName="tablet_tmsStock" msprop:Generator_TablePropName="t_tmsStock" msprop:Generator_RowDeletingName="t_tmsStockRowDeleting" msprop:Generator_RowChangingName="t_tmsStockRowChanging" msprop:Generator_RowEvHandlerName="t_tmsStockRowChangeEventHandler" msprop:Generator_RowDeletedName="t_tmsStockRowDeleted" msprop:Generator_UserTableName="t_tmsStock" msprop:Generator_RowChangedName="t_tmsStockRowChanged" msprop:Generator_RowEvArgName="t_tmsStockRowChangeEvent" msprop:Generator_RowClassName="t_tmsStockRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="id" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnid" msprop:Generator_ColumnPropNameInRow="id" msprop:Generator_ColumnPropNameInTable="idColumn" msprop:Generator_UserColumnName="id" type="xs:int" />
|
|
<xs:element name="locationId" msprop:Generator_ColumnVarNameInTable="columnlocationId" msprop:Generator_ColumnPropNameInRow="locationId" msprop:Generator_ColumnPropNameInTable="locationIdColumn" msprop:Generator_UserColumnName="locationId">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="pickOrderNo" msprop:Generator_ColumnVarNameInTable="columnpickOrderNo" msprop:Generator_ColumnPropNameInRow="pickOrderNo" msprop:Generator_ColumnPropNameInTable="pickOrderNoColumn" msprop:Generator_UserColumnName="pickOrderNo">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="count" msprop:Generator_ColumnVarNameInTable="columncount" msprop:Generator_ColumnPropNameInRow="count" msprop:Generator_ColumnPropNameInTable="countColumn" msprop:Generator_UserColumnName="count" type="xs:int" />
|
|
<xs:element name="state" msprop:Generator_ColumnVarNameInTable="columnstate" msprop:Generator_ColumnPropNameInRow="state" msprop:Generator_ColumnPropNameInTable="stateColumn" msprop:Generator_UserColumnName="state" type="xs:int" />
|
|
<xs:element name="operater" msprop:Generator_ColumnVarNameInTable="columnoperater" msprop:Generator_ColumnPropNameInRow="operater" msprop:Generator_ColumnPropNameInTable="operaterColumn" msprop:Generator_UserColumnName="operater" type="xs:int" minOccurs="0" />
|
|
<xs:element name="lastmodified" msprop:Generator_ColumnVarNameInTable="columnlastmodified" msprop:Generator_ColumnPropNameInRow="lastmodified" msprop:Generator_ColumnPropNameInTable="lastmodifiedColumn" msprop:Generator_UserColumnName="lastmodified" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="createtime" msprop:Generator_ColumnVarNameInTable="columncreatetime" msprop:Generator_ColumnPropNameInRow="createtime" msprop:Generator_ColumnPropNameInTable="createtimeColumn" msprop:Generator_UserColumnName="createtime" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="dr" msprop:Generator_ColumnVarNameInTable="columndr" msprop:Generator_ColumnPropNameInRow="dr" msprop:Generator_ColumnPropNameInTable="drColumn" msprop:Generator_UserColumnName="dr" type="xs:boolean" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="t_tmsTranRequest" msprop:Generator_TableClassName="t_tmsTranRequestDataTable" msprop:Generator_TableVarName="tablet_tmsTranRequest" msprop:Generator_TablePropName="t_tmsTranRequest" msprop:Generator_RowDeletingName="t_tmsTranRequestRowDeleting" msprop:Generator_RowChangingName="t_tmsTranRequestRowChanging" msprop:Generator_RowEvHandlerName="t_tmsTranRequestRowChangeEventHandler" msprop:Generator_RowDeletedName="t_tmsTranRequestRowDeleted" msprop:Generator_UserTableName="t_tmsTranRequest" msprop:Generator_RowChangedName="t_tmsTranRequestRowChanged" msprop:Generator_RowEvArgName="t_tmsTranRequestRowChangeEvent" msprop:Generator_RowClassName="t_tmsTranRequestRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="id" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnid" msprop:Generator_ColumnPropNameInRow="id" msprop:Generator_ColumnPropNameInTable="idColumn" msprop:Generator_UserColumnName="id" type="xs:int" />
|
|
<xs:element name="transNo" msprop:Generator_ColumnVarNameInTable="columntransNo" msprop:Generator_ColumnPropNameInRow="transNo" msprop:Generator_ColumnPropNameInTable="transNoColumn" msprop:Generator_UserColumnName="transNo">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="lineId" msprop:Generator_ColumnVarNameInTable="columnlineId" msprop:Generator_ColumnPropNameInRow="lineId" msprop:Generator_ColumnPropNameInTable="lineIdColumn" msprop:Generator_UserColumnName="lineId" type="xs:int" minOccurs="0" />
|
|
<xs:element name="tranType" msprop:Generator_ColumnVarNameInTable="columntranType" msprop:Generator_ColumnPropNameInRow="tranType" msprop:Generator_ColumnPropNameInTable="tranTypeColumn" msprop:Generator_UserColumnName="tranType" type="xs:int" />
|
|
<xs:element name="viechleNo" msprop:Generator_ColumnVarNameInTable="columnviechleNo" msprop:Generator_ColumnPropNameInRow="viechleNo" msprop:Generator_ColumnPropNameInTable="viechleNoColumn" msprop:Generator_UserColumnName="viechleNo" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="contact" msprop:Generator_ColumnVarNameInTable="columncontact" msprop:Generator_ColumnPropNameInRow="contact" msprop:Generator_ColumnPropNameInTable="contactColumn" msprop:Generator_UserColumnName="contact" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="driver" msprop:Generator_ColumnVarNameInTable="columndriver" msprop:Generator_ColumnPropNameInRow="driver" msprop:Generator_ColumnPropNameInTable="driverColumn" msprop:Generator_UserColumnName="driver" type="xs:int" minOccurs="0" />
|
|
<xs:element name="phone" msprop:Generator_ColumnVarNameInTable="columnphone" msprop:Generator_ColumnPropNameInRow="phone" msprop:Generator_ColumnPropNameInTable="phoneColumn" msprop:Generator_UserColumnName="phone" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="state" msprop:Generator_ColumnVarNameInTable="columnstate" msprop:Generator_ColumnPropNameInRow="state" msprop:Generator_ColumnPropNameInTable="stateColumn" msprop:Generator_UserColumnName="state" type="xs:int" />
|
|
<xs:element name="description" msprop:Generator_ColumnVarNameInTable="columndescription" msprop:Generator_ColumnPropNameInRow="description" msprop:Generator_ColumnPropNameInTable="descriptionColumn" msprop:Generator_UserColumnName="description" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="thirdPart" msprop:Generator_ColumnVarNameInTable="columnthirdPart" msprop:Generator_ColumnPropNameInRow="thirdPart" msprop:Generator_ColumnPropNameInTable="thirdPartColumn" msprop:Generator_UserColumnName="thirdPart" type="xs:int" minOccurs="0" />
|
|
<xs:element name="sumVol" msprop:Generator_ColumnVarNameInTable="columnsumVol" msprop:Generator_ColumnPropNameInRow="sumVol" msprop:Generator_ColumnPropNameInTable="sumVolColumn" msprop:Generator_UserColumnName="sumVol" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="sumWeight" msprop:Generator_ColumnVarNameInTable="columnsumWeight" msprop:Generator_ColumnPropNameInRow="sumWeight" msprop:Generator_ColumnPropNameInTable="sumWeightColumn" msprop:Generator_UserColumnName="sumWeight" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="boxCnt" msprop:Generator_ColumnVarNameInTable="columnboxCnt" msprop:Generator_ColumnPropNameInRow="boxCnt" msprop:Generator_ColumnPropNameInTable="boxCntColumn" msprop:Generator_UserColumnName="boxCnt" type="xs:int" minOccurs="0" />
|
|
<xs:element name="bulkBox" msprop:Generator_ColumnVarNameInTable="columnbulkBox" msprop:Generator_ColumnPropNameInRow="bulkBox" msprop:Generator_ColumnPropNameInTable="bulkBoxColumn" msprop:Generator_UserColumnName="bulkBox" type="xs:int" minOccurs="0" />
|
|
<xs:element name="bulkBag" msprop:Generator_ColumnVarNameInTable="columnbulkBag" msprop:Generator_ColumnPropNameInRow="bulkBag" msprop:Generator_ColumnPropNameInTable="bulkBagColumn" msprop:Generator_UserColumnName="bulkBag" type="xs:int" minOccurs="0" />
|
|
<xs:element name="operater" msprop:Generator_ColumnVarNameInTable="columnoperater" msprop:Generator_ColumnPropNameInRow="operater" msprop:Generator_ColumnPropNameInTable="operaterColumn" msprop:Generator_UserColumnName="operater" type="xs:int" minOccurs="0" />
|
|
<xs:element name="lastmodified" msprop:Generator_ColumnVarNameInTable="columnlastmodified" msprop:Generator_ColumnPropNameInRow="lastmodified" msprop:Generator_ColumnPropNameInTable="lastmodifiedColumn" msprop:Generator_UserColumnName="lastmodified" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="createtime" msprop:Generator_ColumnVarNameInTable="columncreatetime" msprop:Generator_ColumnPropNameInRow="createtime" msprop:Generator_ColumnPropNameInTable="createtimeColumn" msprop:Generator_UserColumnName="createtime" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="dr" msprop:Generator_ColumnVarNameInTable="columndr" msprop:Generator_ColumnPropNameInRow="dr" msprop:Generator_ColumnPropNameInTable="drColumn" msprop:Generator_UserColumnName="dr" type="xs:boolean" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="t_tmsTranRequestDetail" msprop:Generator_TableClassName="t_tmsTranRequestDetailDataTable" msprop:Generator_TableVarName="tablet_tmsTranRequestDetail" msprop:Generator_TablePropName="t_tmsTranRequestDetail" msprop:Generator_RowDeletingName="t_tmsTranRequestDetailRowDeleting" msprop:Generator_RowChangingName="t_tmsTranRequestDetailRowChanging" msprop:Generator_RowEvHandlerName="t_tmsTranRequestDetailRowChangeEventHandler" msprop:Generator_RowDeletedName="t_tmsTranRequestDetailRowDeleted" msprop:Generator_UserTableName="t_tmsTranRequestDetail" msprop:Generator_RowChangedName="t_tmsTranRequestDetailRowChanged" msprop:Generator_RowEvArgName="t_tmsTranRequestDetailRowChangeEvent" msprop:Generator_RowClassName="t_tmsTranRequestDetailRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="id" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnid" msprop:Generator_ColumnPropNameInRow="id" msprop:Generator_ColumnPropNameInTable="idColumn" msprop:Generator_UserColumnName="id" type="xs:int" />
|
|
<xs:element name="transNo" msprop:Generator_ColumnVarNameInTable="columntransNo" msprop:Generator_ColumnPropNameInRow="transNo" msprop:Generator_ColumnPropNameInTable="transNoColumn" msprop:Generator_UserColumnName="transNo">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="pickOrderNo" msprop:Generator_ColumnVarNameInTable="columnpickOrderNo" msprop:Generator_ColumnPropNameInRow="pickOrderNo" msprop:Generator_ColumnPropNameInTable="pickOrderNoColumn" msprop:Generator_UserColumnName="pickOrderNo">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="state" msprop:Generator_ColumnVarNameInTable="columnstate" msprop:Generator_ColumnPropNameInRow="state" msprop:Generator_ColumnPropNameInTable="stateColumn" msprop:Generator_UserColumnName="state" type="xs:int" />
|
|
<xs:element name="operater" msprop:Generator_ColumnVarNameInTable="columnoperater" msprop:Generator_ColumnPropNameInRow="operater" msprop:Generator_ColumnPropNameInTable="operaterColumn" msprop:Generator_UserColumnName="operater" type="xs:int" minOccurs="0" />
|
|
<xs:element name="lastmodified" msprop:Generator_ColumnVarNameInTable="columnlastmodified" msprop:Generator_ColumnPropNameInRow="lastmodified" msprop:Generator_ColumnPropNameInTable="lastmodifiedColumn" msprop:Generator_UserColumnName="lastmodified" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="createtime" msprop:Generator_ColumnVarNameInTable="columncreatetime" msprop:Generator_ColumnPropNameInRow="createtime" msprop:Generator_ColumnPropNameInTable="createtimeColumn" msprop:Generator_UserColumnName="createtime" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="dr" msprop:Generator_ColumnVarNameInTable="columndr" msprop:Generator_ColumnPropNameInRow="dr" msprop:Generator_ColumnPropNameInTable="drColumn" msprop:Generator_UserColumnName="dr" type="xs:boolean" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="t_tmsViechle" msprop:Generator_TableClassName="t_tmsViechleDataTable" msprop:Generator_TableVarName="tablet_tmsViechle" msprop:Generator_TablePropName="t_tmsViechle" msprop:Generator_RowDeletingName="t_tmsViechleRowDeleting" msprop:Generator_RowChangingName="t_tmsViechleRowChanging" msprop:Generator_RowEvHandlerName="t_tmsViechleRowChangeEventHandler" msprop:Generator_RowDeletedName="t_tmsViechleRowDeleted" msprop:Generator_UserTableName="t_tmsViechle" msprop:Generator_RowChangedName="t_tmsViechleRowChanged" msprop:Generator_RowEvArgName="t_tmsViechleRowChangeEvent" msprop:Generator_RowClassName="t_tmsViechleRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="id" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnid" msprop:Generator_ColumnPropNameInRow="id" msprop:Generator_ColumnPropNameInTable="idColumn" msprop:Generator_UserColumnName="id" type="xs:int" />
|
|
<xs:element name="viechleId" msprop:Generator_ColumnVarNameInTable="columnviechleId" msprop:Generator_ColumnPropNameInRow="viechleId" msprop:Generator_ColumnPropNameInTable="viechleIdColumn" msprop:Generator_UserColumnName="viechleId">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="volume" msprop:Generator_ColumnVarNameInTable="columnvolume" msprop:Generator_ColumnPropNameInRow="volume" msprop:Generator_ColumnPropNameInTable="volumeColumn" msprop:Generator_UserColumnName="volume" type="xs:int" minOccurs="0" />
|
|
<xs:element name="load" msprop:Generator_ColumnVarNameInTable="columnload" msprop:Generator_ColumnPropNameInRow="load" msprop:Generator_ColumnPropNameInTable="loadColumn" msprop:Generator_UserColumnName="load" type="xs:int" minOccurs="0" />
|
|
<xs:element name="airCondition" msprop:Generator_ColumnVarNameInTable="columnairCondition" msprop:Generator_ColumnPropNameInRow="airCondition" msprop:Generator_ColumnPropNameInTable="airConditionColumn" msprop:Generator_UserColumnName="airCondition" type="xs:int" minOccurs="0" />
|
|
<xs:element name="length" msprop:Generator_ColumnVarNameInTable="columnlength" msprop:Generator_ColumnPropNameInRow="length" msprop:Generator_ColumnPropNameInTable="lengthColumn" msprop:Generator_UserColumnName="length" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="width" msprop:Generator_ColumnVarNameInTable="columnwidth" msprop:Generator_ColumnPropNameInRow="width" msprop:Generator_ColumnPropNameInTable="widthColumn" msprop:Generator_UserColumnName="width" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="height" msprop:Generator_ColumnVarNameInTable="columnheight" msprop:Generator_ColumnPropNameInRow="height" msprop:Generator_ColumnPropNameInTable="heightColumn" msprop:Generator_UserColumnName="height" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="weight" msprop:Generator_ColumnVarNameInTable="columnweight" msprop:Generator_ColumnPropNameInRow="weight" msprop:Generator_ColumnPropNameInTable="weightColumn" msprop:Generator_UserColumnName="weight" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="owner" msprop:Generator_ColumnVarNameInTable="columnowner" msprop:Generator_ColumnPropNameInRow="owner" msprop:Generator_ColumnPropNameInTable="ownerColumn" msprop:Generator_UserColumnName="owner" type="xs:int" minOccurs="0" />
|
|
<xs:element name="driver" msprop:Generator_ColumnVarNameInTable="columndriver" msprop:Generator_ColumnPropNameInRow="driver" msprop:Generator_ColumnPropNameInTable="driverColumn" msprop:Generator_UserColumnName="driver" type="xs:int" minOccurs="0" />
|
|
<xs:element name="state" msprop:Generator_ColumnVarNameInTable="columnstate" msprop:Generator_ColumnPropNameInRow="state" msprop:Generator_ColumnPropNameInTable="stateColumn" msprop:Generator_UserColumnName="state" type="xs:int" minOccurs="0" />
|
|
<xs:element name="transOrder" msprop:Generator_ColumnVarNameInTable="columntransOrder" msprop:Generator_ColumnPropNameInRow="transOrder" msprop:Generator_ColumnPropNameInTable="transOrderColumn" msprop:Generator_UserColumnName="transOrder" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="transState" msprop:Generator_ColumnVarNameInTable="columntransState" msprop:Generator_ColumnPropNameInRow="transState" msprop:Generator_ColumnPropNameInTable="transStateColumn" msprop:Generator_UserColumnName="transState" type="xs:int" minOccurs="0" />
|
|
<xs:element name="operater" msprop:Generator_ColumnVarNameInTable="columnoperater" msprop:Generator_ColumnPropNameInRow="operater" msprop:Generator_ColumnPropNameInTable="operaterColumn" msprop:Generator_UserColumnName="operater" type="xs:int" minOccurs="0" />
|
|
<xs:element name="lastmodified" msprop:Generator_ColumnVarNameInTable="columnlastmodified" msprop:Generator_ColumnPropNameInRow="lastmodified" msprop:Generator_ColumnPropNameInTable="lastmodifiedColumn" msprop:Generator_UserColumnName="lastmodified" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="createtime" msprop:Generator_ColumnVarNameInTable="columncreatetime" msprop:Generator_ColumnPropNameInRow="createtime" msprop:Generator_ColumnPropNameInTable="createtimeColumn" msprop:Generator_UserColumnName="createtime" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="dr" msprop:Generator_ColumnVarNameInTable="columndr" msprop:Generator_ColumnPropNameInRow="dr" msprop:Generator_ColumnPropNameInTable="drColumn" msprop:Generator_UserColumnName="dr" type="xs:boolean" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="t_wmsDealLocation" msprop:Generator_TableClassName="t_wmsDealLocationDataTable" msprop:Generator_TableVarName="tablet_wmsDealLocation" msprop:Generator_TablePropName="t_wmsDealLocation" msprop:Generator_RowDeletingName="t_wmsDealLocationRowDeleting" msprop:Generator_RowChangingName="t_wmsDealLocationRowChanging" msprop:Generator_RowEvHandlerName="t_wmsDealLocationRowChangeEventHandler" msprop:Generator_RowDeletedName="t_wmsDealLocationRowDeleted" msprop:Generator_UserTableName="t_wmsDealLocation" msprop:Generator_RowChangedName="t_wmsDealLocationRowChanged" msprop:Generator_RowEvArgName="t_wmsDealLocationRowChangeEvent" msprop:Generator_RowClassName="t_wmsDealLocationRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="id" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnid" msprop:Generator_ColumnPropNameInRow="id" msprop:Generator_ColumnPropNameInTable="idColumn" msprop:Generator_UserColumnName="id" type="xs:int" />
|
|
<xs:element name="locationFrom" msprop:Generator_ColumnVarNameInTable="columnlocationFrom" msprop:Generator_ColumnPropNameInRow="locationFrom" msprop:Generator_ColumnPropNameInTable="locationFromColumn" msprop:Generator_UserColumnName="locationFrom" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="locationTo" msprop:Generator_ColumnVarNameInTable="columnlocationTo" msprop:Generator_ColumnPropNameInRow="locationTo" msprop:Generator_ColumnPropNameInTable="locationToColumn" msprop:Generator_UserColumnName="locationTo" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="goodsId" msprop:Generator_ColumnVarNameInTable="columngoodsId" msprop:Generator_ColumnPropNameInRow="goodsId" msprop:Generator_ColumnPropNameInTable="goodsIdColumn" msprop:Generator_UserColumnName="goodsId" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="batch" msprop:Generator_ColumnVarNameInTable="columnbatch" msprop:Generator_ColumnPropNameInRow="batch" msprop:Generator_ColumnPropNameInTable="batchColumn" msprop:Generator_UserColumnName="batch" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="productDate" msprop:Generator_ColumnVarNameInTable="columnproductDate" msprop:Generator_ColumnPropNameInRow="productDate" msprop:Generator_ColumnPropNameInTable="productDateColumn" msprop:Generator_UserColumnName="productDate" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="validDate" msprop:Generator_ColumnVarNameInTable="columnvalidDate" msprop:Generator_ColumnPropNameInRow="validDate" msprop:Generator_ColumnPropNameInTable="validDateColumn" msprop:Generator_UserColumnName="validDate" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="count" msprop:Generator_ColumnVarNameInTable="columncount" msprop:Generator_ColumnPropNameInRow="count" msprop:Generator_ColumnPropNameInTable="countColumn" msprop:Generator_UserColumnName="count" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="outCount" msprop:Generator_ColumnVarNameInTable="columnoutCount" msprop:Generator_ColumnPropNameInRow="outCount" msprop:Generator_ColumnPropNameInTable="outCountColumn" msprop:Generator_UserColumnName="outCount" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="manufacturer" msprop:Generator_ColumnVarNameInTable="columnmanufacturer" msprop:Generator_ColumnPropNameInRow="manufacturer" msprop:Generator_ColumnPropNameInTable="manufacturerColumn" msprop:Generator_UserColumnName="manufacturer" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="state" msprop:Generator_ColumnVarNameInTable="columnstate" msprop:Generator_ColumnPropNameInRow="state" msprop:Generator_ColumnPropNameInTable="stateColumn" msprop:Generator_UserColumnName="state" type="xs:int" minOccurs="0" />
|
|
<xs:element name="checkBy" msprop:Generator_ColumnVarNameInTable="columncheckBy" msprop:Generator_ColumnPropNameInRow="checkBy" msprop:Generator_ColumnPropNameInTable="checkByColumn" msprop:Generator_UserColumnName="checkBy" type="xs:int" minOccurs="0" />
|
|
<xs:element name="description" msprop:Generator_ColumnVarNameInTable="columndescription" msprop:Generator_ColumnPropNameInRow="description" msprop:Generator_ColumnPropNameInTable="descriptionColumn" msprop:Generator_UserColumnName="description" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="printCnt" msprop:Generator_ColumnVarNameInTable="columnprintCnt" msprop:Generator_ColumnPropNameInRow="printCnt" msprop:Generator_ColumnPropNameInTable="printCntColumn" msprop:Generator_UserColumnName="printCnt" type="xs:int" minOccurs="0" />
|
|
<xs:element name="finishedTime" msprop:Generator_ColumnVarNameInTable="columnfinishedTime" msprop:Generator_ColumnPropNameInRow="finishedTime" msprop:Generator_ColumnPropNameInTable="finishedTimeColumn" msprop:Generator_UserColumnName="finishedTime" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="operater" msprop:Generator_ColumnVarNameInTable="columnoperater" msprop:Generator_ColumnPropNameInRow="operater" msprop:Generator_ColumnPropNameInTable="operaterColumn" msprop:Generator_UserColumnName="operater" type="xs:int" minOccurs="0" />
|
|
<xs:element name="lastmodified" msprop:Generator_ColumnVarNameInTable="columnlastmodified" msprop:Generator_ColumnPropNameInRow="lastmodified" msprop:Generator_ColumnPropNameInTable="lastmodifiedColumn" msprop:Generator_UserColumnName="lastmodified" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="createtime" msprop:Generator_ColumnVarNameInTable="columncreatetime" msprop:Generator_ColumnPropNameInRow="createtime" msprop:Generator_ColumnPropNameInTable="createtimeColumn" msprop:Generator_UserColumnName="createtime" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="dr" msprop:Generator_ColumnVarNameInTable="columndr" msprop:Generator_ColumnPropNameInRow="dr" msprop:Generator_ColumnPropNameInTable="drColumn" msprop:Generator_UserColumnName="dr" type="xs:boolean" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="t_wmsGoods" msprop:Generator_TableClassName="t_wmsGoodsDataTable" msprop:Generator_TableVarName="tablet_wmsGoods" msprop:Generator_TablePropName="t_wmsGoods" msprop:Generator_RowDeletingName="t_wmsGoodsRowDeleting" msprop:Generator_RowChangingName="t_wmsGoodsRowChanging" msprop:Generator_RowEvHandlerName="t_wmsGoodsRowChangeEventHandler" msprop:Generator_RowDeletedName="t_wmsGoodsRowDeleted" msprop:Generator_UserTableName="t_wmsGoods" msprop:Generator_RowChangedName="t_wmsGoodsRowChanged" msprop:Generator_RowEvArgName="t_wmsGoodsRowChangeEvent" msprop:Generator_RowClassName="t_wmsGoodsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnID" msprop:Generator_ColumnPropNameInRow="ID" msprop:Generator_ColumnPropNameInTable="IDColumn" msprop:Generator_UserColumnName="ID" type="xs:int" />
|
|
<xs:element name="goodsId" msprop:Generator_ColumnVarNameInTable="columngoodsId" msprop:Generator_ColumnPropNameInRow="goodsId" msprop:Generator_ColumnPropNameInTable="goodsIdColumn" msprop:Generator_UserColumnName="goodsId">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="goodsType" msprop:Generator_ColumnVarNameInTable="columngoodsType" msprop:Generator_ColumnPropNameInRow="goodsType" msprop:Generator_ColumnPropNameInTable="goodsTypeColumn" msprop:Generator_UserColumnName="goodsType" type="xs:int" minOccurs="0" />
|
|
<xs:element name="part" msprop:Generator_ColumnVarNameInTable="columnpart" msprop:Generator_ColumnPropNameInRow="part" msprop:Generator_ColumnPropNameInTable="partColumn" msprop:Generator_UserColumnName="part" type="xs:int" minOccurs="0" />
|
|
<xs:element name="full_max" msprop:Generator_ColumnVarNameInTable="columnfull_max" msprop:Generator_ColumnPropNameInRow="full_max" msprop:Generator_ColumnPropNameInTable="full_maxColumn" msprop:Generator_UserColumnName="full_max" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="bulkMax" msprop:Generator_ColumnVarNameInTable="columnbulkMax" msprop:Generator_ColumnPropNameInRow="bulkMax" msprop:Generator_ColumnPropNameInTable="bulkMaxColumn" msprop:Generator_UserColumnName="bulkMax" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="bulkMax1" msprop:Generator_ColumnVarNameInTable="columnbulkMax1" msprop:Generator_ColumnPropNameInRow="bulkMax1" msprop:Generator_ColumnPropNameInTable="bulkMax1Column" msprop:Generator_UserColumnName="bulkMax1" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="batchMax1" msprop:Generator_ColumnVarNameInTable="columnbatchMax1" msprop:Generator_ColumnPropNameInRow="batchMax1" msprop:Generator_ColumnPropNameInTable="batchMax1Column" msprop:Generator_UserColumnName="batchMax1" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="batchMax2" msprop:Generator_ColumnVarNameInTable="columnbatchMax2" msprop:Generator_ColumnPropNameInRow="batchMax2" msprop:Generator_ColumnPropNameInTable="batchMax2Column" msprop:Generator_UserColumnName="batchMax2" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="batchMax3" msprop:Generator_ColumnVarNameInTable="columnbatchMax3" msprop:Generator_ColumnPropNameInRow="batchMax3" msprop:Generator_ColumnPropNameInTable="batchMax3Column" msprop:Generator_UserColumnName="batchMax3" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="batchMax4" msprop:Generator_ColumnVarNameInTable="columnbatchMax4" msprop:Generator_ColumnPropNameInRow="batchMax4" msprop:Generator_ColumnPropNameInTable="batchMax4Column" msprop:Generator_UserColumnName="batchMax4" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="length" msprop:Generator_ColumnVarNameInTable="columnlength" msprop:Generator_ColumnPropNameInRow="length" msprop:Generator_ColumnPropNameInTable="lengthColumn" msprop:Generator_UserColumnName="length" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="width" msprop:Generator_ColumnVarNameInTable="columnwidth" msprop:Generator_ColumnPropNameInRow="width" msprop:Generator_ColumnPropNameInTable="widthColumn" msprop:Generator_UserColumnName="width" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="height" msprop:Generator_ColumnVarNameInTable="columnheight" msprop:Generator_ColumnPropNameInRow="height" msprop:Generator_ColumnPropNameInTable="heightColumn" msprop:Generator_UserColumnName="height" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="weight" msprop:Generator_ColumnVarNameInTable="columnweight" msprop:Generator_ColumnPropNameInRow="weight" msprop:Generator_ColumnPropNameInTable="weightColumn" msprop:Generator_UserColumnName="weight" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="validTermDays" msprop:Generator_ColumnVarNameInTable="columnvalidTermDays" msprop:Generator_ColumnPropNameInRow="validTermDays" msprop:Generator_ColumnPropNameInTable="validTermDaysColumn" msprop:Generator_UserColumnName="validTermDays" type="xs:int" minOccurs="0" />
|
|
<xs:element name="bigCount" msprop:Generator_ColumnVarNameInTable="columnbigCount" msprop:Generator_ColumnPropNameInRow="bigCount" msprop:Generator_ColumnPropNameInTable="bigCountColumn" msprop:Generator_UserColumnName="bigCount" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="repType" msprop:Generator_ColumnVarNameInTable="columnrepType" msprop:Generator_ColumnPropNameInRow="repType" msprop:Generator_ColumnPropNameInTable="repTypeColumn" msprop:Generator_UserColumnName="repType" type="xs:int" minOccurs="0" />
|
|
<xs:element name="operater" msprop:Generator_ColumnVarNameInTable="columnoperater" msprop:Generator_ColumnPropNameInRow="operater" msprop:Generator_ColumnPropNameInTable="operaterColumn" msprop:Generator_UserColumnName="operater" type="xs:int" minOccurs="0" />
|
|
<xs:element name="lastmodified" msprop:Generator_ColumnVarNameInTable="columnlastmodified" msprop:Generator_ColumnPropNameInRow="lastmodified" msprop:Generator_ColumnPropNameInTable="lastmodifiedColumn" msprop:Generator_UserColumnName="lastmodified" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="createtime" msprop:Generator_ColumnVarNameInTable="columncreatetime" msprop:Generator_ColumnPropNameInRow="createtime" msprop:Generator_ColumnPropNameInTable="createtimeColumn" msprop:Generator_UserColumnName="createtime" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="dr" msprop:Generator_ColumnVarNameInTable="columndr" msprop:Generator_ColumnPropNameInRow="dr" msprop:Generator_ColumnPropNameInTable="drColumn" msprop:Generator_UserColumnName="dr" type="xs:boolean" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="t_wmsInRequest" msprop:Generator_TableClassName="t_wmsInRequestDataTable" msprop:Generator_TableVarName="tablet_wmsInRequest" msprop:Generator_TablePropName="t_wmsInRequest" msprop:Generator_RowDeletingName="t_wmsInRequestRowDeleting" msprop:Generator_RowChangingName="t_wmsInRequestRowChanging" msprop:Generator_RowEvHandlerName="t_wmsInRequestRowChangeEventHandler" msprop:Generator_RowDeletedName="t_wmsInRequestRowDeleted" msprop:Generator_UserTableName="t_wmsInRequest" msprop:Generator_RowChangedName="t_wmsInRequestRowChanged" msprop:Generator_RowEvArgName="t_wmsInRequestRowChangeEvent" msprop:Generator_RowClassName="t_wmsInRequestRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="id" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnid" msprop:Generator_ColumnPropNameInRow="id" msprop:Generator_ColumnPropNameInTable="idColumn" msprop:Generator_UserColumnName="id" type="xs:int" />
|
|
<xs:element name="orderNo" msprop:Generator_ColumnVarNameInTable="columnorderNo" msprop:Generator_ColumnPropNameInRow="orderNo" msprop:Generator_ColumnPropNameInTable="orderNoColumn" msprop:Generator_UserColumnName="orderNo">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="orderType" msprop:Generator_ColumnVarNameInTable="columnorderType" msprop:Generator_ColumnPropNameInRow="orderType" msprop:Generator_ColumnPropNameInTable="orderTypeColumn" msprop:Generator_UserColumnName="orderType" type="xs:int" minOccurs="0" />
|
|
<xs:element name="orderTypeName" msprop:Generator_ColumnVarNameInTable="columnorderTypeName" msprop:Generator_ColumnPropNameInRow="orderTypeName" msprop:Generator_ColumnPropNameInTable="orderTypeNameColumn" msprop:Generator_UserColumnName="orderTypeName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="vender" msprop:Generator_ColumnVarNameInTable="columnvender" msprop:Generator_ColumnPropNameInRow="vender" msprop:Generator_ColumnPropNameInTable="venderColumn" msprop:Generator_UserColumnName="vender" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="owner" msprop:Generator_ColumnVarNameInTable="columnowner" msprop:Generator_ColumnPropNameInRow="owner" msprop:Generator_ColumnPropNameInTable="ownerColumn" msprop:Generator_UserColumnName="owner" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="state" msprop:Generator_ColumnVarNameInTable="columnstate" msprop:Generator_ColumnPropNameInRow="state" msprop:Generator_ColumnPropNameInTable="stateColumn" msprop:Generator_UserColumnName="state" type="xs:int" minOccurs="0" />
|
|
<xs:element name="orderDate" msprop:Generator_ColumnVarNameInTable="columnorderDate" msprop:Generator_ColumnPropNameInRow="orderDate" msprop:Generator_ColumnPropNameInTable="orderDateColumn" msprop:Generator_UserColumnName="orderDate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="description" msprop:Generator_ColumnVarNameInTable="columndescription" msprop:Generator_ColumnPropNameInRow="description" msprop:Generator_ColumnPropNameInTable="descriptionColumn" msprop:Generator_UserColumnName="description" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="operater" msprop:Generator_ColumnVarNameInTable="columnoperater" msprop:Generator_ColumnPropNameInRow="operater" msprop:Generator_ColumnPropNameInTable="operaterColumn" msprop:Generator_UserColumnName="operater" type="xs:int" minOccurs="0" />
|
|
<xs:element name="lastmodified" msprop:Generator_ColumnVarNameInTable="columnlastmodified" msprop:Generator_ColumnPropNameInRow="lastmodified" msprop:Generator_ColumnPropNameInTable="lastmodifiedColumn" msprop:Generator_UserColumnName="lastmodified" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="createtime" msprop:Generator_ColumnVarNameInTable="columncreatetime" msprop:Generator_ColumnPropNameInRow="createtime" msprop:Generator_ColumnPropNameInTable="createtimeColumn" msprop:Generator_UserColumnName="createtime" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="dr" msprop:Generator_ColumnVarNameInTable="columndr" msprop:Generator_ColumnPropNameInRow="dr" msprop:Generator_ColumnPropNameInTable="drColumn" msprop:Generator_UserColumnName="dr" type="xs:boolean" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="t_wmsInRequestDetail" msprop:Generator_TableClassName="t_wmsInRequestDetailDataTable" msprop:Generator_TableVarName="tablet_wmsInRequestDetail" msprop:Generator_TablePropName="t_wmsInRequestDetail" msprop:Generator_RowDeletingName="t_wmsInRequestDetailRowDeleting" msprop:Generator_RowChangingName="t_wmsInRequestDetailRowChanging" msprop:Generator_RowEvHandlerName="t_wmsInRequestDetailRowChangeEventHandler" msprop:Generator_RowDeletedName="t_wmsInRequestDetailRowDeleted" msprop:Generator_UserTableName="t_wmsInRequestDetail" msprop:Generator_RowChangedName="t_wmsInRequestDetailRowChanged" msprop:Generator_RowEvArgName="t_wmsInRequestDetailRowChangeEvent" msprop:Generator_RowClassName="t_wmsInRequestDetailRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="id" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnid" msprop:Generator_ColumnPropNameInRow="id" msprop:Generator_ColumnPropNameInTable="idColumn" msprop:Generator_UserColumnName="id" type="xs:int" />
|
|
<xs:element name="orderNo" msprop:Generator_ColumnVarNameInTable="columnorderNo" msprop:Generator_ColumnPropNameInRow="orderNo" msprop:Generator_ColumnPropNameInTable="orderNoColumn" msprop:Generator_UserColumnName="orderNo" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="goodsId" msprop:Generator_ColumnVarNameInTable="columngoodsId" msprop:Generator_ColumnPropNameInRow="goodsId" msprop:Generator_ColumnPropNameInTable="goodsIdColumn" msprop:Generator_UserColumnName="goodsId">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="goodsName" msprop:Generator_ColumnVarNameInTable="columngoodsName" msprop:Generator_ColumnPropNameInRow="goodsName" msprop:Generator_ColumnPropNameInTable="goodsNameColumn" msprop:Generator_UserColumnName="goodsName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="cnt" msprop:Generator_ColumnVarNameInTable="columncnt" msprop:Generator_ColumnPropNameInRow="cnt" msprop:Generator_ColumnPropNameInTable="cntColumn" msprop:Generator_UserColumnName="cnt" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="countIn" msprop:Generator_ColumnVarNameInTable="columncountIn" msprop:Generator_ColumnPropNameInRow="countIn" msprop:Generator_ColumnPropNameInTable="countInColumn" msprop:Generator_UserColumnName="countIn" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="productDate" msprop:Generator_ColumnVarNameInTable="columnproductDate" msprop:Generator_ColumnPropNameInRow="productDate" msprop:Generator_ColumnPropNameInTable="productDateColumn" msprop:Generator_UserColumnName="productDate" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="batch" msprop:Generator_ColumnVarNameInTable="columnbatch" msprop:Generator_ColumnPropNameInRow="batch" msprop:Generator_ColumnPropNameInTable="batchColumn" msprop:Generator_UserColumnName="batch" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="barcode" msprop:Generator_ColumnVarNameInTable="columnbarcode" msprop:Generator_ColumnPropNameInRow="barcode" msprop:Generator_ColumnPropNameInTable="barcodeColumn" msprop:Generator_UserColumnName="barcode" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="validDate" msprop:Generator_ColumnVarNameInTable="columnvalidDate" msprop:Generator_ColumnPropNameInRow="validDate" msprop:Generator_ColumnPropNameInTable="validDateColumn" msprop:Generator_UserColumnName="validDate" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="regeditCode" msprop:Generator_ColumnVarNameInTable="columnregeditCode" msprop:Generator_ColumnPropNameInRow="regeditCode" msprop:Generator_ColumnPropNameInTable="regeditCodeColumn" msprop:Generator_UserColumnName="regeditCode" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="manufacturer" msprop:Generator_ColumnVarNameInTable="columnmanufacturer" msprop:Generator_ColumnPropNameInRow="manufacturer" msprop:Generator_ColumnPropNameInTable="manufacturerColumn" msprop:Generator_UserColumnName="manufacturer" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="state" msprop:Generator_ColumnVarNameInTable="columnstate" msprop:Generator_ColumnPropNameInRow="state" msprop:Generator_ColumnPropNameInTable="stateColumn" msprop:Generator_UserColumnName="state" type="xs:int" minOccurs="0" />
|
|
<xs:element name="description" msprop:Generator_ColumnVarNameInTable="columndescription" msprop:Generator_ColumnPropNameInRow="description" msprop:Generator_ColumnPropNameInTable="descriptionColumn" msprop:Generator_UserColumnName="description" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="operater" msprop:Generator_ColumnVarNameInTable="columnoperater" msprop:Generator_ColumnPropNameInRow="operater" msprop:Generator_ColumnPropNameInTable="operaterColumn" msprop:Generator_UserColumnName="operater" type="xs:int" minOccurs="0" />
|
|
<xs:element name="lastmodified" msprop:Generator_ColumnVarNameInTable="columnlastmodified" msprop:Generator_ColumnPropNameInRow="lastmodified" msprop:Generator_ColumnPropNameInTable="lastmodifiedColumn" msprop:Generator_UserColumnName="lastmodified" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="createtime" msprop:Generator_ColumnVarNameInTable="columncreatetime" msprop:Generator_ColumnPropNameInRow="createtime" msprop:Generator_ColumnPropNameInTable="createtimeColumn" msprop:Generator_UserColumnName="createtime" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="dr" msprop:Generator_ColumnVarNameInTable="columndr" msprop:Generator_ColumnPropNameInRow="dr" msprop:Generator_ColumnPropNameInTable="drColumn" msprop:Generator_UserColumnName="dr" type="xs:boolean" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="t_wmsInUpPort" msprop:Generator_TableClassName="t_wmsInUpPortDataTable" msprop:Generator_TableVarName="tablet_wmsInUpPort" msprop:Generator_TablePropName="t_wmsInUpPort" msprop:Generator_RowDeletingName="t_wmsInUpPortRowDeleting" msprop:Generator_RowChangingName="t_wmsInUpPortRowChanging" msprop:Generator_RowEvHandlerName="t_wmsInUpPortRowChangeEventHandler" msprop:Generator_RowDeletedName="t_wmsInUpPortRowDeleted" msprop:Generator_UserTableName="t_wmsInUpPort" msprop:Generator_RowChangedName="t_wmsInUpPortRowChanged" msprop:Generator_RowEvArgName="t_wmsInUpPortRowChangeEvent" msprop:Generator_RowClassName="t_wmsInUpPortRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="id" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnid" msprop:Generator_ColumnPropNameInRow="id" msprop:Generator_ColumnPropNameInTable="idColumn" msprop:Generator_UserColumnName="id" type="xs:int" />
|
|
<xs:element name="orderNo" msprop:Generator_ColumnVarNameInTable="columnorderNo" msprop:Generator_ColumnPropNameInRow="orderNo" msprop:Generator_ColumnPropNameInTable="orderNoColumn" msprop:Generator_UserColumnName="orderNo">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="recType" msprop:Generator_ColumnVarNameInTable="columnrecType" msprop:Generator_ColumnPropNameInRow="recType" msprop:Generator_ColumnPropNameInTable="recTypeColumn" msprop:Generator_UserColumnName="recType" type="xs:int" minOccurs="0" />
|
|
<xs:element name="recordId" msprop:Generator_ColumnVarNameInTable="columnrecordId" msprop:Generator_ColumnPropNameInRow="recordId" msprop:Generator_ColumnPropNameInTable="recordIdColumn" msprop:Generator_UserColumnName="recordId" type="xs:int" />
|
|
<xs:element name="batch" msprop:Generator_ColumnVarNameInTable="columnbatch" msprop:Generator_ColumnPropNameInRow="batch" msprop:Generator_ColumnPropNameInTable="batchColumn" msprop:Generator_UserColumnName="batch" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="goodsId" msprop:Generator_ColumnVarNameInTable="columngoodsId" msprop:Generator_ColumnPropNameInRow="goodsId" msprop:Generator_ColumnPropNameInTable="goodsIdColumn" msprop:Generator_UserColumnName="goodsId" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="productDate" msprop:Generator_ColumnVarNameInTable="columnproductDate" msprop:Generator_ColumnPropNameInRow="productDate" msprop:Generator_ColumnPropNameInTable="productDateColumn" msprop:Generator_UserColumnName="productDate" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="validDate" msprop:Generator_ColumnVarNameInTable="columnvalidDate" msprop:Generator_ColumnPropNameInRow="validDate" msprop:Generator_ColumnPropNameInTable="validDateColumn" msprop:Generator_UserColumnName="validDate" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="count" msprop:Generator_ColumnVarNameInTable="columncount" msprop:Generator_ColumnPropNameInRow="count" msprop:Generator_ColumnPropNameInTable="countColumn" msprop:Generator_UserColumnName="count" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="locationId" msprop:Generator_ColumnVarNameInTable="columnlocationId" msprop:Generator_ColumnPropNameInRow="locationId" msprop:Generator_ColumnPropNameInTable="locationIdColumn" msprop:Generator_UserColumnName="locationId" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="volType" msprop:Generator_ColumnVarNameInTable="columnvolType" msprop:Generator_ColumnPropNameInRow="volType" msprop:Generator_ColumnPropNameInTable="volTypeColumn" msprop:Generator_UserColumnName="volType" type="xs:int" minOccurs="0" />
|
|
<xs:element name="state" msprop:Generator_ColumnVarNameInTable="columnstate" msprop:Generator_ColumnPropNameInRow="state" msprop:Generator_ColumnPropNameInTable="stateColumn" msprop:Generator_UserColumnName="state" type="xs:int" minOccurs="0" />
|
|
<xs:element name="upCount" msprop:Generator_ColumnVarNameInTable="columnupCount" msprop:Generator_ColumnPropNameInRow="upCount" msprop:Generator_ColumnPropNameInTable="upCountColumn" msprop:Generator_UserColumnName="upCount" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="description" msprop:Generator_ColumnVarNameInTable="columndescription" msprop:Generator_ColumnPropNameInRow="description" msprop:Generator_ColumnPropNameInTable="descriptionColumn" msprop:Generator_UserColumnName="description" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="operater" msprop:Generator_ColumnVarNameInTable="columnoperater" msprop:Generator_ColumnPropNameInRow="operater" msprop:Generator_ColumnPropNameInTable="operaterColumn" msprop:Generator_UserColumnName="operater" type="xs:int" minOccurs="0" />
|
|
<xs:element name="dr" msprop:Generator_ColumnVarNameInTable="columndr" msprop:Generator_ColumnPropNameInRow="dr" msprop:Generator_ColumnPropNameInTable="drColumn" msprop:Generator_UserColumnName="dr" type="xs:boolean" minOccurs="0" />
|
|
<xs:element name="createtime" msprop:Generator_ColumnVarNameInTable="columncreatetime" msprop:Generator_ColumnPropNameInRow="createtime" msprop:Generator_ColumnPropNameInTable="createtimeColumn" msprop:Generator_UserColumnName="createtime" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="lastmodified" msprop:Generator_ColumnVarNameInTable="columnlastmodified" msprop:Generator_ColumnPropNameInRow="lastmodified" msprop:Generator_ColumnPropNameInTable="lastmodifiedColumn" msprop:Generator_UserColumnName="lastmodified" type="xs:dateTime" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="t_wmsLocation" msprop:Generator_TableClassName="t_wmsLocationDataTable" msprop:Generator_TableVarName="tablet_wmsLocation" msprop:Generator_TablePropName="t_wmsLocation" msprop:Generator_RowDeletingName="t_wmsLocationRowDeleting" msprop:Generator_RowChangingName="t_wmsLocationRowChanging" msprop:Generator_RowEvHandlerName="t_wmsLocationRowChangeEventHandler" msprop:Generator_RowDeletedName="t_wmsLocationRowDeleted" msprop:Generator_UserTableName="t_wmsLocation" msprop:Generator_RowChangedName="t_wmsLocationRowChanged" msprop:Generator_RowEvArgName="t_wmsLocationRowChangeEvent" msprop:Generator_RowClassName="t_wmsLocationRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="id" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnid" msprop:Generator_ColumnPropNameInRow="id" msprop:Generator_ColumnPropNameInTable="idColumn" msprop:Generator_UserColumnName="id" type="xs:int" />
|
|
<xs:element name="locationId" msprop:Generator_ColumnVarNameInTable="columnlocationId" msprop:Generator_ColumnPropNameInRow="locationId" msprop:Generator_ColumnPropNameInTable="locationIdColumn" msprop:Generator_UserColumnName="locationId">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="locationId128" msprop:Generator_ColumnVarNameInTable="columnlocationId128" msprop:Generator_ColumnPropNameInRow="locationId128" msprop:Generator_ColumnPropNameInTable="locationId128Column" msprop:Generator_UserColumnName="locationId128" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="warehouse" msprop:Generator_ColumnVarNameInTable="columnwarehouse" msprop:Generator_ColumnPropNameInRow="warehouse" msprop:Generator_ColumnPropNameInTable="warehouseColumn" msprop:Generator_UserColumnName="warehouse" type="xs:int" minOccurs="0" />
|
|
<xs:element name="channel" msprop:Generator_ColumnVarNameInTable="columnchannel" msprop:Generator_ColumnPropNameInRow="channel" msprop:Generator_ColumnPropNameInTable="channelColumn" msprop:Generator_UserColumnName="channel" type="xs:int" minOccurs="0" />
|
|
<xs:element name="shelf" msprop:Generator_ColumnVarNameInTable="columnshelf" msprop:Generator_ColumnPropNameInRow="shelf" msprop:Generator_ColumnPropNameInTable="shelfColumn" msprop:Generator_UserColumnName="shelf" type="xs:int" minOccurs="0" />
|
|
<xs:element name="layer" msprop:Generator_ColumnVarNameInTable="columnlayer" msprop:Generator_ColumnPropNameInRow="layer" msprop:Generator_ColumnPropNameInTable="layerColumn" msprop:Generator_UserColumnName="layer" type="xs:int" minOccurs="0" />
|
|
<xs:element name="col" msprop:Generator_ColumnVarNameInTable="columncol" msprop:Generator_ColumnPropNameInRow="col" msprop:Generator_ColumnPropNameInTable="colColumn" msprop:Generator_UserColumnName="col" type="xs:int" minOccurs="0" />
|
|
<xs:element name="elabId" msprop:Generator_ColumnVarNameInTable="columnelabId" msprop:Generator_ColumnPropNameInRow="elabId" msprop:Generator_ColumnPropNameInTable="elabIdColumn" msprop:Generator_UserColumnName="elabId" type="xs:int" minOccurs="0" />
|
|
<xs:element name="elabAddress" msprop:Generator_ColumnVarNameInTable="columnelabAddress" msprop:Generator_ColumnPropNameInRow="elabAddress" msprop:Generator_ColumnPropNameInTable="elabAddressColumn" msprop:Generator_UserColumnName="elabAddress" type="xs:int" minOccurs="0" />
|
|
<xs:element name="height" msprop:Generator_ColumnVarNameInTable="columnheight" msprop:Generator_ColumnPropNameInRow="height" msprop:Generator_ColumnPropNameInTable="heightColumn" msprop:Generator_UserColumnName="height" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="width" msprop:Generator_ColumnVarNameInTable="columnwidth" msprop:Generator_ColumnPropNameInRow="width" msprop:Generator_ColumnPropNameInTable="widthColumn" msprop:Generator_UserColumnName="width" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="length" msprop:Generator_ColumnVarNameInTable="columnlength" msprop:Generator_ColumnPropNameInRow="length" msprop:Generator_ColumnPropNameInTable="lengthColumn" msprop:Generator_UserColumnName="length" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="weight" msprop:Generator_ColumnVarNameInTable="columnweight" msprop:Generator_ColumnPropNameInRow="weight" msprop:Generator_ColumnPropNameInTable="weightColumn" msprop:Generator_UserColumnName="weight" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="port" msprop:Generator_ColumnVarNameInTable="columnport" msprop:Generator_ColumnPropNameInRow="port" msprop:Generator_ColumnPropNameInTable="portColumn" msprop:Generator_UserColumnName="port" type="xs:int" minOccurs="0" />
|
|
<xs:element name="part" msprop:Generator_ColumnVarNameInTable="columnpart" msprop:Generator_ColumnPropNameInRow="part" msprop:Generator_ColumnPropNameInTable="partColumn" msprop:Generator_UserColumnName="part" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="bigPart" msprop:Generator_ColumnVarNameInTable="columnbigPart" msprop:Generator_ColumnPropNameInRow="bigPart" msprop:Generator_ColumnPropNameInTable="bigPartColumn" msprop:Generator_UserColumnName="bigPart" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="goodsType" msprop:Generator_ColumnVarNameInTable="columngoodsType" msprop:Generator_ColumnPropNameInRow="goodsType" msprop:Generator_ColumnPropNameInTable="goodsTypeColumn" msprop:Generator_UserColumnName="goodsType" type="xs:int" minOccurs="0" />
|
|
<xs:element name="whType" msprop:Generator_ColumnVarNameInTable="columnwhType" msprop:Generator_ColumnPropNameInRow="whType" msprop:Generator_ColumnPropNameInTable="whTypeColumn" msprop:Generator_UserColumnName="whType" type="xs:int" minOccurs="0" />
|
|
<xs:element name="whGoodsType" msprop:Generator_ColumnVarNameInTable="columnwhGoodsType" msprop:Generator_ColumnPropNameInRow="whGoodsType" msprop:Generator_ColumnPropNameInTable="whGoodsTypeColumn" msprop:Generator_UserColumnName="whGoodsType" type="xs:int" minOccurs="0" />
|
|
<xs:element name="whVolType" msprop:Generator_ColumnVarNameInTable="columnwhVolType" msprop:Generator_ColumnPropNameInRow="whVolType" msprop:Generator_ColumnPropNameInTable="whVolTypeColumn" msprop:Generator_UserColumnName="whVolType" type="xs:int" minOccurs="0" />
|
|
<xs:element name="volType" msprop:Generator_ColumnVarNameInTable="columnvolType" msprop:Generator_ColumnPropNameInRow="volType" msprop:Generator_ColumnPropNameInTable="volTypeColumn" msprop:Generator_UserColumnName="volType" type="xs:int" minOccurs="0" />
|
|
<xs:element name="state" msprop:Generator_ColumnVarNameInTable="columnstate" msprop:Generator_ColumnPropNameInRow="state" msprop:Generator_ColumnPropNameInTable="stateColumn" msprop:Generator_UserColumnName="state" type="xs:int" minOccurs="0" />
|
|
<xs:element name="tranState" msprop:Generator_ColumnVarNameInTable="columntranState" msprop:Generator_ColumnPropNameInRow="tranState" msprop:Generator_ColumnPropNameInTable="tranStateColumn" msprop:Generator_UserColumnName="tranState" type="xs:int" minOccurs="0" />
|
|
<xs:element name="transLine" msprop:Generator_ColumnVarNameInTable="columntransLine" msprop:Generator_ColumnPropNameInRow="transLine" msprop:Generator_ColumnPropNameInTable="transLineColumn" msprop:Generator_UserColumnName="transLine" type="xs:int" minOccurs="0" />
|
|
<xs:element name="x" msprop:Generator_ColumnVarNameInTable="columnx" msprop:Generator_ColumnPropNameInRow="x" msprop:Generator_ColumnPropNameInTable="xColumn" msprop:Generator_UserColumnName="x" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="y" msprop:Generator_ColumnVarNameInTable="columny" msprop:Generator_ColumnPropNameInRow="y" msprop:Generator_ColumnPropNameInTable="yColumn" msprop:Generator_UserColumnName="y" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="z" msprop:Generator_ColumnVarNameInTable="columnz" msprop:Generator_ColumnPropNameInRow="z" msprop:Generator_ColumnPropNameInTable="zColumn" msprop:Generator_UserColumnName="z" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="operater" msprop:Generator_ColumnVarNameInTable="columnoperater" msprop:Generator_ColumnPropNameInRow="operater" msprop:Generator_ColumnPropNameInTable="operaterColumn" msprop:Generator_UserColumnName="operater" type="xs:int" minOccurs="0" />
|
|
<xs:element name="lastmodified" msprop:Generator_ColumnVarNameInTable="columnlastmodified" msprop:Generator_ColumnPropNameInRow="lastmodified" msprop:Generator_ColumnPropNameInTable="lastmodifiedColumn" msprop:Generator_UserColumnName="lastmodified" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="createtime" msprop:Generator_ColumnVarNameInTable="columncreatetime" msprop:Generator_ColumnPropNameInRow="createtime" msprop:Generator_ColumnPropNameInTable="createtimeColumn" msprop:Generator_UserColumnName="createtime" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="dr" msprop:Generator_ColumnVarNameInTable="columndr" msprop:Generator_ColumnPropNameInRow="dr" msprop:Generator_ColumnPropNameInTable="drColumn" msprop:Generator_UserColumnName="dr" type="xs:boolean" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="t_wmsOutBox" msprop:Generator_TableClassName="t_wmsOutBoxDataTable" msprop:Generator_TableVarName="tablet_wmsOutBox" msprop:Generator_TablePropName="t_wmsOutBox" msprop:Generator_RowDeletingName="t_wmsOutBoxRowDeleting" msprop:Generator_RowChangingName="t_wmsOutBoxRowChanging" msprop:Generator_RowEvHandlerName="t_wmsOutBoxRowChangeEventHandler" msprop:Generator_RowDeletedName="t_wmsOutBoxRowDeleted" msprop:Generator_UserTableName="t_wmsOutBox" msprop:Generator_RowChangedName="t_wmsOutBoxRowChanged" msprop:Generator_RowEvArgName="t_wmsOutBoxRowChangeEvent" msprop:Generator_RowClassName="t_wmsOutBoxRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="id" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnid" msprop:Generator_ColumnPropNameInRow="id" msprop:Generator_ColumnPropNameInTable="idColumn" msprop:Generator_UserColumnName="id" type="xs:int" />
|
|
<xs:element name="boxid" msprop:Generator_ColumnVarNameInTable="columnboxid" msprop:Generator_ColumnPropNameInRow="boxid" msprop:Generator_ColumnPropNameInTable="boxidColumn" msprop:Generator_UserColumnName="boxid" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="color" msprop:Generator_ColumnVarNameInTable="columncolor" msprop:Generator_ColumnPropNameInRow="color" msprop:Generator_ColumnPropNameInTable="colorColumn" msprop:Generator_UserColumnName="color" type="xs:int" minOccurs="0" />
|
|
<xs:element name="waveNo" msprop:Generator_ColumnVarNameInTable="columnwaveNo" msprop:Generator_ColumnPropNameInRow="waveNo" msprop:Generator_ColumnPropNameInTable="waveNoColumn" msprop:Generator_UserColumnName="waveNo" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="volume" msprop:Generator_ColumnVarNameInTable="columnvolume" msprop:Generator_ColumnPropNameInRow="volume" msprop:Generator_ColumnPropNameInTable="volumeColumn" msprop:Generator_UserColumnName="volume" type="xs:int" minOccurs="0" />
|
|
<xs:element name="length" msprop:Generator_ColumnVarNameInTable="columnlength" msprop:Generator_ColumnPropNameInRow="length" msprop:Generator_ColumnPropNameInTable="lengthColumn" msprop:Generator_UserColumnName="length" type="xs:int" minOccurs="0" />
|
|
<xs:element name="width" msprop:Generator_ColumnVarNameInTable="columnwidth" msprop:Generator_ColumnPropNameInRow="width" msprop:Generator_ColumnPropNameInTable="widthColumn" msprop:Generator_UserColumnName="width" type="xs:int" minOccurs="0" />
|
|
<xs:element name="height" msprop:Generator_ColumnVarNameInTable="columnheight" msprop:Generator_ColumnPropNameInRow="height" msprop:Generator_ColumnPropNameInTable="heightColumn" msprop:Generator_UserColumnName="height" type="xs:int" minOccurs="0" />
|
|
<xs:element name="state" msprop:Generator_ColumnVarNameInTable="columnstate" msprop:Generator_ColumnPropNameInRow="state" msprop:Generator_ColumnPropNameInTable="stateColumn" msprop:Generator_UserColumnName="state" type="xs:int" minOccurs="0" />
|
|
<xs:element name="operater" msprop:Generator_ColumnVarNameInTable="columnoperater" msprop:Generator_ColumnPropNameInRow="operater" msprop:Generator_ColumnPropNameInTable="operaterColumn" msprop:Generator_UserColumnName="operater" type="xs:int" minOccurs="0" />
|
|
<xs:element name="dr" msprop:Generator_ColumnVarNameInTable="columndr" msprop:Generator_ColumnPropNameInRow="dr" msprop:Generator_ColumnPropNameInTable="drColumn" msprop:Generator_UserColumnName="dr" type="xs:boolean" minOccurs="0" />
|
|
<xs:element name="createtime" msprop:Generator_ColumnVarNameInTable="columncreatetime" msprop:Generator_ColumnPropNameInRow="createtime" msprop:Generator_ColumnPropNameInTable="createtimeColumn" msprop:Generator_UserColumnName="createtime" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="lastmodified" msprop:Generator_ColumnVarNameInTable="columnlastmodified" msprop:Generator_ColumnPropNameInRow="lastmodified" msprop:Generator_ColumnPropNameInTable="lastmodifiedColumn" msprop:Generator_UserColumnName="lastmodified" type="xs:dateTime" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="t_wmsOutDesk" msprop:Generator_TableClassName="t_wmsOutDeskDataTable" msprop:Generator_TableVarName="tablet_wmsOutDesk" msprop:Generator_TablePropName="t_wmsOutDesk" msprop:Generator_RowDeletingName="t_wmsOutDeskRowDeleting" msprop:Generator_RowChangingName="t_wmsOutDeskRowChanging" msprop:Generator_RowEvHandlerName="t_wmsOutDeskRowChangeEventHandler" msprop:Generator_RowDeletedName="t_wmsOutDeskRowDeleted" msprop:Generator_UserTableName="t_wmsOutDesk" msprop:Generator_RowChangedName="t_wmsOutDeskRowChanged" msprop:Generator_RowEvArgName="t_wmsOutDeskRowChangeEvent" msprop:Generator_RowClassName="t_wmsOutDeskRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="id" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnid" msprop:Generator_ColumnPropNameInRow="id" msprop:Generator_ColumnPropNameInTable="idColumn" msprop:Generator_UserColumnName="id" type="xs:int" />
|
|
<xs:element name="color" msprop:Generator_ColumnVarNameInTable="columncolor" msprop:Generator_ColumnPropNameInRow="color" msprop:Generator_ColumnPropNameInTable="colorColumn" msprop:Generator_UserColumnName="color" type="xs:int" />
|
|
<xs:element name="deskName" msprop:Generator_ColumnVarNameInTable="columndeskName" msprop:Generator_ColumnPropNameInRow="deskName" msprop:Generator_ColumnPropNameInTable="deskNameColumn" msprop:Generator_UserColumnName="deskName">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ip" msprop:Generator_ColumnVarNameInTable="columnip" msprop:Generator_ColumnPropNameInRow="ip" msprop:Generator_ColumnPropNameInTable="ipColumn" msprop:Generator_UserColumnName="ip">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="macaddress" msprop:Generator_ColumnVarNameInTable="columnmacaddress" msprop:Generator_ColumnPropNameInRow="macaddress" msprop:Generator_ColumnPropNameInTable="macaddressColumn" msprop:Generator_UserColumnName="macaddress" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="remark" msprop:Generator_ColumnVarNameInTable="columnremark" msprop:Generator_ColumnPropNameInRow="remark" msprop:Generator_ColumnPropNameInTable="remarkColumn" msprop:Generator_UserColumnName="remark" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="state" msprop:Generator_ColumnVarNameInTable="columnstate" msprop:Generator_ColumnPropNameInRow="state" msprop:Generator_ColumnPropNameInTable="stateColumn" msprop:Generator_UserColumnName="state" type="xs:int" minOccurs="0" />
|
|
<xs:element name="port" msprop:Generator_ColumnVarNameInTable="columnport" msprop:Generator_ColumnPropNameInRow="port" msprop:Generator_ColumnPropNameInTable="portColumn" msprop:Generator_UserColumnName="port" type="xs:int" minOccurs="0" />
|
|
<xs:element name="seedsCount" msprop:Generator_ColumnVarNameInTable="columnseedsCount" msprop:Generator_ColumnPropNameInRow="seedsCount" msprop:Generator_ColumnPropNameInTable="seedsCountColumn" msprop:Generator_UserColumnName="seedsCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="startLabelId" msprop:Generator_ColumnVarNameInTable="columnstartLabelId" msprop:Generator_ColumnPropNameInRow="startLabelId" msprop:Generator_ColumnPropNameInTable="startLabelIdColumn" msprop:Generator_UserColumnName="startLabelId" type="xs:int" minOccurs="0" />
|
|
<xs:element name="deskType" msprop:Generator_ColumnVarNameInTable="columndeskType" msprop:Generator_ColumnPropNameInRow="deskType" msprop:Generator_ColumnPropNameInTable="deskTypeColumn" msprop:Generator_UserColumnName="deskType" type="xs:int" minOccurs="0" />
|
|
<xs:element name="operater" msprop:Generator_ColumnVarNameInTable="columnoperater" msprop:Generator_ColumnPropNameInRow="operater" msprop:Generator_ColumnPropNameInTable="operaterColumn" msprop:Generator_UserColumnName="operater" type="xs:int" minOccurs="0" />
|
|
<xs:element name="dr" msprop:Generator_ColumnVarNameInTable="columndr" msprop:Generator_ColumnPropNameInRow="dr" msprop:Generator_ColumnPropNameInTable="drColumn" msprop:Generator_UserColumnName="dr" type="xs:boolean" minOccurs="0" />
|
|
<xs:element name="createtime" msprop:Generator_ColumnVarNameInTable="columncreatetime" msprop:Generator_ColumnPropNameInRow="createtime" msprop:Generator_ColumnPropNameInTable="createtimeColumn" msprop:Generator_UserColumnName="createtime" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="lastmodified" msprop:Generator_ColumnVarNameInTable="columnlastmodified" msprop:Generator_ColumnPropNameInRow="lastmodified" msprop:Generator_ColumnPropNameInTable="lastmodifiedColumn" msprop:Generator_UserColumnName="lastmodified" type="xs:dateTime" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="t_wmsOutDetail" msprop:Generator_TableClassName="t_wmsOutDetailDataTable" msprop:Generator_TableVarName="tablet_wmsOutDetail" msprop:Generator_TablePropName="t_wmsOutDetail" msprop:Generator_RowDeletingName="t_wmsOutDetailRowDeleting" msprop:Generator_RowChangingName="t_wmsOutDetailRowChanging" msprop:Generator_RowEvHandlerName="t_wmsOutDetailRowChangeEventHandler" msprop:Generator_RowDeletedName="t_wmsOutDetailRowDeleted" msprop:Generator_UserTableName="t_wmsOutDetail" msprop:Generator_RowChangedName="t_wmsOutDetailRowChanged" msprop:Generator_RowEvArgName="t_wmsOutDetailRowChangeEvent" msprop:Generator_RowClassName="t_wmsOutDetailRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="id" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnid" msprop:Generator_ColumnPropNameInRow="id" msprop:Generator_ColumnPropNameInTable="idColumn" msprop:Generator_UserColumnName="id" type="xs:int" />
|
|
<xs:element name="orderNo" msprop:Generator_ColumnVarNameInTable="columnorderNo" msprop:Generator_ColumnPropNameInRow="orderNo" msprop:Generator_ColumnPropNameInTable="orderNoColumn" msprop:Generator_UserColumnName="orderNo">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="goodsId" msprop:Generator_ColumnVarNameInTable="columngoodsId" msprop:Generator_ColumnPropNameInRow="goodsId" msprop:Generator_ColumnPropNameInTable="goodsIdColumn" msprop:Generator_UserColumnName="goodsId" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="batch" msprop:Generator_ColumnVarNameInTable="columnbatch" msprop:Generator_ColumnPropNameInRow="batch" msprop:Generator_ColumnPropNameInTable="batchColumn" msprop:Generator_UserColumnName="batch" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="count" msprop:Generator_ColumnVarNameInTable="columncount" msprop:Generator_ColumnPropNameInRow="count" msprop:Generator_ColumnPropNameInTable="countColumn" msprop:Generator_UserColumnName="count" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="bulkCount" msprop:Generator_ColumnVarNameInTable="columnbulkCount" msprop:Generator_ColumnPropNameInRow="bulkCount" msprop:Generator_ColumnPropNameInTable="bulkCountColumn" msprop:Generator_UserColumnName="bulkCount" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="batch1Count" msprop:Generator_ColumnVarNameInTable="columnbatch1Count" msprop:Generator_ColumnPropNameInRow="batch1Count" msprop:Generator_ColumnPropNameInTable="batch1CountColumn" msprop:Generator_UserColumnName="batch1Count" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="batch2Count" msprop:Generator_ColumnVarNameInTable="columnbatch2Count" msprop:Generator_ColumnPropNameInRow="batch2Count" msprop:Generator_ColumnPropNameInTable="batch2CountColumn" msprop:Generator_UserColumnName="batch2Count" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="boxcnt" msprop:Generator_ColumnVarNameInTable="columnboxcnt" msprop:Generator_ColumnPropNameInRow="boxcnt" msprop:Generator_ColumnPropNameInTable="boxcntColumn" msprop:Generator_UserColumnName="boxcnt" type="xs:int" minOccurs="0" />
|
|
<xs:element name="productDate" msprop:Generator_ColumnVarNameInTable="columnproductDate" msprop:Generator_ColumnPropNameInRow="productDate" msprop:Generator_ColumnPropNameInTable="productDateColumn" msprop:Generator_UserColumnName="productDate" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="validDate" msprop:Generator_ColumnVarNameInTable="columnvalidDate" msprop:Generator_ColumnPropNameInRow="validDate" msprop:Generator_ColumnPropNameInTable="validDateColumn" msprop:Generator_UserColumnName="validDate" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="state" msprop:Generator_ColumnVarNameInTable="columnstate" msprop:Generator_ColumnPropNameInRow="state" msprop:Generator_ColumnPropNameInTable="stateColumn" msprop:Generator_UserColumnName="state" type="xs:int" minOccurs="0" />
|
|
<xs:element name="whtype" msprop:Generator_ColumnVarNameInTable="columnwhtype" msprop:Generator_ColumnPropNameInRow="whtype" msprop:Generator_ColumnPropNameInTable="whtypeColumn" msprop:Generator_UserColumnName="whtype" type="xs:int" minOccurs="0" />
|
|
<xs:element name="description" msprop:Generator_ColumnVarNameInTable="columndescription" msprop:Generator_ColumnPropNameInRow="description" msprop:Generator_ColumnPropNameInTable="descriptionColumn" msprop:Generator_UserColumnName="description" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="operater" msprop:Generator_ColumnVarNameInTable="columnoperater" msprop:Generator_ColumnPropNameInRow="operater" msprop:Generator_ColumnPropNameInTable="operaterColumn" msprop:Generator_UserColumnName="operater" type="xs:int" minOccurs="0" />
|
|
<xs:element name="dr" msprop:Generator_ColumnVarNameInTable="columndr" msprop:Generator_ColumnPropNameInRow="dr" msprop:Generator_ColumnPropNameInTable="drColumn" msprop:Generator_UserColumnName="dr" type="xs:boolean" minOccurs="0" />
|
|
<xs:element name="createtime" msprop:Generator_ColumnVarNameInTable="columncreatetime" msprop:Generator_ColumnPropNameInRow="createtime" msprop:Generator_ColumnPropNameInTable="createtimeColumn" msprop:Generator_UserColumnName="createtime" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="lastmodified" msprop:Generator_ColumnVarNameInTable="columnlastmodified" msprop:Generator_ColumnPropNameInRow="lastmodified" msprop:Generator_ColumnPropNameInTable="lastmodifiedColumn" msprop:Generator_UserColumnName="lastmodified" type="xs:dateTime" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="t_wmsOutLog" msprop:Generator_TableClassName="t_wmsOutLogDataTable" msprop:Generator_TableVarName="tablet_wmsOutLog" msprop:Generator_TablePropName="t_wmsOutLog" msprop:Generator_RowDeletingName="t_wmsOutLogRowDeleting" msprop:Generator_RowChangingName="t_wmsOutLogRowChanging" msprop:Generator_RowEvHandlerName="t_wmsOutLogRowChangeEventHandler" msprop:Generator_RowDeletedName="t_wmsOutLogRowDeleted" msprop:Generator_UserTableName="t_wmsOutLog" msprop:Generator_RowChangedName="t_wmsOutLogRowChanged" msprop:Generator_RowEvArgName="t_wmsOutLogRowChangeEvent" msprop:Generator_RowClassName="t_wmsOutLogRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="id" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnid" msprop:Generator_ColumnPropNameInRow="id" msprop:Generator_ColumnPropNameInTable="idColumn" msprop:Generator_UserColumnName="id" type="xs:int" />
|
|
<xs:element name="orderNo" msprop:Generator_ColumnVarNameInTable="columnorderNo" msprop:Generator_ColumnPropNameInRow="orderNo" msprop:Generator_ColumnPropNameInTable="orderNoColumn" msprop:Generator_UserColumnName="orderNo" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="pickOrderNo" msprop:Generator_ColumnVarNameInTable="columnpickOrderNo" msprop:Generator_ColumnPropNameInRow="pickOrderNo" msprop:Generator_ColumnPropNameInTable="pickOrderNoColumn" msprop:Generator_UserColumnName="pickOrderNo" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="goodsId" msprop:Generator_ColumnVarNameInTable="columngoodsId" msprop:Generator_ColumnPropNameInRow="goodsId" msprop:Generator_ColumnPropNameInTable="goodsIdColumn" msprop:Generator_UserColumnName="goodsId" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="batch" msprop:Generator_ColumnVarNameInTable="columnbatch" msprop:Generator_ColumnPropNameInRow="batch" msprop:Generator_ColumnPropNameInTable="batchColumn" msprop:Generator_UserColumnName="batch" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="orderState" msprop:Generator_ColumnVarNameInTable="columnorderState" msprop:Generator_ColumnPropNameInRow="orderState" msprop:Generator_ColumnPropNameInTable="orderStateColumn" msprop:Generator_UserColumnName="orderState" type="xs:int" minOccurs="0" />
|
|
<xs:element name="pickState" msprop:Generator_ColumnVarNameInTable="columnpickState" msprop:Generator_ColumnPropNameInRow="pickState" msprop:Generator_ColumnPropNameInTable="pickStateColumn" msprop:Generator_UserColumnName="pickState" type="xs:int" minOccurs="0" />
|
|
<xs:element name="bulkPickState" msprop:Generator_ColumnVarNameInTable="columnbulkPickState" msprop:Generator_ColumnPropNameInRow="bulkPickState" msprop:Generator_ColumnPropNameInTable="bulkPickStateColumn" msprop:Generator_UserColumnName="bulkPickState" type="xs:int" minOccurs="0" />
|
|
<xs:element name="batchPickState" msprop:Generator_ColumnVarNameInTable="columnbatchPickState" msprop:Generator_ColumnPropNameInRow="batchPickState" msprop:Generator_ColumnPropNameInTable="batchPickStateColumn" msprop:Generator_UserColumnName="batchPickState" type="xs:int" minOccurs="0" />
|
|
<xs:element name="operater" msprop:Generator_ColumnVarNameInTable="columnoperater" msprop:Generator_ColumnPropNameInRow="operater" msprop:Generator_ColumnPropNameInTable="operaterColumn" msprop:Generator_UserColumnName="operater" type="xs:int" minOccurs="0" />
|
|
<xs:element name="lastmodified" msprop:Generator_ColumnVarNameInTable="columnlastmodified" msprop:Generator_ColumnPropNameInRow="lastmodified" msprop:Generator_ColumnPropNameInTable="lastmodifiedColumn" msprop:Generator_UserColumnName="lastmodified" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="createtime" msprop:Generator_ColumnVarNameInTable="columncreatetime" msprop:Generator_ColumnPropNameInRow="createtime" msprop:Generator_ColumnPropNameInTable="createtimeColumn" msprop:Generator_UserColumnName="createtime" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="dr" msprop:Generator_ColumnVarNameInTable="columndr" msprop:Generator_ColumnPropNameInRow="dr" msprop:Generator_ColumnPropNameInTable="drColumn" msprop:Generator_UserColumnName="dr" type="xs:boolean" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="t_wmsOutPickDetail" msprop:Generator_TableClassName="t_wmsOutPickDetailDataTable" msprop:Generator_TableVarName="tablet_wmsOutPickDetail" msprop:Generator_TablePropName="t_wmsOutPickDetail" msprop:Generator_RowDeletingName="t_wmsOutPickDetailRowDeleting" msprop:Generator_RowChangingName="t_wmsOutPickDetailRowChanging" msprop:Generator_RowEvHandlerName="t_wmsOutPickDetailRowChangeEventHandler" msprop:Generator_RowDeletedName="t_wmsOutPickDetailRowDeleted" msprop:Generator_UserTableName="t_wmsOutPickDetail" msprop:Generator_RowChangedName="t_wmsOutPickDetailRowChanged" msprop:Generator_RowEvArgName="t_wmsOutPickDetailRowChangeEvent" msprop:Generator_RowClassName="t_wmsOutPickDetailRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="id" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnid" msprop:Generator_ColumnPropNameInRow="id" msprop:Generator_ColumnPropNameInTable="idColumn" msprop:Generator_UserColumnName="id" type="xs:int" />
|
|
<xs:element name="pickOrderNo" msprop:Generator_ColumnVarNameInTable="columnpickOrderNo" msprop:Generator_ColumnPropNameInRow="pickOrderNo" msprop:Generator_ColumnPropNameInTable="pickOrderNoColumn" msprop:Generator_UserColumnName="pickOrderNo">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="customerId" msprop:Generator_ColumnVarNameInTable="columncustomerId" msprop:Generator_ColumnPropNameInRow="customerId" msprop:Generator_ColumnPropNameInTable="customerIdColumn" msprop:Generator_UserColumnName="customerId" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="customerName" msprop:Generator_ColumnVarNameInTable="columncustomerName" msprop:Generator_ColumnPropNameInRow="customerName" msprop:Generator_ColumnPropNameInTable="customerNameColumn" msprop:Generator_UserColumnName="customerName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="custAddress" msprop:Generator_ColumnVarNameInTable="columncustAddress" msprop:Generator_ColumnPropNameInRow="custAddress" msprop:Generator_ColumnPropNameInTable="custAddressColumn" msprop:Generator_UserColumnName="custAddress" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="goodsId" msprop:Generator_ColumnVarNameInTable="columngoodsId" msprop:Generator_ColumnPropNameInRow="goodsId" msprop:Generator_ColumnPropNameInTable="goodsIdColumn" msprop:Generator_UserColumnName="goodsId" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="batch" msprop:Generator_ColumnVarNameInTable="columnbatch" msprop:Generator_ColumnPropNameInRow="batch" msprop:Generator_ColumnPropNameInTable="batchColumn" msprop:Generator_UserColumnName="batch" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="count" msprop:Generator_ColumnVarNameInTable="columncount" msprop:Generator_ColumnPropNameInRow="count" msprop:Generator_ColumnPropNameInTable="countColumn" msprop:Generator_UserColumnName="count" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="bulkCount" msprop:Generator_ColumnVarNameInTable="columnbulkCount" msprop:Generator_ColumnPropNameInRow="bulkCount" msprop:Generator_ColumnPropNameInTable="bulkCountColumn" msprop:Generator_UserColumnName="bulkCount" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="batch1Count" msprop:Generator_ColumnVarNameInTable="columnbatch1Count" msprop:Generator_ColumnPropNameInRow="batch1Count" msprop:Generator_ColumnPropNameInTable="batch1CountColumn" msprop:Generator_UserColumnName="batch1Count" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="batch2Count" msprop:Generator_ColumnVarNameInTable="columnbatch2Count" msprop:Generator_ColumnPropNameInRow="batch2Count" msprop:Generator_ColumnPropNameInTable="batch2CountColumn" msprop:Generator_UserColumnName="batch2Count" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="boxcnt" msprop:Generator_ColumnVarNameInTable="columnboxcnt" msprop:Generator_ColumnPropNameInRow="boxcnt" msprop:Generator_ColumnPropNameInTable="boxcntColumn" msprop:Generator_UserColumnName="boxcnt" type="xs:int" minOccurs="0" />
|
|
<xs:element name="productDate" msprop:Generator_ColumnVarNameInTable="columnproductDate" msprop:Generator_ColumnPropNameInRow="productDate" msprop:Generator_ColumnPropNameInTable="productDateColumn" msprop:Generator_UserColumnName="productDate" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="validDate" msprop:Generator_ColumnVarNameInTable="columnvalidDate" msprop:Generator_ColumnPropNameInRow="validDate" msprop:Generator_ColumnPropNameInTable="validDateColumn" msprop:Generator_UserColumnName="validDate" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="state" msprop:Generator_ColumnVarNameInTable="columnstate" msprop:Generator_ColumnPropNameInRow="state" msprop:Generator_ColumnPropNameInTable="stateColumn" msprop:Generator_UserColumnName="state" type="xs:int" minOccurs="0" />
|
|
<xs:element name="bulkPickState" msprop:Generator_ColumnVarNameInTable="columnbulkPickState" msprop:Generator_ColumnPropNameInRow="bulkPickState" msprop:Generator_ColumnPropNameInTable="bulkPickStateColumn" msprop:Generator_UserColumnName="bulkPickState" type="xs:int" minOccurs="0" />
|
|
<xs:element name="batchPickState" msprop:Generator_ColumnVarNameInTable="columnbatchPickState" msprop:Generator_ColumnPropNameInRow="batchPickState" msprop:Generator_ColumnPropNameInTable="batchPickStateColumn" msprop:Generator_UserColumnName="batchPickState" type="xs:int" minOccurs="0" />
|
|
<xs:element name="whtype" msprop:Generator_ColumnVarNameInTable="columnwhtype" msprop:Generator_ColumnPropNameInRow="whtype" msprop:Generator_ColumnPropNameInTable="whtypeColumn" msprop:Generator_UserColumnName="whtype" type="xs:int" minOccurs="0" />
|
|
<xs:element name="description" msprop:Generator_ColumnVarNameInTable="columndescription" msprop:Generator_ColumnPropNameInRow="description" msprop:Generator_ColumnPropNameInTable="descriptionColumn" msprop:Generator_UserColumnName="description" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="confirmedCount" msprop:Generator_ColumnVarNameInTable="columnconfirmedCount" msprop:Generator_ColumnPropNameInRow="confirmedCount" msprop:Generator_ColumnPropNameInTable="confirmedCountColumn" msprop:Generator_UserColumnName="confirmedCount" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="checkedBy" msprop:Generator_ColumnVarNameInTable="columncheckedBy" msprop:Generator_ColumnPropNameInRow="checkedBy" msprop:Generator_ColumnPropNameInTable="checkedByColumn" msprop:Generator_UserColumnName="checkedBy" type="xs:int" minOccurs="0" />
|
|
<xs:element name="validReason" msprop:Generator_ColumnVarNameInTable="columnvalidReason" msprop:Generator_ColumnPropNameInRow="validReason" msprop:Generator_ColumnPropNameInTable="validReasonColumn" msprop:Generator_UserColumnName="validReason" type="xs:int" minOccurs="0" />
|
|
<xs:element name="validSolution" msprop:Generator_ColumnVarNameInTable="columnvalidSolution" msprop:Generator_ColumnPropNameInRow="validSolution" msprop:Generator_ColumnPropNameInTable="validSolutionColumn" msprop:Generator_UserColumnName="validSolution" type="xs:int" minOccurs="0" />
|
|
<xs:element name="validRemark" msprop:Generator_ColumnVarNameInTable="columnvalidRemark" msprop:Generator_ColumnPropNameInRow="validRemark" msprop:Generator_ColumnPropNameInTable="validRemarkColumn" msprop:Generator_UserColumnName="validRemark" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="solutionRemark" msprop:Generator_ColumnVarNameInTable="columnsolutionRemark" msprop:Generator_ColumnPropNameInRow="solutionRemark" msprop:Generator_ColumnPropNameInTable="solutionRemarkColumn" msprop:Generator_UserColumnName="solutionRemark" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="checkedTime" msprop:Generator_ColumnVarNameInTable="columncheckedTime" msprop:Generator_ColumnPropNameInRow="checkedTime" msprop:Generator_ColumnPropNameInTable="checkedTimeColumn" msprop:Generator_UserColumnName="checkedTime" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="operater" msprop:Generator_ColumnVarNameInTable="columnoperater" msprop:Generator_ColumnPropNameInRow="operater" msprop:Generator_ColumnPropNameInTable="operaterColumn" msprop:Generator_UserColumnName="operater" type="xs:int" minOccurs="0" />
|
|
<xs:element name="dr" msprop:Generator_ColumnVarNameInTable="columndr" msprop:Generator_ColumnPropNameInRow="dr" msprop:Generator_ColumnPropNameInTable="drColumn" msprop:Generator_UserColumnName="dr" type="xs:boolean" minOccurs="0" />
|
|
<xs:element name="createtime" msprop:Generator_ColumnVarNameInTable="columncreatetime" msprop:Generator_ColumnPropNameInRow="createtime" msprop:Generator_ColumnPropNameInTable="createtimeColumn" msprop:Generator_UserColumnName="createtime" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="lastmodified" msprop:Generator_ColumnVarNameInTable="columnlastmodified" msprop:Generator_ColumnPropNameInRow="lastmodified" msprop:Generator_ColumnPropNameInTable="lastmodifiedColumn" msprop:Generator_UserColumnName="lastmodified" type="xs:dateTime" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="t_wmsOutPickDetail_tmp" msprop:Generator_TableClassName="t_wmsOutPickDetail_tmpDataTable" msprop:Generator_TableVarName="tablet_wmsOutPickDetail_tmp" msprop:Generator_TablePropName="t_wmsOutPickDetail_tmp" msprop:Generator_RowDeletingName="t_wmsOutPickDetail_tmpRowDeleting" msprop:Generator_RowChangingName="t_wmsOutPickDetail_tmpRowChanging" msprop:Generator_RowEvHandlerName="t_wmsOutPickDetail_tmpRowChangeEventHandler" msprop:Generator_RowDeletedName="t_wmsOutPickDetail_tmpRowDeleted" msprop:Generator_UserTableName="t_wmsOutPickDetail_tmp" msprop:Generator_RowChangedName="t_wmsOutPickDetail_tmpRowChanged" msprop:Generator_RowEvArgName="t_wmsOutPickDetail_tmpRowChangeEvent" msprop:Generator_RowClassName="t_wmsOutPickDetail_tmpRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="desk" msprop:Generator_ColumnVarNameInTable="columndesk" msprop:Generator_ColumnPropNameInRow="desk" msprop:Generator_ColumnPropNameInTable="deskColumn" msprop:Generator_UserColumnName="desk" type="xs:int" minOccurs="0" />
|
|
<xs:element name="orderState" msprop:Generator_ColumnVarNameInTable="columnorderState" msprop:Generator_ColumnPropNameInRow="orderState" msprop:Generator_ColumnPropNameInTable="orderStateColumn" msprop:Generator_UserColumnName="orderState" type="xs:int" minOccurs="0" />
|
|
<xs:element name="waveOrder" msprop:Generator_ColumnVarNameInTable="columnwaveOrder" msprop:Generator_ColumnPropNameInRow="waveOrder" msprop:Generator_ColumnPropNameInTable="waveOrderColumn" msprop:Generator_UserColumnName="waveOrder" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="seedsPickNo" msprop:Generator_ColumnVarNameInTable="columnseedsPickNo" msprop:Generator_ColumnPropNameInRow="seedsPickNo" msprop:Generator_ColumnPropNameInTable="seedsPickNoColumn" msprop:Generator_UserColumnName="seedsPickNo" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="seedsPort" msprop:Generator_ColumnVarNameInTable="columnseedsPort" msprop:Generator_ColumnPropNameInRow="seedsPort" msprop:Generator_ColumnPropNameInTable="seedsPortColumn" msprop:Generator_UserColumnName="seedsPort" type="xs:int" minOccurs="0" />
|
|
<xs:element name="seedsLabelId" msprop:Generator_ColumnVarNameInTable="columnseedsLabelId" msprop:Generator_ColumnPropNameInRow="seedsLabelId" msprop:Generator_ColumnPropNameInTable="seedsLabelIdColumn" msprop:Generator_UserColumnName="seedsLabelId" type="xs:int" minOccurs="0" />
|
|
<xs:element name="id" msprop:Generator_ColumnVarNameInTable="columnid" msprop:Generator_ColumnPropNameInRow="id" msprop:Generator_ColumnPropNameInTable="idColumn" msprop:Generator_UserColumnName="id" type="xs:int" />
|
|
<xs:element name="pickOrderNo" msprop:Generator_ColumnVarNameInTable="columnpickOrderNo" msprop:Generator_ColumnPropNameInRow="pickOrderNo" msprop:Generator_ColumnPropNameInTable="pickOrderNoColumn" msprop:Generator_UserColumnName="pickOrderNo">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="customerId" msprop:Generator_ColumnVarNameInTable="columncustomerId" msprop:Generator_ColumnPropNameInRow="customerId" msprop:Generator_ColumnPropNameInTable="customerIdColumn" msprop:Generator_UserColumnName="customerId" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="customerName" msprop:Generator_ColumnVarNameInTable="columncustomerName" msprop:Generator_ColumnPropNameInRow="customerName" msprop:Generator_ColumnPropNameInTable="customerNameColumn" msprop:Generator_UserColumnName="customerName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="custAddress" msprop:Generator_ColumnVarNameInTable="columncustAddress" msprop:Generator_ColumnPropNameInRow="custAddress" msprop:Generator_ColumnPropNameInTable="custAddressColumn" msprop:Generator_UserColumnName="custAddress" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="goodsId" msprop:Generator_ColumnVarNameInTable="columngoodsId" msprop:Generator_ColumnPropNameInRow="goodsId" msprop:Generator_ColumnPropNameInTable="goodsIdColumn" msprop:Generator_UserColumnName="goodsId" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="batch" msprop:Generator_ColumnVarNameInTable="columnbatch" msprop:Generator_ColumnPropNameInRow="batch" msprop:Generator_ColumnPropNameInTable="batchColumn" msprop:Generator_UserColumnName="batch" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="count" msprop:Generator_ColumnVarNameInTable="columncount" msprop:Generator_ColumnPropNameInRow="count" msprop:Generator_ColumnPropNameInTable="countColumn" msprop:Generator_UserColumnName="count" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="bulkCount" msprop:Generator_ColumnVarNameInTable="columnbulkCount" msprop:Generator_ColumnPropNameInRow="bulkCount" msprop:Generator_ColumnPropNameInTable="bulkCountColumn" msprop:Generator_UserColumnName="bulkCount" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="batch1Count" msprop:Generator_ColumnVarNameInTable="columnbatch1Count" msprop:Generator_ColumnPropNameInRow="batch1Count" msprop:Generator_ColumnPropNameInTable="batch1CountColumn" msprop:Generator_UserColumnName="batch1Count" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="batch2Count" msprop:Generator_ColumnVarNameInTable="columnbatch2Count" msprop:Generator_ColumnPropNameInRow="batch2Count" msprop:Generator_ColumnPropNameInTable="batch2CountColumn" msprop:Generator_UserColumnName="batch2Count" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="boxcnt" msprop:Generator_ColumnVarNameInTable="columnboxcnt" msprop:Generator_ColumnPropNameInRow="boxcnt" msprop:Generator_ColumnPropNameInTable="boxcntColumn" msprop:Generator_UserColumnName="boxcnt" type="xs:int" minOccurs="0" />
|
|
<xs:element name="productDate" msprop:Generator_ColumnVarNameInTable="columnproductDate" msprop:Generator_ColumnPropNameInRow="productDate" msprop:Generator_ColumnPropNameInTable="productDateColumn" msprop:Generator_UserColumnName="productDate" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="validDate" msprop:Generator_ColumnVarNameInTable="columnvalidDate" msprop:Generator_ColumnPropNameInRow="validDate" msprop:Generator_ColumnPropNameInTable="validDateColumn" msprop:Generator_UserColumnName="validDate" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="state" msprop:Generator_ColumnVarNameInTable="columnstate" msprop:Generator_ColumnPropNameInRow="state" msprop:Generator_ColumnPropNameInTable="stateColumn" msprop:Generator_UserColumnName="state" type="xs:int" minOccurs="0" />
|
|
<xs:element name="bulkPickState" msprop:Generator_ColumnVarNameInTable="columnbulkPickState" msprop:Generator_ColumnPropNameInRow="bulkPickState" msprop:Generator_ColumnPropNameInTable="bulkPickStateColumn" msprop:Generator_UserColumnName="bulkPickState" type="xs:int" minOccurs="0" />
|
|
<xs:element name="batchPickState" msprop:Generator_ColumnVarNameInTable="columnbatchPickState" msprop:Generator_ColumnPropNameInRow="batchPickState" msprop:Generator_ColumnPropNameInTable="batchPickStateColumn" msprop:Generator_UserColumnName="batchPickState" type="xs:int" minOccurs="0" />
|
|
<xs:element name="whtype" msprop:Generator_ColumnVarNameInTable="columnwhtype" msprop:Generator_ColumnPropNameInRow="whtype" msprop:Generator_ColumnPropNameInTable="whtypeColumn" msprop:Generator_UserColumnName="whtype" type="xs:int" minOccurs="0" />
|
|
<xs:element name="description" msprop:Generator_ColumnVarNameInTable="columndescription" msprop:Generator_ColumnPropNameInRow="description" msprop:Generator_ColumnPropNameInTable="descriptionColumn" msprop:Generator_UserColumnName="description" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="confirmedCount" msprop:Generator_ColumnVarNameInTable="columnconfirmedCount" msprop:Generator_ColumnPropNameInRow="confirmedCount" msprop:Generator_ColumnPropNameInTable="confirmedCountColumn" msprop:Generator_UserColumnName="confirmedCount" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="checkedBy" msprop:Generator_ColumnVarNameInTable="columncheckedBy" msprop:Generator_ColumnPropNameInRow="checkedBy" msprop:Generator_ColumnPropNameInTable="checkedByColumn" msprop:Generator_UserColumnName="checkedBy" type="xs:int" minOccurs="0" />
|
|
<xs:element name="validReason" msprop:Generator_ColumnVarNameInTable="columnvalidReason" msprop:Generator_ColumnPropNameInRow="validReason" msprop:Generator_ColumnPropNameInTable="validReasonColumn" msprop:Generator_UserColumnName="validReason" type="xs:int" minOccurs="0" />
|
|
<xs:element name="validSolution" msprop:Generator_ColumnVarNameInTable="columnvalidSolution" msprop:Generator_ColumnPropNameInRow="validSolution" msprop:Generator_ColumnPropNameInTable="validSolutionColumn" msprop:Generator_UserColumnName="validSolution" type="xs:int" minOccurs="0" />
|
|
<xs:element name="validRemark" msprop:Generator_ColumnVarNameInTable="columnvalidRemark" msprop:Generator_ColumnPropNameInRow="validRemark" msprop:Generator_ColumnPropNameInTable="validRemarkColumn" msprop:Generator_UserColumnName="validRemark" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="solutionRemark" msprop:Generator_ColumnVarNameInTable="columnsolutionRemark" msprop:Generator_ColumnPropNameInRow="solutionRemark" msprop:Generator_ColumnPropNameInTable="solutionRemarkColumn" msprop:Generator_UserColumnName="solutionRemark" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="checkedTime" msprop:Generator_ColumnVarNameInTable="columncheckedTime" msprop:Generator_ColumnPropNameInRow="checkedTime" msprop:Generator_ColumnPropNameInTable="checkedTimeColumn" msprop:Generator_UserColumnName="checkedTime" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="operater" msprop:Generator_ColumnVarNameInTable="columnoperater" msprop:Generator_ColumnPropNameInRow="operater" msprop:Generator_ColumnPropNameInTable="operaterColumn" msprop:Generator_UserColumnName="operater" type="xs:int" minOccurs="0" />
|
|
<xs:element name="dr" msprop:Generator_ColumnVarNameInTable="columndr" msprop:Generator_ColumnPropNameInRow="dr" msprop:Generator_ColumnPropNameInTable="drColumn" msprop:Generator_UserColumnName="dr" type="xs:boolean" minOccurs="0" />
|
|
<xs:element name="createtime" msprop:Generator_ColumnVarNameInTable="columncreatetime" msprop:Generator_ColumnPropNameInRow="createtime" msprop:Generator_ColumnPropNameInTable="createtimeColumn" msprop:Generator_UserColumnName="createtime" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="lastmodified" msprop:Generator_ColumnVarNameInTable="columnlastmodified" msprop:Generator_ColumnPropNameInRow="lastmodified" msprop:Generator_ColumnPropNameInTable="lastmodifiedColumn" msprop:Generator_UserColumnName="lastmodified" type="xs:dateTime" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="t_wmsOutPickLable" msprop:Generator_TableClassName="t_wmsOutPickLableDataTable" msprop:Generator_TableVarName="tablet_wmsOutPickLable" msprop:Generator_TablePropName="t_wmsOutPickLable" msprop:Generator_RowDeletingName="t_wmsOutPickLableRowDeleting" msprop:Generator_RowChangingName="t_wmsOutPickLableRowChanging" msprop:Generator_RowEvHandlerName="t_wmsOutPickLableRowChangeEventHandler" msprop:Generator_RowDeletedName="t_wmsOutPickLableRowDeleted" msprop:Generator_UserTableName="t_wmsOutPickLable" msprop:Generator_RowChangedName="t_wmsOutPickLableRowChanged" msprop:Generator_RowEvArgName="t_wmsOutPickLableRowChangeEvent" msprop:Generator_RowClassName="t_wmsOutPickLableRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="id" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnid" msprop:Generator_ColumnPropNameInRow="id" msprop:Generator_ColumnPropNameInTable="idColumn" msprop:Generator_UserColumnName="id" type="xs:int" />
|
|
<xs:element name="pickOrderNo" msprop:Generator_ColumnVarNameInTable="columnpickOrderNo" msprop:Generator_ColumnPropNameInRow="pickOrderNo" msprop:Generator_ColumnPropNameInTable="pickOrderNoColumn" msprop:Generator_UserColumnName="pickOrderNo">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="waveOrder" msprop:Generator_ColumnVarNameInTable="columnwaveOrder" msprop:Generator_ColumnPropNameInRow="waveOrder" msprop:Generator_ColumnPropNameInTable="waveOrderColumn" msprop:Generator_UserColumnName="waveOrder">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="color" msprop:Generator_ColumnVarNameInTable="columncolor" msprop:Generator_ColumnPropNameInRow="color" msprop:Generator_ColumnPropNameInTable="colorColumn" msprop:Generator_UserColumnName="color" type="xs:int" />
|
|
<xs:element name="recordId" msprop:Generator_ColumnVarNameInTable="columnrecordId" msprop:Generator_ColumnPropNameInRow="recordId" msprop:Generator_ColumnPropNameInTable="recordIdColumn" msprop:Generator_UserColumnName="recordId" type="xs:int" />
|
|
<xs:element name="count" msprop:Generator_ColumnVarNameInTable="columncount" msprop:Generator_ColumnPropNameInRow="count" msprop:Generator_ColumnPropNameInTable="countColumn" msprop:Generator_UserColumnName="count" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="locationId" msprop:Generator_ColumnVarNameInTable="columnlocationId" msprop:Generator_ColumnPropNameInRow="locationId" msprop:Generator_ColumnPropNameInTable="locationIdColumn" msprop:Generator_UserColumnName="locationId" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="elabId" msprop:Generator_ColumnVarNameInTable="columnelabId" msprop:Generator_ColumnPropNameInRow="elabId" msprop:Generator_ColumnPropNameInTable="elabIdColumn" msprop:Generator_UserColumnName="elabId" type="xs:int" minOccurs="0" />
|
|
<xs:element name="port" msprop:Generator_ColumnVarNameInTable="columnport" msprop:Generator_ColumnPropNameInRow="port" msprop:Generator_ColumnPropNameInTable="portColumn" msprop:Generator_UserColumnName="port" type="xs:int" minOccurs="0" />
|
|
<xs:element name="elabAddress" msprop:Generator_ColumnVarNameInTable="columnelabAddress" msprop:Generator_ColumnPropNameInRow="elabAddress" msprop:Generator_ColumnPropNameInTable="elabAddressColumn" msprop:Generator_UserColumnName="elabAddress" type="xs:int" minOccurs="0" />
|
|
<xs:element name="state" msprop:Generator_ColumnVarNameInTable="columnstate" msprop:Generator_ColumnPropNameInRow="state" msprop:Generator_ColumnPropNameInTable="stateColumn" msprop:Generator_UserColumnName="state" type="xs:int" minOccurs="0" />
|
|
<xs:element name="pickCount" msprop:Generator_ColumnVarNameInTable="columnpickCount" msprop:Generator_ColumnPropNameInRow="pickCount" msprop:Generator_ColumnPropNameInTable="pickCountColumn" msprop:Generator_UserColumnName="pickCount" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="description" msprop:Generator_ColumnVarNameInTable="columndescription" msprop:Generator_ColumnPropNameInRow="description" msprop:Generator_ColumnPropNameInTable="descriptionColumn" msprop:Generator_UserColumnName="description" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="operater" msprop:Generator_ColumnVarNameInTable="columnoperater" msprop:Generator_ColumnPropNameInRow="operater" msprop:Generator_ColumnPropNameInTable="operaterColumn" msprop:Generator_UserColumnName="operater" type="xs:int" minOccurs="0" />
|
|
<xs:element name="dr" msprop:Generator_ColumnVarNameInTable="columndr" msprop:Generator_ColumnPropNameInRow="dr" msprop:Generator_ColumnPropNameInTable="drColumn" msprop:Generator_UserColumnName="dr" type="xs:boolean" minOccurs="0" />
|
|
<xs:element name="createtime" msprop:Generator_ColumnVarNameInTable="columncreatetime" msprop:Generator_ColumnPropNameInRow="createtime" msprop:Generator_ColumnPropNameInTable="createtimeColumn" msprop:Generator_UserColumnName="createtime" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="lastmodified" msprop:Generator_ColumnVarNameInTable="columnlastmodified" msprop:Generator_ColumnPropNameInRow="lastmodified" msprop:Generator_ColumnPropNameInTable="lastmodifiedColumn" msprop:Generator_UserColumnName="lastmodified" type="xs:dateTime" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="t_wmsOutPickLable_tmp" msprop:Generator_TableClassName="t_wmsOutPickLable_tmpDataTable" msprop:Generator_TableVarName="tablet_wmsOutPickLable_tmp" msprop:Generator_TablePropName="t_wmsOutPickLable_tmp" msprop:Generator_RowDeletingName="t_wmsOutPickLable_tmpRowDeleting" msprop:Generator_RowChangingName="t_wmsOutPickLable_tmpRowChanging" msprop:Generator_RowEvHandlerName="t_wmsOutPickLable_tmpRowChangeEventHandler" msprop:Generator_RowDeletedName="t_wmsOutPickLable_tmpRowDeleted" msprop:Generator_UserTableName="t_wmsOutPickLable_tmp" msprop:Generator_RowChangedName="t_wmsOutPickLable_tmpRowChanged" msprop:Generator_RowEvArgName="t_wmsOutPickLable_tmpRowChangeEvent" msprop:Generator_RowClassName="t_wmsOutPickLable_tmpRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="id" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnid" msprop:Generator_ColumnPropNameInRow="id" msprop:Generator_ColumnPropNameInTable="idColumn" msprop:Generator_UserColumnName="id" type="xs:int" />
|
|
<xs:element name="pickOrderNo" msprop:Generator_ColumnVarNameInTable="columnpickOrderNo" msprop:Generator_ColumnPropNameInRow="pickOrderNo" msprop:Generator_ColumnPropNameInTable="pickOrderNoColumn" msprop:Generator_UserColumnName="pickOrderNo">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="waveOrder" msprop:Generator_ColumnVarNameInTable="columnwaveOrder" msprop:Generator_ColumnPropNameInRow="waveOrder" msprop:Generator_ColumnPropNameInTable="waveOrderColumn" msprop:Generator_UserColumnName="waveOrder">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="color" msprop:Generator_ColumnVarNameInTable="columncolor" msprop:Generator_ColumnPropNameInRow="color" msprop:Generator_ColumnPropNameInTable="colorColumn" msprop:Generator_UserColumnName="color" type="xs:int" />
|
|
<xs:element name="recordId" msprop:Generator_ColumnVarNameInTable="columnrecordId" msprop:Generator_ColumnPropNameInRow="recordId" msprop:Generator_ColumnPropNameInTable="recordIdColumn" msprop:Generator_UserColumnName="recordId" type="xs:int" />
|
|
<xs:element name="count" msprop:Generator_ColumnVarNameInTable="columncount" msprop:Generator_ColumnPropNameInRow="count" msprop:Generator_ColumnPropNameInTable="countColumn" msprop:Generator_UserColumnName="count" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="locationId" msprop:Generator_ColumnVarNameInTable="columnlocationId" msprop:Generator_ColumnPropNameInRow="locationId" msprop:Generator_ColumnPropNameInTable="locationIdColumn" msprop:Generator_UserColumnName="locationId" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="elabId" msprop:Generator_ColumnVarNameInTable="columnelabId" msprop:Generator_ColumnPropNameInRow="elabId" msprop:Generator_ColumnPropNameInTable="elabIdColumn" msprop:Generator_UserColumnName="elabId" type="xs:int" minOccurs="0" />
|
|
<xs:element name="port" msprop:Generator_ColumnVarNameInTable="columnport" msprop:Generator_ColumnPropNameInRow="port" msprop:Generator_ColumnPropNameInTable="portColumn" msprop:Generator_UserColumnName="port" type="xs:int" minOccurs="0" />
|
|
<xs:element name="elabAddress" msprop:Generator_ColumnVarNameInTable="columnelabAddress" msprop:Generator_ColumnPropNameInRow="elabAddress" msprop:Generator_ColumnPropNameInTable="elabAddressColumn" msprop:Generator_UserColumnName="elabAddress" type="xs:int" minOccurs="0" />
|
|
<xs:element name="state" msprop:Generator_ColumnVarNameInTable="columnstate" msprop:Generator_ColumnPropNameInRow="state" msprop:Generator_ColumnPropNameInTable="stateColumn" msprop:Generator_UserColumnName="state" type="xs:int" minOccurs="0" />
|
|
<xs:element name="pickCount" msprop:Generator_ColumnVarNameInTable="columnpickCount" msprop:Generator_ColumnPropNameInRow="pickCount" msprop:Generator_ColumnPropNameInTable="pickCountColumn" msprop:Generator_UserColumnName="pickCount" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="description" msprop:Generator_ColumnVarNameInTable="columndescription" msprop:Generator_ColumnPropNameInRow="description" msprop:Generator_ColumnPropNameInTable="descriptionColumn" msprop:Generator_UserColumnName="description" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="operater" msprop:Generator_ColumnVarNameInTable="columnoperater" msprop:Generator_ColumnPropNameInRow="operater" msprop:Generator_ColumnPropNameInTable="operaterColumn" msprop:Generator_UserColumnName="operater" type="xs:int" minOccurs="0" />
|
|
<xs:element name="dr" msprop:Generator_ColumnVarNameInTable="columndr" msprop:Generator_ColumnPropNameInRow="dr" msprop:Generator_ColumnPropNameInTable="drColumn" msprop:Generator_UserColumnName="dr" type="xs:boolean" minOccurs="0" />
|
|
<xs:element name="createtime" msprop:Generator_ColumnVarNameInTable="columncreatetime" msprop:Generator_ColumnPropNameInRow="createtime" msprop:Generator_ColumnPropNameInTable="createtimeColumn" msprop:Generator_UserColumnName="createtime" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="lastmodified" msprop:Generator_ColumnVarNameInTable="columnlastmodified" msprop:Generator_ColumnPropNameInRow="lastmodified" msprop:Generator_ColumnPropNameInTable="lastmodifiedColumn" msprop:Generator_UserColumnName="lastmodified" type="xs:dateTime" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="t_wmsOutPickPort" msprop:Generator_TableClassName="t_wmsOutPickPortDataTable" msprop:Generator_TableVarName="tablet_wmsOutPickPort" msprop:Generator_TablePropName="t_wmsOutPickPort" msprop:Generator_RowDeletingName="t_wmsOutPickPortRowDeleting" msprop:Generator_RowChangingName="t_wmsOutPickPortRowChanging" msprop:Generator_RowEvHandlerName="t_wmsOutPickPortRowChangeEventHandler" msprop:Generator_RowDeletedName="t_wmsOutPickPortRowDeleted" msprop:Generator_UserTableName="t_wmsOutPickPort" msprop:Generator_RowChangedName="t_wmsOutPickPortRowChanged" msprop:Generator_RowEvArgName="t_wmsOutPickPortRowChangeEvent" msprop:Generator_RowClassName="t_wmsOutPickPortRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="id" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnid" msprop:Generator_ColumnPropNameInRow="id" msprop:Generator_ColumnPropNameInTable="idColumn" msprop:Generator_UserColumnName="id" type="xs:int" />
|
|
<xs:element name="pickOrderNo" msprop:Generator_ColumnVarNameInTable="columnpickOrderNo" msprop:Generator_ColumnPropNameInRow="pickOrderNo" msprop:Generator_ColumnPropNameInTable="pickOrderNoColumn" msprop:Generator_UserColumnName="pickOrderNo">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="waveOrder" msprop:Generator_ColumnVarNameInTable="columnwaveOrder" msprop:Generator_ColumnPropNameInRow="waveOrder" msprop:Generator_ColumnPropNameInTable="waveOrderColumn" msprop:Generator_UserColumnName="waveOrder" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="recordId" msprop:Generator_ColumnVarNameInTable="columnrecordId" msprop:Generator_ColumnPropNameInRow="recordId" msprop:Generator_ColumnPropNameInTable="recordIdColumn" msprop:Generator_UserColumnName="recordId" type="xs:int" />
|
|
<xs:element name="count" msprop:Generator_ColumnVarNameInTable="columncount" msprop:Generator_ColumnPropNameInRow="count" msprop:Generator_ColumnPropNameInTable="countColumn" msprop:Generator_UserColumnName="count" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="locationId" msprop:Generator_ColumnVarNameInTable="columnlocationId" msprop:Generator_ColumnPropNameInRow="locationId" msprop:Generator_ColumnPropNameInTable="locationIdColumn" msprop:Generator_UserColumnName="locationId" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="volType" msprop:Generator_ColumnVarNameInTable="columnvolType" msprop:Generator_ColumnPropNameInRow="volType" msprop:Generator_ColumnPropNameInTable="volTypeColumn" msprop:Generator_UserColumnName="volType" type="xs:int" minOccurs="0" />
|
|
<xs:element name="tranLocationId" msprop:Generator_ColumnVarNameInTable="columntranLocationId" msprop:Generator_ColumnPropNameInRow="tranLocationId" msprop:Generator_ColumnPropNameInTable="tranLocationIdColumn" msprop:Generator_UserColumnName="tranLocationId" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="state" msprop:Generator_ColumnVarNameInTable="columnstate" msprop:Generator_ColumnPropNameInRow="state" msprop:Generator_ColumnPropNameInTable="stateColumn" msprop:Generator_UserColumnName="state" type="xs:int" minOccurs="0" />
|
|
<xs:element name="pickCount" msprop:Generator_ColumnVarNameInTable="columnpickCount" msprop:Generator_ColumnPropNameInRow="pickCount" msprop:Generator_ColumnPropNameInTable="pickCountColumn" msprop:Generator_UserColumnName="pickCount" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="description" msprop:Generator_ColumnVarNameInTable="columndescription" msprop:Generator_ColumnPropNameInRow="description" msprop:Generator_ColumnPropNameInTable="descriptionColumn" msprop:Generator_UserColumnName="description" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="operater" msprop:Generator_ColumnVarNameInTable="columnoperater" msprop:Generator_ColumnPropNameInRow="operater" msprop:Generator_ColumnPropNameInTable="operaterColumn" msprop:Generator_UserColumnName="operater" type="xs:int" minOccurs="0" />
|
|
<xs:element name="dr" msprop:Generator_ColumnVarNameInTable="columndr" msprop:Generator_ColumnPropNameInRow="dr" msprop:Generator_ColumnPropNameInTable="drColumn" msprop:Generator_UserColumnName="dr" type="xs:boolean" minOccurs="0" />
|
|
<xs:element name="createtime" msprop:Generator_ColumnVarNameInTable="columncreatetime" msprop:Generator_ColumnPropNameInRow="createtime" msprop:Generator_ColumnPropNameInTable="createtimeColumn" msprop:Generator_UserColumnName="createtime" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="lastmodified" msprop:Generator_ColumnVarNameInTable="columnlastmodified" msprop:Generator_ColumnPropNameInRow="lastmodified" msprop:Generator_ColumnPropNameInTable="lastmodifiedColumn" msprop:Generator_UserColumnName="lastmodified" type="xs:dateTime" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="t_wmsOutPickRequest" msprop:Generator_TableClassName="t_wmsOutPickRequestDataTable" msprop:Generator_TableVarName="tablet_wmsOutPickRequest" msprop:Generator_TablePropName="t_wmsOutPickRequest" msprop:Generator_RowDeletingName="t_wmsOutPickRequestRowDeleting" msprop:Generator_RowChangingName="t_wmsOutPickRequestRowChanging" msprop:Generator_RowEvHandlerName="t_wmsOutPickRequestRowChangeEventHandler" msprop:Generator_RowDeletedName="t_wmsOutPickRequestRowDeleted" msprop:Generator_UserTableName="t_wmsOutPickRequest" msprop:Generator_RowChangedName="t_wmsOutPickRequestRowChanged" msprop:Generator_RowEvArgName="t_wmsOutPickRequestRowChangeEvent" msprop:Generator_RowClassName="t_wmsOutPickRequestRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="id" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnid" msprop:Generator_ColumnPropNameInRow="id" msprop:Generator_ColumnPropNameInTable="idColumn" msprop:Generator_UserColumnName="id" type="xs:int" />
|
|
<xs:element name="pickOrderNo" msprop:Generator_ColumnVarNameInTable="columnpickOrderNo" msprop:Generator_ColumnPropNameInRow="pickOrderNo" msprop:Generator_ColumnPropNameInTable="pickOrderNoColumn" msprop:Generator_UserColumnName="pickOrderNo">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="waveOrder" msprop:Generator_ColumnVarNameInTable="columnwaveOrder" msprop:Generator_ColumnPropNameInRow="waveOrder" msprop:Generator_ColumnPropNameInTable="waveOrderColumn" msprop:Generator_UserColumnName="waveOrder" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="transNo" msprop:Generator_ColumnVarNameInTable="columntransNo" msprop:Generator_ColumnPropNameInRow="transNo" msprop:Generator_ColumnPropNameInTable="transNoColumn" msprop:Generator_UserColumnName="transNo" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="orderType" msprop:Generator_ColumnVarNameInTable="columnorderType" msprop:Generator_ColumnPropNameInRow="orderType" msprop:Generator_ColumnPropNameInTable="orderTypeColumn" msprop:Generator_UserColumnName="orderType" type="xs:int" minOccurs="0" />
|
|
<xs:element name="orderTypeName" msprop:Generator_ColumnVarNameInTable="columnorderTypeName" msprop:Generator_ColumnPropNameInRow="orderTypeName" msprop:Generator_ColumnPropNameInTable="orderTypeNameColumn" msprop:Generator_UserColumnName="orderTypeName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="customerId" msprop:Generator_ColumnVarNameInTable="columncustomerId" msprop:Generator_ColumnPropNameInRow="customerId" msprop:Generator_ColumnPropNameInTable="customerIdColumn" msprop:Generator_UserColumnName="customerId" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="customerName" msprop:Generator_ColumnVarNameInTable="columncustomerName" msprop:Generator_ColumnPropNameInRow="customerName" msprop:Generator_ColumnPropNameInTable="customerNameColumn" msprop:Generator_UserColumnName="customerName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="custAddress" msprop:Generator_ColumnVarNameInTable="columncustAddress" msprop:Generator_ColumnPropNameInRow="custAddress" msprop:Generator_ColumnPropNameInTable="custAddressColumn" msprop:Generator_UserColumnName="custAddress" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="desk" msprop:Generator_ColumnVarNameInTable="columndesk" msprop:Generator_ColumnPropNameInRow="desk" msprop:Generator_ColumnPropNameInTable="deskColumn" msprop:Generator_UserColumnName="desk" type="xs:int" />
|
|
<xs:element name="boxCnt" msprop:Generator_ColumnVarNameInTable="columnboxCnt" msprop:Generator_ColumnPropNameInRow="boxCnt" msprop:Generator_ColumnPropNameInTable="boxCntColumn" msprop:Generator_UserColumnName="boxCnt" type="xs:int" minOccurs="0" />
|
|
<xs:element name="bulkCnt" msprop:Generator_ColumnVarNameInTable="columnbulkCnt" msprop:Generator_ColumnPropNameInRow="bulkCnt" msprop:Generator_ColumnPropNameInTable="bulkCntColumn" msprop:Generator_UserColumnName="bulkCnt" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="bulkBox" msprop:Generator_ColumnVarNameInTable="columnbulkBox" msprop:Generator_ColumnPropNameInRow="bulkBox" msprop:Generator_ColumnPropNameInTable="bulkBoxColumn" msprop:Generator_UserColumnName="bulkBox" type="xs:int" minOccurs="0" />
|
|
<xs:element name="bulkBag" msprop:Generator_ColumnVarNameInTable="columnbulkBag" msprop:Generator_ColumnPropNameInRow="bulkBag" msprop:Generator_ColumnPropNameInTable="bulkBagColumn" msprop:Generator_UserColumnName="bulkBag" type="xs:int" minOccurs="0" />
|
|
<xs:element name="tranLocationId" msprop:Generator_ColumnVarNameInTable="columntranLocationId" msprop:Generator_ColumnPropNameInRow="tranLocationId" msprop:Generator_ColumnPropNameInTable="tranLocationIdColumn" msprop:Generator_UserColumnName="tranLocationId" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="volume" msprop:Generator_ColumnVarNameInTable="columnvolume" msprop:Generator_ColumnPropNameInRow="volume" msprop:Generator_ColumnPropNameInTable="volumeColumn" msprop:Generator_UserColumnName="volume" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="weight" msprop:Generator_ColumnVarNameInTable="columnweight" msprop:Generator_ColumnPropNameInRow="weight" msprop:Generator_ColumnPropNameInTable="weightColumn" msprop:Generator_UserColumnName="weight" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="state" msprop:Generator_ColumnVarNameInTable="columnstate" msprop:Generator_ColumnPropNameInRow="state" msprop:Generator_ColumnPropNameInTable="stateColumn" msprop:Generator_UserColumnName="state" type="xs:int" minOccurs="0" />
|
|
<xs:element name="bulkPickState" msprop:Generator_ColumnVarNameInTable="columnbulkPickState" msprop:Generator_ColumnPropNameInRow="bulkPickState" msprop:Generator_ColumnPropNameInTable="bulkPickStateColumn" msprop:Generator_UserColumnName="bulkPickState" type="xs:int" minOccurs="0" />
|
|
<xs:element name="batchPickState" msprop:Generator_ColumnVarNameInTable="columnbatchPickState" msprop:Generator_ColumnPropNameInRow="batchPickState" msprop:Generator_ColumnPropNameInTable="batchPickStateColumn" msprop:Generator_UserColumnName="batchPickState" type="xs:int" minOccurs="0" />
|
|
<xs:element name="orderDate" msprop:Generator_ColumnVarNameInTable="columnorderDate" msprop:Generator_ColumnPropNameInRow="orderDate" msprop:Generator_ColumnPropNameInTable="orderDateColumn" msprop:Generator_UserColumnName="orderDate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="description" msprop:Generator_ColumnVarNameInTable="columndescription" msprop:Generator_ColumnPropNameInRow="description" msprop:Generator_ColumnPropNameInTable="descriptionColumn" msprop:Generator_UserColumnName="description" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="pickedBye" msprop:Generator_ColumnVarNameInTable="columnpickedBye" msprop:Generator_ColumnPropNameInRow="pickedBye" msprop:Generator_ColumnPropNameInTable="pickedByeColumn" msprop:Generator_UserColumnName="pickedBye" type="xs:int" minOccurs="0" />
|
|
<xs:element name="pickedTime" msprop:Generator_ColumnVarNameInTable="columnpickedTime" msprop:Generator_ColumnPropNameInRow="pickedTime" msprop:Generator_ColumnPropNameInTable="pickedTimeColumn" msprop:Generator_UserColumnName="pickedTime" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="checkedby" msprop:Generator_ColumnVarNameInTable="columncheckedby" msprop:Generator_ColumnPropNameInRow="checkedby" msprop:Generator_ColumnPropNameInTable="checkedbyColumn" msprop:Generator_UserColumnName="checkedby" type="xs:int" minOccurs="0" />
|
|
<xs:element name="checkedTime" msprop:Generator_ColumnVarNameInTable="columncheckedTime" msprop:Generator_ColumnPropNameInRow="checkedTime" msprop:Generator_ColumnPropNameInTable="checkedTimeColumn" msprop:Generator_UserColumnName="checkedTime" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="waveStart" msprop:Generator_ColumnVarNameInTable="columnwaveStart" msprop:Generator_ColumnPropNameInRow="waveStart" msprop:Generator_ColumnPropNameInTable="waveStartColumn" msprop:Generator_UserColumnName="waveStart" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="waveEnd" msprop:Generator_ColumnVarNameInTable="columnwaveEnd" msprop:Generator_ColumnPropNameInRow="waveEnd" msprop:Generator_ColumnPropNameInTable="waveEndColumn" msprop:Generator_UserColumnName="waveEnd" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="priority" msprop:Generator_ColumnVarNameInTable="columnpriority" msprop:Generator_ColumnPropNameInRow="priority" msprop:Generator_ColumnPropNameInTable="priorityColumn" msprop:Generator_UserColumnName="priority" type="xs:int" minOccurs="0" />
|
|
<xs:element name="seedsPickNo" msprop:Generator_ColumnVarNameInTable="columnseedsPickNo" msprop:Generator_ColumnPropNameInRow="seedsPickNo" msprop:Generator_ColumnPropNameInTable="seedsPickNoColumn" msprop:Generator_UserColumnName="seedsPickNo" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="seedsPort" msprop:Generator_ColumnVarNameInTable="columnseedsPort" msprop:Generator_ColumnPropNameInRow="seedsPort" msprop:Generator_ColumnPropNameInTable="seedsPortColumn" msprop:Generator_UserColumnName="seedsPort" type="xs:int" minOccurs="0" />
|
|
<xs:element name="seedsLabelId" msprop:Generator_ColumnVarNameInTable="columnseedsLabelId" msprop:Generator_ColumnPropNameInRow="seedsLabelId" msprop:Generator_ColumnPropNameInTable="seedsLabelIdColumn" msprop:Generator_UserColumnName="seedsLabelId" type="xs:int" minOccurs="0" />
|
|
<xs:element name="operater" msprop:Generator_ColumnVarNameInTable="columnoperater" msprop:Generator_ColumnPropNameInRow="operater" msprop:Generator_ColumnPropNameInTable="operaterColumn" msprop:Generator_UserColumnName="operater" type="xs:int" minOccurs="0" />
|
|
<xs:element name="dr" msprop:Generator_ColumnVarNameInTable="columndr" msprop:Generator_ColumnPropNameInRow="dr" msprop:Generator_ColumnPropNameInTable="drColumn" msprop:Generator_UserColumnName="dr" type="xs:boolean" minOccurs="0" />
|
|
<xs:element name="createtime" msprop:Generator_ColumnVarNameInTable="columncreatetime" msprop:Generator_ColumnPropNameInRow="createtime" msprop:Generator_ColumnPropNameInTable="createtimeColumn" msprop:Generator_UserColumnName="createtime" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="lastmodified" msprop:Generator_ColumnVarNameInTable="columnlastmodified" msprop:Generator_ColumnPropNameInRow="lastmodified" msprop:Generator_ColumnPropNameInTable="lastmodifiedColumn" msprop:Generator_UserColumnName="lastmodified" type="xs:dateTime" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="t_wmsOutRequest" msprop:Generator_TableClassName="t_wmsOutRequestDataTable" msprop:Generator_TableVarName="tablet_wmsOutRequest" msprop:Generator_TablePropName="t_wmsOutRequest" msprop:Generator_RowDeletingName="t_wmsOutRequestRowDeleting" msprop:Generator_RowChangingName="t_wmsOutRequestRowChanging" msprop:Generator_RowEvHandlerName="t_wmsOutRequestRowChangeEventHandler" msprop:Generator_RowDeletedName="t_wmsOutRequestRowDeleted" msprop:Generator_UserTableName="t_wmsOutRequest" msprop:Generator_RowChangedName="t_wmsOutRequestRowChanged" msprop:Generator_RowEvArgName="t_wmsOutRequestRowChangeEvent" msprop:Generator_RowClassName="t_wmsOutRequestRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="id" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnid" msprop:Generator_ColumnPropNameInRow="id" msprop:Generator_ColumnPropNameInTable="idColumn" msprop:Generator_UserColumnName="id" type="xs:int" />
|
|
<xs:element name="orderNo" msprop:Generator_ColumnVarNameInTable="columnorderNo" msprop:Generator_ColumnPropNameInRow="orderNo" msprop:Generator_ColumnPropNameInTable="orderNoColumn" msprop:Generator_UserColumnName="orderNo">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="pickOrderNo" msprop:Generator_ColumnVarNameInTable="columnpickOrderNo" msprop:Generator_ColumnPropNameInRow="pickOrderNo" msprop:Generator_ColumnPropNameInTable="pickOrderNoColumn" msprop:Generator_UserColumnName="pickOrderNo" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="orderType" msprop:Generator_ColumnVarNameInTable="columnorderType" msprop:Generator_ColumnPropNameInRow="orderType" msprop:Generator_ColumnPropNameInTable="orderTypeColumn" msprop:Generator_UserColumnName="orderType" type="xs:int" minOccurs="0" />
|
|
<xs:element name="orderTypeName" msprop:Generator_ColumnVarNameInTable="columnorderTypeName" msprop:Generator_ColumnPropNameInRow="orderTypeName" msprop:Generator_ColumnPropNameInTable="orderTypeNameColumn" msprop:Generator_UserColumnName="orderTypeName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="20" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="customerId" msprop:Generator_ColumnVarNameInTable="columncustomerId" msprop:Generator_ColumnPropNameInRow="customerId" msprop:Generator_ColumnPropNameInTable="customerIdColumn" msprop:Generator_UserColumnName="customerId" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="customerName" msprop:Generator_ColumnVarNameInTable="columncustomerName" msprop:Generator_ColumnPropNameInRow="customerName" msprop:Generator_ColumnPropNameInTable="customerNameColumn" msprop:Generator_UserColumnName="customerName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="custAddress" msprop:Generator_ColumnVarNameInTable="columncustAddress" msprop:Generator_ColumnPropNameInRow="custAddress" msprop:Generator_ColumnPropNameInTable="custAddressColumn" msprop:Generator_UserColumnName="custAddress" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="delivery" msprop:Generator_ColumnVarNameInTable="columndelivery" msprop:Generator_ColumnPropNameInRow="delivery" msprop:Generator_ColumnPropNameInTable="deliveryColumn" msprop:Generator_UserColumnName="delivery" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="phone1" msprop:Generator_ColumnVarNameInTable="columnphone1" msprop:Generator_ColumnPropNameInRow="phone1" msprop:Generator_ColumnPropNameInTable="phone1Column" msprop:Generator_UserColumnName="phone1" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="phone2" msprop:Generator_ColumnVarNameInTable="columnphone2" msprop:Generator_ColumnPropNameInRow="phone2" msprop:Generator_ColumnPropNameInTable="phone2Column" msprop:Generator_UserColumnName="phone2" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="salesperson" msprop:Generator_ColumnVarNameInTable="columnsalesperson" msprop:Generator_ColumnPropNameInRow="salesperson" msprop:Generator_ColumnPropNameInTable="salespersonColumn" msprop:Generator_UserColumnName="salesperson" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="contactperson" msprop:Generator_ColumnVarNameInTable="columncontactperson" msprop:Generator_ColumnPropNameInRow="contactperson" msprop:Generator_ColumnPropNameInTable="contactpersonColumn" msprop:Generator_UserColumnName="contactperson" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="totalnumber" msprop:Generator_ColumnVarNameInTable="columntotalnumber" msprop:Generator_ColumnPropNameInRow="totalnumber" msprop:Generator_ColumnPropNameInTable="totalnumberColumn" msprop:Generator_UserColumnName="totalnumber" type="xs:int" minOccurs="0" />
|
|
<xs:element name="remark" msprop:Generator_ColumnVarNameInTable="columnremark" msprop:Generator_ColumnPropNameInRow="remark" msprop:Generator_ColumnPropNameInTable="remarkColumn" msprop:Generator_UserColumnName="remark" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="orderDate" msprop:Generator_ColumnVarNameInTable="columnorderDate" msprop:Generator_ColumnPropNameInRow="orderDate" msprop:Generator_ColumnPropNameInTable="orderDateColumn" msprop:Generator_UserColumnName="orderDate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="state" msprop:Generator_ColumnVarNameInTable="columnstate" msprop:Generator_ColumnPropNameInRow="state" msprop:Generator_ColumnPropNameInTable="stateColumn" msprop:Generator_UserColumnName="state" type="xs:int" minOccurs="0" />
|
|
<xs:element name="operater" msprop:Generator_ColumnVarNameInTable="columnoperater" msprop:Generator_ColumnPropNameInRow="operater" msprop:Generator_ColumnPropNameInTable="operaterColumn" msprop:Generator_UserColumnName="operater" type="xs:int" minOccurs="0" />
|
|
<xs:element name="dr" msprop:Generator_ColumnVarNameInTable="columndr" msprop:Generator_ColumnPropNameInRow="dr" msprop:Generator_ColumnPropNameInTable="drColumn" msprop:Generator_UserColumnName="dr" type="xs:boolean" minOccurs="0" />
|
|
<xs:element name="createtime" msprop:Generator_ColumnVarNameInTable="columncreatetime" msprop:Generator_ColumnPropNameInRow="createtime" msprop:Generator_ColumnPropNameInTable="createtimeColumn" msprop:Generator_UserColumnName="createtime" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="lastmodified" msprop:Generator_ColumnVarNameInTable="columnlastmodified" msprop:Generator_ColumnPropNameInRow="lastmodified" msprop:Generator_ColumnPropNameInTable="lastmodifiedColumn" msprop:Generator_UserColumnName="lastmodified" type="xs:dateTime" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="t_wmsOutRequestDetail" msprop:Generator_TableClassName="t_wmsOutRequestDetailDataTable" msprop:Generator_TableVarName="tablet_wmsOutRequestDetail" msprop:Generator_TablePropName="t_wmsOutRequestDetail" msprop:Generator_RowDeletingName="t_wmsOutRequestDetailRowDeleting" msprop:Generator_RowChangingName="t_wmsOutRequestDetailRowChanging" msprop:Generator_RowEvHandlerName="t_wmsOutRequestDetailRowChangeEventHandler" msprop:Generator_RowDeletedName="t_wmsOutRequestDetailRowDeleted" msprop:Generator_UserTableName="t_wmsOutRequestDetail" msprop:Generator_RowChangedName="t_wmsOutRequestDetailRowChanged" msprop:Generator_RowEvArgName="t_wmsOutRequestDetailRowChangeEvent" msprop:Generator_RowClassName="t_wmsOutRequestDetailRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="id" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnid" msprop:Generator_ColumnPropNameInRow="id" msprop:Generator_ColumnPropNameInTable="idColumn" msprop:Generator_UserColumnName="id" type="xs:int" />
|
|
<xs:element name="orderNo" msprop:Generator_ColumnVarNameInTable="columnorderNo" msprop:Generator_ColumnPropNameInRow="orderNo" msprop:Generator_ColumnPropNameInTable="orderNoColumn" msprop:Generator_UserColumnName="orderNo">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="orderSn" msprop:Generator_ColumnVarNameInTable="columnorderSn" msprop:Generator_ColumnPropNameInRow="orderSn" msprop:Generator_ColumnPropNameInTable="orderSnColumn" msprop:Generator_UserColumnName="orderSn" type="xs:int" />
|
|
<xs:element name="goodsId" msprop:Generator_ColumnVarNameInTable="columngoodsId" msprop:Generator_ColumnPropNameInRow="goodsId" msprop:Generator_ColumnPropNameInTable="goodsIdColumn" msprop:Generator_UserColumnName="goodsId" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="batch" msprop:Generator_ColumnVarNameInTable="columnbatch" msprop:Generator_ColumnPropNameInRow="batch" msprop:Generator_ColumnPropNameInTable="batchColumn" msprop:Generator_UserColumnName="batch" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="productDate" msprop:Generator_ColumnVarNameInTable="columnproductDate" msprop:Generator_ColumnPropNameInRow="productDate" msprop:Generator_ColumnPropNameInTable="productDateColumn" msprop:Generator_UserColumnName="productDate" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="validDate" msprop:Generator_ColumnVarNameInTable="columnvalidDate" msprop:Generator_ColumnPropNameInRow="validDate" msprop:Generator_ColumnPropNameInTable="validDateColumn" msprop:Generator_UserColumnName="validDate" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="count" msprop:Generator_ColumnVarNameInTable="columncount" msprop:Generator_ColumnPropNameInRow="count" msprop:Generator_ColumnPropNameInTable="countColumn" msprop:Generator_UserColumnName="count" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="saleDate" msprop:Generator_ColumnVarNameInTable="columnsaleDate" msprop:Generator_ColumnPropNameInRow="saleDate" msprop:Generator_ColumnPropNameInTable="saleDateColumn" msprop:Generator_UserColumnName="saleDate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="state" msprop:Generator_ColumnVarNameInTable="columnstate" msprop:Generator_ColumnPropNameInRow="state" msprop:Generator_ColumnPropNameInTable="stateColumn" msprop:Generator_UserColumnName="state" type="xs:int" minOccurs="0" />
|
|
<xs:element name="whtype" msprop:Generator_ColumnVarNameInTable="columnwhtype" msprop:Generator_ColumnPropNameInRow="whtype" msprop:Generator_ColumnPropNameInTable="whtypeColumn" msprop:Generator_UserColumnName="whtype" type="xs:int" minOccurs="0" />
|
|
<xs:element name="description" msprop:Generator_ColumnVarNameInTable="columndescription" msprop:Generator_ColumnPropNameInRow="description" msprop:Generator_ColumnPropNameInTable="descriptionColumn" msprop:Generator_UserColumnName="description" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="operater" msprop:Generator_ColumnVarNameInTable="columnoperater" msprop:Generator_ColumnPropNameInRow="operater" msprop:Generator_ColumnPropNameInTable="operaterColumn" msprop:Generator_UserColumnName="operater" type="xs:int" minOccurs="0" />
|
|
<xs:element name="dr" msprop:Generator_ColumnVarNameInTable="columndr" msprop:Generator_ColumnPropNameInRow="dr" msprop:Generator_ColumnPropNameInTable="drColumn" msprop:Generator_UserColumnName="dr" type="xs:boolean" minOccurs="0" />
|
|
<xs:element name="createtime" msprop:Generator_ColumnVarNameInTable="columncreatetime" msprop:Generator_ColumnPropNameInRow="createtime" msprop:Generator_ColumnPropNameInTable="createtimeColumn" msprop:Generator_UserColumnName="createtime" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="lastmodified" msprop:Generator_ColumnVarNameInTable="columnlastmodified" msprop:Generator_ColumnPropNameInRow="lastmodified" msprop:Generator_ColumnPropNameInTable="lastmodifiedColumn" msprop:Generator_UserColumnName="lastmodified" type="xs:dateTime" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="t_wmsOutValidationException" msprop:Generator_TableClassName="t_wmsOutValidationExceptionDataTable" msprop:Generator_TableVarName="tablet_wmsOutValidationException" msprop:Generator_TablePropName="t_wmsOutValidationException" msprop:Generator_RowDeletingName="t_wmsOutValidationExceptionRowDeleting" msprop:Generator_RowChangingName="t_wmsOutValidationExceptionRowChanging" msprop:Generator_RowEvHandlerName="t_wmsOutValidationExceptionRowChangeEventHandler" msprop:Generator_RowDeletedName="t_wmsOutValidationExceptionRowDeleted" msprop:Generator_UserTableName="t_wmsOutValidationException" msprop:Generator_RowChangedName="t_wmsOutValidationExceptionRowChanged" msprop:Generator_RowEvArgName="t_wmsOutValidationExceptionRowChangeEvent" msprop:Generator_RowClassName="t_wmsOutValidationExceptionRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="id" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnid" msprop:Generator_ColumnPropNameInRow="id" msprop:Generator_ColumnPropNameInTable="idColumn" msprop:Generator_UserColumnName="id" type="xs:int" />
|
|
<xs:element name="pickDetail" msprop:Generator_ColumnVarNameInTable="columnpickDetail" msprop:Generator_ColumnPropNameInRow="pickDetail" msprop:Generator_ColumnPropNameInTable="pickDetailColumn" msprop:Generator_UserColumnName="pickDetail" type="xs:boolean" minOccurs="0" />
|
|
<xs:element name="waveOrder" msprop:Generator_ColumnVarNameInTable="columnwaveOrder" msprop:Generator_ColumnPropNameInRow="waveOrder" msprop:Generator_ColumnPropNameInTable="waveOrderColumn" msprop:Generator_UserColumnName="waveOrder" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="pickOrder" msprop:Generator_ColumnVarNameInTable="columnpickOrder" msprop:Generator_ColumnPropNameInRow="pickOrder" msprop:Generator_ColumnPropNameInTable="pickOrderColumn" msprop:Generator_UserColumnName="pickOrder" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="exception" msprop:Generator_ColumnVarNameInTable="columnexception" msprop:Generator_ColumnPropNameInRow="exception" msprop:Generator_ColumnPropNameInTable="exceptionColumn" msprop:Generator_UserColumnName="exception" type="xs:int" minOccurs="0" />
|
|
<xs:element name="exceptionRemark" msprop:Generator_ColumnVarNameInTable="columnexceptionRemark" msprop:Generator_ColumnPropNameInRow="exceptionRemark" msprop:Generator_ColumnPropNameInTable="exceptionRemarkColumn" msprop:Generator_UserColumnName="exceptionRemark" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="exceptionLink" msprop:Generator_ColumnVarNameInTable="columnexceptionLink" msprop:Generator_ColumnPropNameInRow="exceptionLink" msprop:Generator_ColumnPropNameInTable="exceptionLinkColumn" msprop:Generator_UserColumnName="exceptionLink" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="resolveRemark" msprop:Generator_ColumnVarNameInTable="columnresolveRemark" msprop:Generator_ColumnPropNameInRow="resolveRemark" msprop:Generator_ColumnPropNameInTable="resolveRemarkColumn" msprop:Generator_UserColumnName="resolveRemark" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="resove" msprop:Generator_ColumnVarNameInTable="columnresove" msprop:Generator_ColumnPropNameInRow="resove" msprop:Generator_ColumnPropNameInTable="resoveColumn" msprop:Generator_UserColumnName="resove" type="xs:int" minOccurs="0" />
|
|
<xs:element name="validatedBy" msprop:Generator_ColumnVarNameInTable="columnvalidatedBy" msprop:Generator_ColumnPropNameInRow="validatedBy" msprop:Generator_ColumnPropNameInTable="validatedByColumn" msprop:Generator_UserColumnName="validatedBy" type="xs:int" minOccurs="0" />
|
|
<xs:element name="resolveBy" msprop:Generator_ColumnVarNameInTable="columnresolveBy" msprop:Generator_ColumnPropNameInRow="resolveBy" msprop:Generator_ColumnPropNameInTable="resolveByColumn" msprop:Generator_UserColumnName="resolveBy" type="xs:int" minOccurs="0" />
|
|
<xs:element name="pickedBy" msprop:Generator_ColumnVarNameInTable="columnpickedBy" msprop:Generator_ColumnPropNameInRow="pickedBy" msprop:Generator_ColumnPropNameInTable="pickedByColumn" msprop:Generator_UserColumnName="pickedBy" type="xs:int" minOccurs="0" />
|
|
<xs:element name="dr" msprop:Generator_ColumnVarNameInTable="columndr" msprop:Generator_ColumnPropNameInRow="dr" msprop:Generator_ColumnPropNameInTable="drColumn" msprop:Generator_UserColumnName="dr" type="xs:boolean" minOccurs="0" />
|
|
<xs:element name="operater" msprop:Generator_ColumnVarNameInTable="columnoperater" msprop:Generator_ColumnPropNameInRow="operater" msprop:Generator_ColumnPropNameInTable="operaterColumn" msprop:Generator_UserColumnName="operater" type="xs:int" minOccurs="0" />
|
|
<xs:element name="create_time" msprop:Generator_ColumnVarNameInTable="columncreate_time" msprop:Generator_ColumnPropNameInRow="create_time" msprop:Generator_ColumnPropNameInTable="create_timeColumn" msprop:Generator_UserColumnName="create_time" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="lastmodified" msprop:Generator_ColumnVarNameInTable="columnlastmodified" msprop:Generator_ColumnPropNameInRow="lastmodified" msprop:Generator_ColumnPropNameInTable="lastmodifiedColumn" msprop:Generator_UserColumnName="lastmodified" type="xs:dateTime" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="t_wmsReceive" msprop:Generator_TableClassName="t_wmsReceiveDataTable" msprop:Generator_TableVarName="tablet_wmsReceive" msprop:Generator_TablePropName="t_wmsReceive" msprop:Generator_RowDeletingName="t_wmsReceiveRowDeleting" msprop:Generator_RowChangingName="t_wmsReceiveRowChanging" msprop:Generator_RowEvHandlerName="t_wmsReceiveRowChangeEventHandler" msprop:Generator_RowDeletedName="t_wmsReceiveRowDeleted" msprop:Generator_UserTableName="t_wmsReceive" msprop:Generator_RowChangedName="t_wmsReceiveRowChanged" msprop:Generator_RowEvArgName="t_wmsReceiveRowChangeEvent" msprop:Generator_RowClassName="t_wmsReceiveRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="id" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnid" msprop:Generator_ColumnPropNameInRow="id" msprop:Generator_ColumnPropNameInTable="idColumn" msprop:Generator_UserColumnName="id" type="xs:int" />
|
|
<xs:element name="orderNo" msprop:Generator_ColumnVarNameInTable="columnorderNo" msprop:Generator_ColumnPropNameInRow="orderNo" msprop:Generator_ColumnPropNameInTable="orderNoColumn" msprop:Generator_UserColumnName="orderNo">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="state" msprop:Generator_ColumnVarNameInTable="columnstate" msprop:Generator_ColumnPropNameInRow="state" msprop:Generator_ColumnPropNameInTable="stateColumn" msprop:Generator_UserColumnName="state" type="xs:int" minOccurs="0" />
|
|
<xs:element name="description" msprop:Generator_ColumnVarNameInTable="columndescription" msprop:Generator_ColumnPropNameInRow="description" msprop:Generator_ColumnPropNameInTable="descriptionColumn" msprop:Generator_UserColumnName="description" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="operater" msprop:Generator_ColumnVarNameInTable="columnoperater" msprop:Generator_ColumnPropNameInRow="operater" msprop:Generator_ColumnPropNameInTable="operaterColumn" msprop:Generator_UserColumnName="operater" type="xs:int" minOccurs="0" />
|
|
<xs:element name="lastmodified" msprop:Generator_ColumnVarNameInTable="columnlastmodified" msprop:Generator_ColumnPropNameInRow="lastmodified" msprop:Generator_ColumnPropNameInTable="lastmodifiedColumn" msprop:Generator_UserColumnName="lastmodified" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="createtime" msprop:Generator_ColumnVarNameInTable="columncreatetime" msprop:Generator_ColumnPropNameInRow="createtime" msprop:Generator_ColumnPropNameInTable="createtimeColumn" msprop:Generator_UserColumnName="createtime" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="dr" msprop:Generator_ColumnVarNameInTable="columndr" msprop:Generator_ColumnPropNameInRow="dr" msprop:Generator_ColumnPropNameInTable="drColumn" msprop:Generator_UserColumnName="dr" type="xs:boolean" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="t_wmsReceiveDetail" msprop:Generator_TableClassName="t_wmsReceiveDetailDataTable" msprop:Generator_TableVarName="tablet_wmsReceiveDetail" msprop:Generator_TablePropName="t_wmsReceiveDetail" msprop:Generator_RowDeletingName="t_wmsReceiveDetailRowDeleting" msprop:Generator_RowChangingName="t_wmsReceiveDetailRowChanging" msprop:Generator_RowEvHandlerName="t_wmsReceiveDetailRowChangeEventHandler" msprop:Generator_RowDeletedName="t_wmsReceiveDetailRowDeleted" msprop:Generator_UserTableName="t_wmsReceiveDetail" msprop:Generator_RowChangedName="t_wmsReceiveDetailRowChanged" msprop:Generator_RowEvArgName="t_wmsReceiveDetailRowChangeEvent" msprop:Generator_RowClassName="t_wmsReceiveDetailRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="id" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnid" msprop:Generator_ColumnPropNameInRow="id" msprop:Generator_ColumnPropNameInTable="idColumn" msprop:Generator_UserColumnName="id" type="xs:int" />
|
|
<xs:element name="orderNo" msprop:Generator_ColumnVarNameInTable="columnorderNo" msprop:Generator_ColumnPropNameInRow="orderNo" msprop:Generator_ColumnPropNameInTable="orderNoColumn" msprop:Generator_UserColumnName="orderNo" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="goodsId" msprop:Generator_ColumnVarNameInTable="columngoodsId" msprop:Generator_ColumnPropNameInRow="goodsId" msprop:Generator_ColumnPropNameInTable="goodsIdColumn" msprop:Generator_UserColumnName="goodsId" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="batch" msprop:Generator_ColumnVarNameInTable="columnbatch" msprop:Generator_ColumnPropNameInRow="batch" msprop:Generator_ColumnPropNameInTable="batchColumn" msprop:Generator_UserColumnName="batch" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="productDate" msprop:Generator_ColumnVarNameInTable="columnproductDate" msprop:Generator_ColumnPropNameInRow="productDate" msprop:Generator_ColumnPropNameInTable="productDateColumn" msprop:Generator_UserColumnName="productDate" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="valideDate" msprop:Generator_ColumnVarNameInTable="columnvalideDate" msprop:Generator_ColumnPropNameInRow="valideDate" msprop:Generator_ColumnPropNameInTable="valideDateColumn" msprop:Generator_UserColumnName="valideDate" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="purCount" msprop:Generator_ColumnVarNameInTable="columnpurCount" msprop:Generator_ColumnPropNameInRow="purCount" msprop:Generator_ColumnPropNameInTable="purCountColumn" msprop:Generator_UserColumnName="purCount" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="arriveCount" msprop:Generator_ColumnVarNameInTable="columnarriveCount" msprop:Generator_ColumnPropNameInRow="arriveCount" msprop:Generator_ColumnPropNameInTable="arriveCountColumn" msprop:Generator_UserColumnName="arriveCount" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="receiveCount" msprop:Generator_ColumnVarNameInTable="columnreceiveCount" msprop:Generator_ColumnPropNameInRow="receiveCount" msprop:Generator_ColumnPropNameInTable="receiveCountColumn" msprop:Generator_UserColumnName="receiveCount" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="checkCount" msprop:Generator_ColumnVarNameInTable="columncheckCount" msprop:Generator_ColumnPropNameInRow="checkCount" msprop:Generator_ColumnPropNameInTable="checkCountColumn" msprop:Generator_UserColumnName="checkCount" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="rejectReason" msprop:Generator_ColumnVarNameInTable="columnrejectReason" msprop:Generator_ColumnPropNameInRow="rejectReason" msprop:Generator_ColumnPropNameInTable="rejectReasonColumn" msprop:Generator_UserColumnName="rejectReason" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="receiveDate" msprop:Generator_ColumnVarNameInTable="columnreceiveDate" msprop:Generator_ColumnPropNameInRow="receiveDate" msprop:Generator_ColumnPropNameInTable="receiveDateColumn" msprop:Generator_UserColumnName="receiveDate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="receivedby" msprop:Generator_ColumnVarNameInTable="columnreceivedby" msprop:Generator_ColumnPropNameInRow="receivedby" msprop:Generator_ColumnPropNameInTable="receivedbyColumn" msprop:Generator_UserColumnName="receivedby" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="state" msprop:Generator_ColumnVarNameInTable="columnstate" msprop:Generator_ColumnPropNameInRow="state" msprop:Generator_ColumnPropNameInTable="stateColumn" msprop:Generator_UserColumnName="state" type="xs:int" minOccurs="0" />
|
|
<xs:element name="batchState" msprop:Generator_ColumnVarNameInTable="columnbatchState" msprop:Generator_ColumnPropNameInRow="batchState" msprop:Generator_ColumnPropNameInTable="batchStateColumn" msprop:Generator_UserColumnName="batchState" type="xs:int" minOccurs="0" />
|
|
<xs:element name="picState" msprop:Generator_ColumnVarNameInTable="columnpicState" msprop:Generator_ColumnPropNameInRow="picState" msprop:Generator_ColumnPropNameInTable="picStateColumn" msprop:Generator_UserColumnName="picState" type="xs:int" minOccurs="0" />
|
|
<xs:element name="receiveResult" msprop:Generator_ColumnVarNameInTable="columnreceiveResult" msprop:Generator_ColumnPropNameInRow="receiveResult" msprop:Generator_ColumnPropNameInTable="receiveResultColumn" msprop:Generator_UserColumnName="receiveResult" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="description" msprop:Generator_ColumnVarNameInTable="columndescription" msprop:Generator_ColumnPropNameInRow="description" msprop:Generator_ColumnPropNameInTable="descriptionColumn" msprop:Generator_UserColumnName="description" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="operater" msprop:Generator_ColumnVarNameInTable="columnoperater" msprop:Generator_ColumnPropNameInRow="operater" msprop:Generator_ColumnPropNameInTable="operaterColumn" msprop:Generator_UserColumnName="operater" type="xs:int" minOccurs="0" />
|
|
<xs:element name="lastmodified" msprop:Generator_ColumnVarNameInTable="columnlastmodified" msprop:Generator_ColumnPropNameInRow="lastmodified" msprop:Generator_ColumnPropNameInTable="lastmodifiedColumn" msprop:Generator_UserColumnName="lastmodified" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="createtime" msprop:Generator_ColumnVarNameInTable="columncreatetime" msprop:Generator_ColumnPropNameInRow="createtime" msprop:Generator_ColumnPropNameInTable="createtimeColumn" msprop:Generator_UserColumnName="createtime" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="dr" msprop:Generator_ColumnVarNameInTable="columndr" msprop:Generator_ColumnPropNameInRow="dr" msprop:Generator_ColumnPropNameInTable="drColumn" msprop:Generator_UserColumnName="dr" type="xs:boolean" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="t_wmsStock" msprop:Generator_TableClassName="t_wmsStockDataTable" msprop:Generator_TableVarName="tablet_wmsStock" msprop:Generator_TablePropName="t_wmsStock" msprop:Generator_RowDeletingName="t_wmsStockRowDeleting" msprop:Generator_RowChangingName="t_wmsStockRowChanging" msprop:Generator_RowEvHandlerName="t_wmsStockRowChangeEventHandler" msprop:Generator_RowDeletedName="t_wmsStockRowDeleted" msprop:Generator_UserTableName="t_wmsStock" msprop:Generator_RowChangedName="t_wmsStockRowChanged" msprop:Generator_RowEvArgName="t_wmsStockRowChangeEvent" msprop:Generator_RowClassName="t_wmsStockRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="id" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnid" msprop:Generator_ColumnPropNameInRow="id" msprop:Generator_ColumnPropNameInTable="idColumn" msprop:Generator_UserColumnName="id" type="xs:int" />
|
|
<xs:element name="goodsId" msprop:Generator_ColumnVarNameInTable="columngoodsId" msprop:Generator_ColumnPropNameInRow="goodsId" msprop:Generator_ColumnPropNameInTable="goodsIdColumn" msprop:Generator_UserColumnName="goodsId">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="batch" msprop:Generator_ColumnVarNameInTable="columnbatch" msprop:Generator_ColumnPropNameInRow="batch" msprop:Generator_ColumnPropNameInTable="batchColumn" msprop:Generator_UserColumnName="batch">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="locationId" msprop:Generator_ColumnVarNameInTable="columnlocationId" msprop:Generator_ColumnPropNameInRow="locationId" msprop:Generator_ColumnPropNameInTable="locationIdColumn" msprop:Generator_UserColumnName="locationId">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="productDate" msprop:Generator_ColumnVarNameInTable="columnproductDate" msprop:Generator_ColumnPropNameInRow="productDate" msprop:Generator_ColumnPropNameInTable="productDateColumn" msprop:Generator_UserColumnName="productDate" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="validDate" msprop:Generator_ColumnVarNameInTable="columnvalidDate" msprop:Generator_ColumnPropNameInRow="validDate" msprop:Generator_ColumnPropNameInTable="validDateColumn" msprop:Generator_UserColumnName="validDate" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="validationTerm" msprop:Generator_ColumnVarNameInTable="columnvalidationTerm" msprop:Generator_ColumnPropNameInRow="validationTerm" msprop:Generator_ColumnPropNameInTable="validationTermColumn" msprop:Generator_UserColumnName="validationTerm" type="xs:int" />
|
|
<xs:element name="count" msprop:Generator_ColumnVarNameInTable="columncount" msprop:Generator_ColumnPropNameInRow="count" msprop:Generator_ColumnPropNameInTable="countColumn" msprop:Generator_UserColumnName="count" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="countLock" msprop:Generator_ColumnVarNameInTable="columncountLock" msprop:Generator_ColumnPropNameInRow="countLock" msprop:Generator_ColumnPropNameInTable="countLockColumn" msprop:Generator_UserColumnName="countLock" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="countOut" msprop:Generator_ColumnVarNameInTable="columncountOut" msprop:Generator_ColumnPropNameInRow="countOut" msprop:Generator_ColumnPropNameInTable="countOutColumn" msprop:Generator_UserColumnName="countOut" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="countIn" msprop:Generator_ColumnVarNameInTable="columncountIn" msprop:Generator_ColumnPropNameInRow="countIn" msprop:Generator_ColumnPropNameInTable="countInColumn" msprop:Generator_UserColumnName="countIn" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="countOuting" msprop:Generator_ColumnVarNameInTable="columncountOuting" msprop:Generator_ColumnPropNameInRow="countOuting" msprop:Generator_ColumnPropNameInTable="countOutingColumn" msprop:Generator_UserColumnName="countOuting" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="state" msprop:Generator_ColumnVarNameInTable="columnstate" msprop:Generator_ColumnPropNameInRow="state" msprop:Generator_ColumnPropNameInTable="stateColumn" msprop:Generator_UserColumnName="state" type="xs:int" minOccurs="0" />
|
|
<xs:element name="maintainDate" msprop:Generator_ColumnVarNameInTable="columnmaintainDate" msprop:Generator_ColumnPropNameInRow="maintainDate" msprop:Generator_ColumnPropNameInTable="maintainDateColumn" msprop:Generator_UserColumnName="maintainDate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="description" msprop:Generator_ColumnVarNameInTable="columndescription" msprop:Generator_ColumnPropNameInRow="description" msprop:Generator_ColumnPropNameInTable="descriptionColumn" msprop:Generator_UserColumnName="description" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="operater" msprop:Generator_ColumnVarNameInTable="columnoperater" msprop:Generator_ColumnPropNameInRow="operater" msprop:Generator_ColumnPropNameInTable="operaterColumn" msprop:Generator_UserColumnName="operater" type="xs:int" minOccurs="0" />
|
|
<xs:element name="lastmodified" msprop:Generator_ColumnVarNameInTable="columnlastmodified" msprop:Generator_ColumnPropNameInRow="lastmodified" msprop:Generator_ColumnPropNameInTable="lastmodifiedColumn" msprop:Generator_UserColumnName="lastmodified" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="createtime" msprop:Generator_ColumnVarNameInTable="columncreatetime" msprop:Generator_ColumnPropNameInRow="createtime" msprop:Generator_ColumnPropNameInTable="createtimeColumn" msprop:Generator_UserColumnName="createtime" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="dr" msprop:Generator_ColumnVarNameInTable="columndr" msprop:Generator_ColumnPropNameInRow="dr" msprop:Generator_ColumnPropNameInTable="drColumn" msprop:Generator_UserColumnName="dr" type="xs:boolean" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="t_wmsStockMaintain" msprop:Generator_TableClassName="t_wmsStockMaintainDataTable" msprop:Generator_TableVarName="tablet_wmsStockMaintain" msprop:Generator_TablePropName="t_wmsStockMaintain" msprop:Generator_RowDeletingName="t_wmsStockMaintainRowDeleting" msprop:Generator_RowChangingName="t_wmsStockMaintainRowChanging" msprop:Generator_RowEvHandlerName="t_wmsStockMaintainRowChangeEventHandler" msprop:Generator_RowDeletedName="t_wmsStockMaintainRowDeleted" msprop:Generator_UserTableName="t_wmsStockMaintain" msprop:Generator_RowChangedName="t_wmsStockMaintainRowChanged" msprop:Generator_RowEvArgName="t_wmsStockMaintainRowChangeEvent" msprop:Generator_RowClassName="t_wmsStockMaintainRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="id" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnid" msprop:Generator_ColumnPropNameInRow="id" msprop:Generator_ColumnPropNameInTable="idColumn" msprop:Generator_UserColumnName="id" type="xs:int" />
|
|
<xs:element name="goodsId" msprop:Generator_ColumnVarNameInTable="columngoodsId" msprop:Generator_ColumnPropNameInRow="goodsId" msprop:Generator_ColumnPropNameInTable="goodsIdColumn" msprop:Generator_UserColumnName="goodsId">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="batch" msprop:Generator_ColumnVarNameInTable="columnbatch" msprop:Generator_ColumnPropNameInRow="batch" msprop:Generator_ColumnPropNameInTable="batchColumn" msprop:Generator_UserColumnName="batch">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="locationId" msprop:Generator_ColumnVarNameInTable="columnlocationId" msprop:Generator_ColumnPropNameInRow="locationId" msprop:Generator_ColumnPropNameInTable="locationIdColumn" msprop:Generator_UserColumnName="locationId">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="productDate" msprop:Generator_ColumnVarNameInTable="columnproductDate" msprop:Generator_ColumnPropNameInRow="productDate" msprop:Generator_ColumnPropNameInTable="productDateColumn" msprop:Generator_UserColumnName="productDate" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="validDate" msprop:Generator_ColumnVarNameInTable="columnvalidDate" msprop:Generator_ColumnPropNameInRow="validDate" msprop:Generator_ColumnPropNameInTable="validDateColumn" msprop:Generator_UserColumnName="validDate" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="count" msprop:Generator_ColumnVarNameInTable="columncount" msprop:Generator_ColumnPropNameInRow="count" msprop:Generator_ColumnPropNameInTable="countColumn" msprop:Generator_UserColumnName="count" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="mcount" msprop:Generator_ColumnVarNameInTable="columnmcount" msprop:Generator_ColumnPropNameInRow="mcount" msprop:Generator_ColumnPropNameInTable="mcountColumn" msprop:Generator_UserColumnName="mcount" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="issueCount" msprop:Generator_ColumnVarNameInTable="columnissueCount" msprop:Generator_ColumnPropNameInRow="issueCount" msprop:Generator_ColumnPropNameInTable="issueCountColumn" msprop:Generator_UserColumnName="issueCount" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="issueType" msprop:Generator_ColumnVarNameInTable="columnissueType" msprop:Generator_ColumnPropNameInRow="issueType" msprop:Generator_ColumnPropNameInTable="issueTypeColumn" msprop:Generator_UserColumnName="issueType" type="xs:int" minOccurs="0" />
|
|
<xs:element name="details" msprop:Generator_ColumnVarNameInTable="columndetails" msprop:Generator_ColumnPropNameInRow="details" msprop:Generator_ColumnPropNameInTable="detailsColumn" msprop:Generator_UserColumnName="details" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="description" msprop:Generator_ColumnVarNameInTable="columndescription" msprop:Generator_ColumnPropNameInRow="description" msprop:Generator_ColumnPropNameInTable="descriptionColumn" msprop:Generator_UserColumnName="description" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="operater" msprop:Generator_ColumnVarNameInTable="columnoperater" msprop:Generator_ColumnPropNameInRow="operater" msprop:Generator_ColumnPropNameInTable="operaterColumn" msprop:Generator_UserColumnName="operater" type="xs:int" minOccurs="0" />
|
|
<xs:element name="lastmodified" msprop:Generator_ColumnVarNameInTable="columnlastmodified" msprop:Generator_ColumnPropNameInRow="lastmodified" msprop:Generator_ColumnPropNameInTable="lastmodifiedColumn" msprop:Generator_UserColumnName="lastmodified" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="createtime" msprop:Generator_ColumnVarNameInTable="columncreatetime" msprop:Generator_ColumnPropNameInRow="createtime" msprop:Generator_ColumnPropNameInTable="createtimeColumn" msprop:Generator_UserColumnName="createtime" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="dr" msprop:Generator_ColumnVarNameInTable="columndr" msprop:Generator_ColumnPropNameInRow="dr" msprop:Generator_ColumnPropNameInTable="drColumn" msprop:Generator_UserColumnName="dr" type="xs:boolean" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="t_wmsStockRecord" msprop:Generator_TableClassName="t_wmsStockRecordDataTable" msprop:Generator_TableVarName="tablet_wmsStockRecord" msprop:Generator_TablePropName="t_wmsStockRecord" msprop:Generator_RowDeletingName="t_wmsStockRecordRowDeleting" msprop:Generator_RowChangingName="t_wmsStockRecordRowChanging" msprop:Generator_RowEvHandlerName="t_wmsStockRecordRowChangeEventHandler" msprop:Generator_RowDeletedName="t_wmsStockRecordRowDeleted" msprop:Generator_UserTableName="t_wmsStockRecord" msprop:Generator_RowChangedName="t_wmsStockRecordRowChanged" msprop:Generator_RowEvArgName="t_wmsStockRecordRowChangeEvent" msprop:Generator_RowClassName="t_wmsStockRecordRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="id" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnid" msprop:Generator_ColumnPropNameInRow="id" msprop:Generator_ColumnPropNameInTable="idColumn" msprop:Generator_UserColumnName="id" type="xs:int" />
|
|
<xs:element name="id128" msprop:Generator_ColumnVarNameInTable="columnid128" msprop:Generator_ColumnPropNameInRow="id128" msprop:Generator_ColumnPropNameInTable="id128Column" msprop:Generator_UserColumnName="id128" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="orderNo" msprop:Generator_ColumnVarNameInTable="columnorderNo" msprop:Generator_ColumnPropNameInRow="orderNo" msprop:Generator_ColumnPropNameInTable="orderNoColumn" msprop:Generator_UserColumnName="orderNo">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="goodsId" msprop:Generator_ColumnVarNameInTable="columngoodsId" msprop:Generator_ColumnPropNameInRow="goodsId" msprop:Generator_ColumnPropNameInTable="goodsIdColumn" msprop:Generator_UserColumnName="goodsId">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="batch" msprop:Generator_ColumnVarNameInTable="columnbatch" msprop:Generator_ColumnPropNameInRow="batch" msprop:Generator_ColumnPropNameInTable="batchColumn" msprop:Generator_UserColumnName="batch" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="locationId" msprop:Generator_ColumnVarNameInTable="columnlocationId" msprop:Generator_ColumnPropNameInRow="locationId" msprop:Generator_ColumnPropNameInTable="locationIdColumn" msprop:Generator_UserColumnName="locationId">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="count" msprop:Generator_ColumnVarNameInTable="columncount" msprop:Generator_ColumnPropNameInRow="count" msprop:Generator_ColumnPropNameInTable="countColumn" msprop:Generator_UserColumnName="count" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="count1" msprop:Generator_ColumnVarNameInTable="columncount1" msprop:Generator_ColumnPropNameInRow="count1" msprop:Generator_ColumnPropNameInTable="count1Column" msprop:Generator_UserColumnName="count1" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="countIn" msprop:Generator_ColumnVarNameInTable="columncountIn" msprop:Generator_ColumnPropNameInRow="countIn" msprop:Generator_ColumnPropNameInTable="countInColumn" msprop:Generator_UserColumnName="countIn" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="countOuting" msprop:Generator_ColumnVarNameInTable="columncountOuting" msprop:Generator_ColumnPropNameInRow="countOuting" msprop:Generator_ColumnPropNameInTable="countOutingColumn" msprop:Generator_UserColumnName="countOuting" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="rectype" msprop:Generator_ColumnVarNameInTable="columnrectype" msprop:Generator_ColumnPropNameInRow="rectype" msprop:Generator_ColumnPropNameInTable="rectypeColumn" msprop:Generator_UserColumnName="rectype" type="xs:int" />
|
|
<xs:element name="validDate" msprop:Generator_ColumnVarNameInTable="columnvalidDate" msprop:Generator_ColumnPropNameInRow="validDate" msprop:Generator_ColumnPropNameInTable="validDateColumn" msprop:Generator_UserColumnName="validDate" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="productDate" msprop:Generator_ColumnVarNameInTable="columnproductDate" msprop:Generator_ColumnPropNameInRow="productDate" msprop:Generator_ColumnPropNameInTable="productDateColumn" msprop:Generator_UserColumnName="productDate" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="regeditCode" msprop:Generator_ColumnVarNameInTable="columnregeditCode" msprop:Generator_ColumnPropNameInRow="regeditCode" msprop:Generator_ColumnPropNameInTable="regeditCodeColumn" msprop:Generator_UserColumnName="regeditCode" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="description" msprop:Generator_ColumnVarNameInTable="columndescription" msprop:Generator_ColumnPropNameInRow="description" msprop:Generator_ColumnPropNameInTable="descriptionColumn" msprop:Generator_UserColumnName="description" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="printcnt" msprop:Generator_ColumnVarNameInTable="columnprintcnt" msprop:Generator_ColumnPropNameInRow="printcnt" msprop:Generator_ColumnPropNameInTable="printcntColumn" msprop:Generator_UserColumnName="printcnt" type="xs:int" minOccurs="0" />
|
|
<xs:element name="operater" msprop:Generator_ColumnVarNameInTable="columnoperater" msprop:Generator_ColumnPropNameInRow="operater" msprop:Generator_ColumnPropNameInTable="operaterColumn" msprop:Generator_UserColumnName="operater" type="xs:int" minOccurs="0" />
|
|
<xs:element name="lastmodified" msprop:Generator_ColumnVarNameInTable="columnlastmodified" msprop:Generator_ColumnPropNameInRow="lastmodified" msprop:Generator_ColumnPropNameInTable="lastmodifiedColumn" msprop:Generator_UserColumnName="lastmodified" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="createtime" msprop:Generator_ColumnVarNameInTable="columncreatetime" msprop:Generator_ColumnPropNameInRow="createtime" msprop:Generator_ColumnPropNameInTable="createtimeColumn" msprop:Generator_UserColumnName="createtime" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="dr" msprop:Generator_ColumnVarNameInTable="columndr" msprop:Generator_ColumnPropNameInRow="dr" msprop:Generator_ColumnPropNameInTable="drColumn" msprop:Generator_UserColumnName="dr" type="xs:boolean" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="t_node" msprop:Generator_TableClassName="t_nodeDataTable" msprop:Generator_TableVarName="tablet_node" msprop:Generator_TablePropName="t_node" msprop:Generator_RowDeletingName="t_nodeRowDeleting" msprop:Generator_RowChangingName="t_nodeRowChanging" msprop:Generator_RowEvHandlerName="t_nodeRowChangeEventHandler" msprop:Generator_RowDeletedName="t_nodeRowDeleted" msprop:Generator_UserTableName="t_node" msprop:Generator_RowChangedName="t_nodeRowChanged" msprop:Generator_RowEvArgName="t_nodeRowChangeEvent" msprop:Generator_RowClassName="t_nodeRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="id" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnid" msprop:Generator_ColumnPropNameInRow="id" msprop:Generator_ColumnPropNameInTable="idColumn" msprop:Generator_UserColumnName="id" type="xs:int" />
|
|
<xs:element name="name" msprop:Generator_ColumnVarNameInTable="columnname" msprop:Generator_ColumnPropNameInRow="name" msprop:Generator_ColumnPropNameInTable="nameColumn" msprop:Generator_UserColumnName="name" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="description" msprop:Generator_ColumnVarNameInTable="columndescription" msprop:Generator_ColumnPropNameInRow="description" msprop:Generator_ColumnPropNameInTable="descriptionColumn" msprop:Generator_UserColumnName="description" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="parentid" msprop:Generator_ColumnVarNameInTable="columnparentid" msprop:Generator_ColumnPropNameInRow="parentid" msprop:Generator_ColumnPropNameInTable="parentidColumn" msprop:Generator_UserColumnName="parentid" type="xs:int" minOccurs="0" />
|
|
<xs:element name="flag" msprop:Generator_ColumnVarNameInTable="columnflag" msprop:Generator_ColumnPropNameInRow="flag" msprop:Generator_ColumnPropNameInTable="flagColumn" msprop:Generator_UserColumnName="flag" type="xs:int" minOccurs="0" />
|
|
<xs:element name="operater" msprop:Generator_ColumnVarNameInTable="columnoperater" msprop:Generator_ColumnPropNameInRow="operater" msprop:Generator_ColumnPropNameInTable="operaterColumn" msprop:Generator_UserColumnName="operater" type="xs:int" minOccurs="0" />
|
|
<xs:element name="lastmodified" msprop:Generator_ColumnVarNameInTable="columnlastmodified" msprop:Generator_ColumnPropNameInRow="lastmodified" msprop:Generator_ColumnPropNameInTable="lastmodifiedColumn" msprop:Generator_UserColumnName="lastmodified" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="createtime" msprop:Generator_ColumnVarNameInTable="columncreatetime" msprop:Generator_ColumnPropNameInRow="createtime" msprop:Generator_ColumnPropNameInTable="createtimeColumn" msprop:Generator_UserColumnName="createtime" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="dr" msprop:Generator_ColumnVarNameInTable="columndr" msprop:Generator_ColumnPropNameInRow="dr" msprop:Generator_ColumnPropNameInTable="drColumn" msprop:Generator_UserColumnName="dr" type="xs:boolean" minOccurs="0" />
|
|
<xs:element name="value" msprop:Generator_ColumnVarNameInTable="columnvalue" msprop:Generator_ColumnPropNameInRow="value" msprop:Generator_ColumnPropNameInTable="valueColumn" msprop:Generator_UserColumnName="value" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="isOn" msprop:Generator_ColumnVarNameInTable="columnisOn" msprop:Generator_ColumnPropNameInRow="isOn" msprop:Generator_ColumnPropNameInTable="isOnColumn" msprop:Generator_UserColumnName="isOn" type="xs:boolean" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="v_customer" msprop:Generator_TableClassName="v_customerDataTable" msprop:Generator_TableVarName="tablev_customer" msprop:Generator_TablePropName="v_customer" msprop:Generator_RowDeletingName="v_customerRowDeleting" msprop:Generator_RowChangingName="v_customerRowChanging" msprop:Generator_RowEvHandlerName="v_customerRowChangeEventHandler" msprop:Generator_RowDeletedName="v_customerRowDeleted" msprop:Generator_UserTableName="v_customer" msprop:Generator_RowChangedName="v_customerRowChanged" msprop:Generator_RowEvArgName="v_customerRowChangeEvent" msprop:Generator_RowClassName="v_customerRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="custId" msprop:Generator_ColumnVarNameInTable="columncustId" msprop:Generator_ColumnPropNameInRow="custId" msprop:Generator_ColumnPropNameInTable="custIdColumn" msprop:Generator_UserColumnName="custId" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="11" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="custName" msprop:Generator_ColumnVarNameInTable="columncustName" msprop:Generator_ColumnPropNameInRow="custName" msprop:Generator_ColumnPropNameInTable="custNameColumn" msprop:Generator_UserColumnName="custName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Address" msprop:Generator_ColumnVarNameInTable="columnAddress" msprop:Generator_ColumnPropNameInRow="Address" msprop:Generator_ColumnPropNameInTable="AddressColumn" msprop:Generator_UserColumnName="Address" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Delivery" msprop:Generator_ColumnVarNameInTable="columnDelivery" msprop:Generator_ColumnPropNameInRow="Delivery" msprop:Generator_ColumnPropNameInTable="DeliveryColumn" msprop:Generator_UserColumnName="Delivery" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="20" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="phone1" msprop:Generator_ColumnVarNameInTable="columnphone1" msprop:Generator_ColumnPropNameInRow="phone1" msprop:Generator_ColumnPropNameInTable="phone1Column" msprop:Generator_UserColumnName="phone1" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="phone2" msprop:Generator_ColumnVarNameInTable="columnphone2" msprop:Generator_ColumnPropNameInRow="phone2" msprop:Generator_ColumnPropNameInTable="phone2Column" msprop:Generator_UserColumnName="phone2" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="v_customer_2_del" msprop:Generator_TableClassName="v_customer_2_delDataTable" msprop:Generator_TableVarName="tablev_customer_2_del" msprop:Generator_TablePropName="v_customer_2_del" msprop:Generator_RowDeletingName="v_customer_2_delRowDeleting" msprop:Generator_RowChangingName="v_customer_2_delRowChanging" msprop:Generator_RowEvHandlerName="v_customer_2_delRowChangeEventHandler" msprop:Generator_RowDeletedName="v_customer_2_delRowDeleted" msprop:Generator_UserTableName="v_customer_2_del" msprop:Generator_RowChangedName="v_customer_2_delRowChanged" msprop:Generator_RowEvArgName="v_customer_2_delRowChangeEvent" msprop:Generator_RowClassName="v_customer_2_delRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="custId" msprop:Generator_ColumnVarNameInTable="columncustId" msprop:Generator_ColumnPropNameInRow="custId" msprop:Generator_ColumnPropNameInTable="custIdColumn" msprop:Generator_UserColumnName="custId" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="11" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="custName" msprop:Generator_ColumnVarNameInTable="columncustName" msprop:Generator_ColumnPropNameInRow="custName" msprop:Generator_ColumnPropNameInTable="custNameColumn" msprop:Generator_UserColumnName="custName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Address" msprop:Generator_ColumnVarNameInTable="columnAddress" msprop:Generator_ColumnPropNameInRow="Address" msprop:Generator_ColumnPropNameInTable="AddressColumn" msprop:Generator_UserColumnName="Address" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Delivery" msprop:Generator_ColumnVarNameInTable="columnDelivery" msprop:Generator_ColumnPropNameInRow="Delivery" msprop:Generator_ColumnPropNameInTable="DeliveryColumn" msprop:Generator_UserColumnName="Delivery" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="20" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="phone1" msprop:Generator_ColumnVarNameInTable="columnphone1" msprop:Generator_ColumnPropNameInRow="phone1" msprop:Generator_ColumnPropNameInTable="phone1Column" msprop:Generator_UserColumnName="phone1" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="phone2" msprop:Generator_ColumnVarNameInTable="columnphone2" msprop:Generator_ColumnPropNameInRow="phone2" msprop:Generator_ColumnPropNameInTable="phone2Column" msprop:Generator_UserColumnName="phone2" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="v_employee" msprop:Generator_TableClassName="v_employeeDataTable" msprop:Generator_TableVarName="tablev_employee" msprop:Generator_TablePropName="v_employee" msprop:Generator_RowDeletingName="v_employeeRowDeleting" msprop:Generator_RowChangingName="v_employeeRowChanging" msprop:Generator_RowEvHandlerName="v_employeeRowChangeEventHandler" msprop:Generator_RowDeletedName="v_employeeRowDeleted" msprop:Generator_UserTableName="v_employee" msprop:Generator_RowChangedName="v_employeeRowChanged" msprop:Generator_RowEvArgName="v_employeeRowChangeEvent" msprop:Generator_RowClassName="v_employeeRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="id" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnid" msprop:Generator_ColumnPropNameInRow="id" msprop:Generator_ColumnPropNameInTable="idColumn" msprop:Generator_UserColumnName="id" type="xs:int" />
|
|
<xs:element name="em_name" msprop:Generator_ColumnVarNameInTable="columnem_name" msprop:Generator_ColumnPropNameInRow="em_name" msprop:Generator_ColumnPropNameInTable="em_nameColumn" msprop:Generator_UserColumnName="em_name" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="10" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="em_sex" msprop:Generator_ColumnVarNameInTable="columnem_sex" msprop:Generator_ColumnPropNameInRow="em_sex" msprop:Generator_ColumnPropNameInTable="em_sexColumn" msprop:Generator_UserColumnName="em_sex" type="xs:boolean" minOccurs="0" />
|
|
<xs:element name="em_birthday" msprop:Generator_ColumnVarNameInTable="columnem_birthday" msprop:Generator_ColumnPropNameInRow="em_birthday" msprop:Generator_ColumnPropNameInTable="em_birthdayColumn" msprop:Generator_UserColumnName="em_birthday" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="em_education" msprop:Generator_ColumnVarNameInTable="columnem_education" msprop:Generator_ColumnPropNameInRow="em_education" msprop:Generator_ColumnPropNameInTable="em_educationColumn" msprop:Generator_UserColumnName="em_education" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="10" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="em_dept" msprop:Generator_ColumnVarNameInTable="columnem_dept" msprop:Generator_ColumnPropNameInRow="em_dept" msprop:Generator_ColumnPropNameInTable="em_deptColumn" msprop:Generator_UserColumnName="em_dept" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="10" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="em_jobcode" msprop:Generator_ColumnVarNameInTable="columnem_jobcode" msprop:Generator_ColumnPropNameInRow="em_jobcode" msprop:Generator_ColumnPropNameInTable="em_jobcodeColumn" msprop:Generator_UserColumnName="em_jobcode" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="10" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="em_politic" msprop:Generator_ColumnVarNameInTable="columnem_politic" msprop:Generator_ColumnPropNameInRow="em_politic" msprop:Generator_ColumnPropNameInTable="em_politicColumn" msprop:Generator_UserColumnName="em_politic" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="20" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="em_date_in_party" msprop:Generator_ColumnVarNameInTable="columnem_date_in_party" msprop:Generator_ColumnPropNameInRow="em_date_in_party" msprop:Generator_ColumnPropNameInTable="em_date_in_partyColumn" msprop:Generator_UserColumnName="em_date_in_party" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="em_date_work" msprop:Generator_ColumnVarNameInTable="columnem_date_work" msprop:Generator_ColumnPropNameInRow="em_date_work" msprop:Generator_ColumnPropNameInTable="em_date_workColumn" msprop:Generator_UserColumnName="em_date_work" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="em_idnum" msprop:Generator_ColumnVarNameInTable="columnem_idnum" msprop:Generator_ColumnPropNameInRow="em_idnum" msprop:Generator_ColumnPropNameInTable="em_idnumColumn" msprop:Generator_UserColumnName="em_idnum" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="30" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="em_cellnum" msprop:Generator_ColumnVarNameInTable="columnem_cellnum" msprop:Generator_ColumnPropNameInRow="em_cellnum" msprop:Generator_ColumnPropNameInTable="em_cellnumColumn" msprop:Generator_UserColumnName="em_cellnum" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="20" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="em_email" msprop:Generator_ColumnVarNameInTable="columnem_email" msprop:Generator_ColumnPropNameInRow="em_email" msprop:Generator_ColumnPropNameInTable="em_emailColumn" msprop:Generator_UserColumnName="em_email" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="em_account" msprop:Generator_ColumnVarNameInTable="columnem_account" msprop:Generator_ColumnPropNameInRow="em_account" msprop:Generator_ColumnPropNameInTable="em_accountColumn" msprop:Generator_UserColumnName="em_account" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="em_passwd" msprop:Generator_ColumnVarNameInTable="columnem_passwd" msprop:Generator_ColumnPropNameInRow="em_passwd" msprop:Generator_ColumnPropNameInTable="em_passwdColumn" msprop:Generator_UserColumnName="em_passwd" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="em_profile" msprop:Generator_ColumnVarNameInTable="columnem_profile" msprop:Generator_ColumnPropNameInRow="em_profile" msprop:Generator_ColumnPropNameInTable="em_profileColumn" msprop:Generator_UserColumnName="em_profile" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="token" msprop:Generator_ColumnVarNameInTable="columntoken" msprop:Generator_ColumnPropNameInRow="token" msprop:Generator_ColumnPropNameInTable="tokenColumn" msprop:Generator_UserColumnName="token" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="dr" msprop:Generator_ColumnVarNameInTable="columndr" msprop:Generator_ColumnPropNameInRow="dr" msprop:Generator_ColumnPropNameInTable="drColumn" msprop:Generator_UserColumnName="dr" type="xs:boolean" minOccurs="0" />
|
|
<xs:element name="operater" msprop:Generator_ColumnVarNameInTable="columnoperater" msprop:Generator_ColumnPropNameInRow="operater" msprop:Generator_ColumnPropNameInTable="operaterColumn" msprop:Generator_UserColumnName="operater" type="xs:int" minOccurs="0" />
|
|
<xs:element name="create_time" msprop:Generator_ColumnVarNameInTable="columncreate_time" msprop:Generator_ColumnPropNameInRow="create_time" msprop:Generator_ColumnPropNameInTable="create_timeColumn" msprop:Generator_UserColumnName="create_time" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="lastmodified" msprop:Generator_ColumnVarNameInTable="columnlastmodified" msprop:Generator_ColumnPropNameInRow="lastmodified" msprop:Generator_ColumnPropNameInTable="lastmodifiedColumn" msprop:Generator_UserColumnName="lastmodified" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="em_isOnline" msprop:Generator_ColumnVarNameInTable="columnem_isOnline" msprop:Generator_ColumnPropNameInRow="em_isOnline" msprop:Generator_ColumnPropNameInTable="em_isOnlineColumn" msprop:Generator_UserColumnName="em_isOnline" type="xs:boolean" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="v_erpGoods" msprop:Generator_TableClassName="v_erpGoodsDataTable" msprop:Generator_TableVarName="tablev_erpGoods" msprop:Generator_TablePropName="v_erpGoods" msprop:Generator_RowDeletingName="v_erpGoodsRowDeleting" msprop:Generator_RowChangingName="v_erpGoodsRowChanging" msprop:Generator_RowEvHandlerName="v_erpGoodsRowChangeEventHandler" msprop:Generator_RowDeletedName="v_erpGoodsRowDeleted" msprop:Generator_UserTableName="v_erpGoods" msprop:Generator_RowChangedName="v_erpGoodsRowChanged" msprop:Generator_RowEvArgName="v_erpGoodsRowChangeEvent" msprop:Generator_RowClassName="v_erpGoodsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="EntId" msprop:Generator_ColumnVarNameInTable="columnEntId" msprop:Generator_ColumnPropNameInRow="EntId" msprop:Generator_ColumnPropNameInTable="EntIdColumn" msprop:Generator_UserColumnName="EntId">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="11" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="GoodsId" msprop:Generator_ColumnVarNameInTable="columnGoodsId" msprop:Generator_ColumnPropNameInRow="GoodsId" msprop:Generator_ColumnPropNameInTable="GoodsIdColumn" msprop:Generator_UserColumnName="GoodsId">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="11" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="goodsName" msprop:Generator_ColumnVarNameInTable="columngoodsName" msprop:Generator_ColumnPropNameInRow="goodsName" msprop:Generator_ColumnPropNameInTable="goodsNameColumn" msprop:Generator_UserColumnName="goodsName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="120" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="manufacturer" msprop:Generator_ColumnVarNameInTable="columnmanufacturer" msprop:Generator_ColumnPropNameInRow="manufacturer" msprop:Generator_ColumnPropNameInTable="manufacturerColumn" msprop:Generator_UserColumnName="manufacturer" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="256" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="spec" msprop:Generator_ColumnVarNameInTable="columnspec" msprop:Generator_ColumnPropNameInRow="spec" msprop:Generator_ColumnPropNameInTable="specColumn" msprop:Generator_UserColumnName="spec" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="unit" msprop:Generator_ColumnVarNameInTable="columnunit" msprop:Generator_ColumnPropNameInRow="unit" msprop:Generator_ColumnPropNameInTable="unitColumn" msprop:Generator_UserColumnName="unit" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="20" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="type" msprop:Generator_ColumnVarNameInTable="columntype" msprop:Generator_ColumnPropNameInRow="type" msprop:Generator_ColumnPropNameInTable="typeColumn" msprop:Generator_UserColumnName="type" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="30" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="regeditCode" msprop:Generator_ColumnVarNameInTable="columnregeditCode" msprop:Generator_ColumnPropNameInRow="regeditCode" msprop:Generator_ColumnPropNameInTable="regeditCodeColumn" msprop:Generator_UserColumnName="regeditCode" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="72" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="bigCount" msprop:Generator_ColumnVarNameInTable="columnbigCount" msprop:Generator_ColumnPropNameInRow="bigCount" msprop:Generator_ColumnPropNameInTable="bigCountColumn" msprop:Generator_UserColumnName="bigCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="middleCount" msprop:Generator_ColumnVarNameInTable="columnmiddleCount" msprop:Generator_ColumnPropNameInRow="middleCount" msprop:Generator_ColumnPropNameInTable="middleCountColumn" msprop:Generator_UserColumnName="middleCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="address" msprop:Generator_ColumnVarNameInTable="columnaddress" msprop:Generator_ColumnPropNameInRow="address" msprop:Generator_ColumnPropNameInTable="addressColumn" msprop:Generator_UserColumnName="address" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="station" msprop:Generator_ColumnVarNameInTable="columnstation" msprop:Generator_ColumnPropNameInRow="station" msprop:Generator_ColumnPropNameInTable="stationColumn" msprop:Generator_UserColumnName="station" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="256" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Weight" msprop:Generator_ColumnVarNameInTable="columnWeight" msprop:Generator_ColumnPropNameInRow="Weight" msprop:Generator_ColumnPropNameInTable="WeightColumn" msprop:Generator_UserColumnName="Weight" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="drug_code" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columndrug_code" msprop:Generator_ColumnPropNameInRow="drug_code" msprop:Generator_ColumnPropNameInTable="drug_codeColumn" msprop:Generator_UserColumnName="drug_code" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="1" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="IsDouChk" msprop:Generator_ColumnVarNameInTable="columnIsDouChk" msprop:Generator_ColumnPropNameInRow="IsDouChk" msprop:Generator_ColumnPropNameInTable="IsDouChkColumn" msprop:Generator_UserColumnName="IsDouChk" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="1" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="BarCode" msprop:Generator_ColumnVarNameInTable="columnBarCode" msprop:Generator_ColumnPropNameInRow="BarCode" msprop:Generator_ColumnPropNameInTable="BarCodeColumn" msprop:Generator_UserColumnName="BarCode" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="30" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="chang" msprop:Generator_ColumnVarNameInTable="columnchang" msprop:Generator_ColumnPropNameInRow="chang" msprop:Generator_ColumnPropNameInTable="changColumn" msprop:Generator_UserColumnName="chang" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="kuan" msprop:Generator_ColumnVarNameInTable="columnkuan" msprop:Generator_ColumnPropNameInRow="kuan" msprop:Generator_ColumnPropNameInTable="kuanColumn" msprop:Generator_UserColumnName="kuan" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="gao" msprop:Generator_ColumnVarNameInTable="columngao" msprop:Generator_ColumnPropNameInRow="gao" msprop:Generator_ColumnPropNameInTable="gaoColumn" msprop:Generator_UserColumnName="gao" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="CurCycle" msprop:Generator_ColumnVarNameInTable="columnCurCycle" msprop:Generator_ColumnPropNameInRow="CurCycle" msprop:Generator_ColumnPropNameInTable="CurCycleColumn" msprop:Generator_UserColumnName="CurCycle" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Isimport" msprop:Generator_ColumnVarNameInTable="columnIsimport" msprop:Generator_ColumnPropNameInRow="Isimport" msprop:Generator_ColumnPropNameInTable="IsimportColumn" msprop:Generator_UserColumnName="Isimport" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="1" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="pinYin" msprop:Generator_ColumnVarNameInTable="columnpinYin" msprop:Generator_ColumnPropNameInRow="pinYin" msprop:Generator_ColumnPropNameInTable="pinYinColumn" msprop:Generator_UserColumnName="pinYin" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="128" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="ShortName" msprop:Generator_ColumnVarNameInTable="columnShortName" msprop:Generator_ColumnPropNameInRow="ShortName" msprop:Generator_ColumnPropNameInTable="ShortNameColumn" msprop:Generator_UserColumnName="ShortName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="30" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="v_erpGoodsBalance" msprop:Generator_TableClassName="v_erpGoodsBalanceDataTable" msprop:Generator_TableVarName="tablev_erpGoodsBalance" msprop:Generator_TablePropName="v_erpGoodsBalance" msprop:Generator_RowDeletingName="v_erpGoodsBalanceRowDeleting" msprop:Generator_RowChangingName="v_erpGoodsBalanceRowChanging" msprop:Generator_RowEvHandlerName="v_erpGoodsBalanceRowChangeEventHandler" msprop:Generator_RowDeletedName="v_erpGoodsBalanceRowDeleted" msprop:Generator_UserTableName="v_erpGoodsBalance" msprop:Generator_RowChangedName="v_erpGoodsBalanceRowChanged" msprop:Generator_RowEvArgName="v_erpGoodsBalanceRowChangeEvent" msprop:Generator_RowClassName="v_erpGoodsBalanceRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="EntId" msprop:Generator_ColumnVarNameInTable="columnEntId" msprop:Generator_ColumnPropNameInRow="EntId" msprop:Generator_ColumnPropNameInTable="EntIdColumn" msprop:Generator_UserColumnName="EntId">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="11" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="GoodsId" msprop:Generator_ColumnVarNameInTable="columnGoodsId" msprop:Generator_ColumnPropNameInRow="GoodsId" msprop:Generator_ColumnPropNameInTable="GoodsIdColumn" msprop:Generator_UserColumnName="GoodsId">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="11" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="batch" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnbatch" msprop:Generator_ColumnPropNameInRow="batch" msprop:Generator_ColumnPropNameInTable="batchColumn" msprop:Generator_UserColumnName="batch" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="20" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="count" msprop:Generator_ColumnVarNameInTable="columncount" msprop:Generator_ColumnPropNameInRow="count" msprop:Generator_ColumnPropNameInTable="countColumn" msprop:Generator_UserColumnName="count" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="erpBoxcnt" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnerpBoxcnt" msprop:Generator_ColumnPropNameInRow="erpBoxcnt" msprop:Generator_ColumnPropNameInTable="erpBoxcntColumn" msprop:Generator_UserColumnName="erpBoxcnt" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="validDate" msprop:Generator_ColumnVarNameInTable="columnvalidDate" msprop:Generator_ColumnPropNameInRow="validDate" msprop:Generator_ColumnPropNameInTable="validDateColumn" msprop:Generator_UserColumnName="validDate" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="10" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="productDate" msprop:Generator_ColumnVarNameInTable="columnproductDate" msprop:Generator_ColumnPropNameInRow="productDate" msprop:Generator_ColumnPropNameInTable="productDateColumn" msprop:Generator_UserColumnName="productDate" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="10" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="BarCode" msprop:Generator_ColumnVarNameInTable="columnBarCode" msprop:Generator_ColumnPropNameInRow="BarCode" msprop:Generator_ColumnPropNameInTable="BarCodeColumn" msprop:Generator_UserColumnName="BarCode" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="30" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="GoodsName" msprop:Generator_ColumnVarNameInTable="columnGoodsName" msprop:Generator_ColumnPropNameInRow="GoodsName" msprop:Generator_ColumnPropNameInTable="GoodsNameColumn" msprop:Generator_UserColumnName="GoodsName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="120" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Manufacturer" msprop:Generator_ColumnVarNameInTable="columnManufacturer" msprop:Generator_ColumnPropNameInRow="Manufacturer" msprop:Generator_ColumnPropNameInTable="ManufacturerColumn" msprop:Generator_UserColumnName="Manufacturer" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="256" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="pinYin" msprop:Generator_ColumnVarNameInTable="columnpinYin" msprop:Generator_ColumnPropNameInRow="pinYin" msprop:Generator_ColumnPropNameInTable="pinYinColumn" msprop:Generator_UserColumnName="pinYin" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="128" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="v_freeLocationByGroup" msprop:Generator_TableClassName="v_freeLocationByGroupDataTable" msprop:Generator_TableVarName="tablev_freeLocationByGroup" msprop:Generator_TablePropName="v_freeLocationByGroup" msprop:Generator_RowDeletingName="v_freeLocationByGroupRowDeleting" msprop:Generator_RowChangingName="v_freeLocationByGroupRowChanging" msprop:Generator_RowEvHandlerName="v_freeLocationByGroupRowChangeEventHandler" msprop:Generator_RowDeletedName="v_freeLocationByGroupRowDeleted" msprop:Generator_UserTableName="v_freeLocationByGroup" msprop:Generator_RowChangedName="v_freeLocationByGroupRowChanged" msprop:Generator_RowEvArgName="v_freeLocationByGroupRowChangeEvent" msprop:Generator_RowClassName="v_freeLocationByGroupRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="空余数量" msprop:Generator_ColumnVarNameInTable="column空余数量" msprop:Generator_ColumnPropNameInRow="空余数量" msprop:Generator_ColumnPropNameInTable="空余数量Column" msprop:Generator_UserColumnName="空余数量" type="xs:int" minOccurs="0" />
|
|
<xs:element name="goodType" msprop:Generator_ColumnVarNameInTable="columngoodType" msprop:Generator_ColumnPropNameInRow="goodType" msprop:Generator_ColumnPropNameInTable="goodTypeColumn" msprop:Generator_UserColumnName="goodType" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="volType" msprop:Generator_ColumnVarNameInTable="columnvolType" msprop:Generator_ColumnPropNameInRow="volType" msprop:Generator_ColumnPropNameInTable="volTypeColumn" msprop:Generator_UserColumnName="volType" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="v_freeLocations" msprop:Generator_TableClassName="v_freeLocationsDataTable" msprop:Generator_TableVarName="tablev_freeLocations" msprop:Generator_TablePropName="v_freeLocations" msprop:Generator_RowDeletingName="v_freeLocationsRowDeleting" msprop:Generator_RowChangingName="v_freeLocationsRowChanging" msprop:Generator_RowEvHandlerName="v_freeLocationsRowChangeEventHandler" msprop:Generator_RowDeletedName="v_freeLocationsRowDeleted" msprop:Generator_UserTableName="v_freeLocations" msprop:Generator_RowChangedName="v_freeLocationsRowChanged" msprop:Generator_RowEvArgName="v_freeLocationsRowChangeEvent" msprop:Generator_RowClassName="v_freeLocationsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="id" msprop:Generator_ColumnVarNameInTable="columnid" msprop:Generator_ColumnPropNameInRow="id" msprop:Generator_ColumnPropNameInTable="idColumn" msprop:Generator_UserColumnName="id" type="xs:int" />
|
|
<xs:element name="locationId" msprop:Generator_ColumnVarNameInTable="columnlocationId" msprop:Generator_ColumnPropNameInRow="locationId" msprop:Generator_ColumnPropNameInTable="locationIdColumn" msprop:Generator_UserColumnName="locationId">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="locationId128" msprop:Generator_ColumnVarNameInTable="columnlocationId128" msprop:Generator_ColumnPropNameInRow="locationId128" msprop:Generator_ColumnPropNameInTable="locationId128Column" msprop:Generator_UserColumnName="locationId128" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="warehouse" msprop:Generator_ColumnVarNameInTable="columnwarehouse" msprop:Generator_ColumnPropNameInRow="warehouse" msprop:Generator_ColumnPropNameInTable="warehouseColumn" msprop:Generator_UserColumnName="warehouse" type="xs:int" minOccurs="0" />
|
|
<xs:element name="channel" msprop:Generator_ColumnVarNameInTable="columnchannel" msprop:Generator_ColumnPropNameInRow="channel" msprop:Generator_ColumnPropNameInTable="channelColumn" msprop:Generator_UserColumnName="channel" type="xs:int" minOccurs="0" />
|
|
<xs:element name="shelf" msprop:Generator_ColumnVarNameInTable="columnshelf" msprop:Generator_ColumnPropNameInRow="shelf" msprop:Generator_ColumnPropNameInTable="shelfColumn" msprop:Generator_UserColumnName="shelf" type="xs:int" minOccurs="0" />
|
|
<xs:element name="layer" msprop:Generator_ColumnVarNameInTable="columnlayer" msprop:Generator_ColumnPropNameInRow="layer" msprop:Generator_ColumnPropNameInTable="layerColumn" msprop:Generator_UserColumnName="layer" type="xs:int" minOccurs="0" />
|
|
<xs:element name="col" msprop:Generator_ColumnVarNameInTable="columncol" msprop:Generator_ColumnPropNameInRow="col" msprop:Generator_ColumnPropNameInTable="colColumn" msprop:Generator_UserColumnName="col" type="xs:int" minOccurs="0" />
|
|
<xs:element name="elabId" msprop:Generator_ColumnVarNameInTable="columnelabId" msprop:Generator_ColumnPropNameInRow="elabId" msprop:Generator_ColumnPropNameInTable="elabIdColumn" msprop:Generator_UserColumnName="elabId" type="xs:int" minOccurs="0" />
|
|
<xs:element name="elabAddress" msprop:Generator_ColumnVarNameInTable="columnelabAddress" msprop:Generator_ColumnPropNameInRow="elabAddress" msprop:Generator_ColumnPropNameInTable="elabAddressColumn" msprop:Generator_UserColumnName="elabAddress" type="xs:int" minOccurs="0" />
|
|
<xs:element name="height" msprop:Generator_ColumnVarNameInTable="columnheight" msprop:Generator_ColumnPropNameInRow="height" msprop:Generator_ColumnPropNameInTable="heightColumn" msprop:Generator_UserColumnName="height" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="width" msprop:Generator_ColumnVarNameInTable="columnwidth" msprop:Generator_ColumnPropNameInRow="width" msprop:Generator_ColumnPropNameInTable="widthColumn" msprop:Generator_UserColumnName="width" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="length" msprop:Generator_ColumnVarNameInTable="columnlength" msprop:Generator_ColumnPropNameInRow="length" msprop:Generator_ColumnPropNameInTable="lengthColumn" msprop:Generator_UserColumnName="length" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="weight" msprop:Generator_ColumnVarNameInTable="columnweight" msprop:Generator_ColumnPropNameInRow="weight" msprop:Generator_ColumnPropNameInTable="weightColumn" msprop:Generator_UserColumnName="weight" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="port" msprop:Generator_ColumnVarNameInTable="columnport" msprop:Generator_ColumnPropNameInRow="port" msprop:Generator_ColumnPropNameInTable="portColumn" msprop:Generator_UserColumnName="port" type="xs:int" minOccurs="0" />
|
|
<xs:element name="part" msprop:Generator_ColumnVarNameInTable="columnpart" msprop:Generator_ColumnPropNameInRow="part" msprop:Generator_ColumnPropNameInTable="partColumn" msprop:Generator_UserColumnName="part" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="bigPart" msprop:Generator_ColumnVarNameInTable="columnbigPart" msprop:Generator_ColumnPropNameInRow="bigPart" msprop:Generator_ColumnPropNameInTable="bigPartColumn" msprop:Generator_UserColumnName="bigPart" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="goodsType" msprop:Generator_ColumnVarNameInTable="columngoodsType" msprop:Generator_ColumnPropNameInRow="goodsType" msprop:Generator_ColumnPropNameInTable="goodsTypeColumn" msprop:Generator_UserColumnName="goodsType" type="xs:int" minOccurs="0" />
|
|
<xs:element name="whType" msprop:Generator_ColumnVarNameInTable="columnwhType" msprop:Generator_ColumnPropNameInRow="whType" msprop:Generator_ColumnPropNameInTable="whTypeColumn" msprop:Generator_UserColumnName="whType" type="xs:int" minOccurs="0" />
|
|
<xs:element name="whGoodsType" msprop:Generator_ColumnVarNameInTable="columnwhGoodsType" msprop:Generator_ColumnPropNameInRow="whGoodsType" msprop:Generator_ColumnPropNameInTable="whGoodsTypeColumn" msprop:Generator_UserColumnName="whGoodsType" type="xs:int" minOccurs="0" />
|
|
<xs:element name="whVolType" msprop:Generator_ColumnVarNameInTable="columnwhVolType" msprop:Generator_ColumnPropNameInRow="whVolType" msprop:Generator_ColumnPropNameInTable="whVolTypeColumn" msprop:Generator_UserColumnName="whVolType" type="xs:int" minOccurs="0" />
|
|
<xs:element name="volType" msprop:Generator_ColumnVarNameInTable="columnvolType" msprop:Generator_ColumnPropNameInRow="volType" msprop:Generator_ColumnPropNameInTable="volTypeColumn" msprop:Generator_UserColumnName="volType" type="xs:int" minOccurs="0" />
|
|
<xs:element name="state" msprop:Generator_ColumnVarNameInTable="columnstate" msprop:Generator_ColumnPropNameInRow="state" msprop:Generator_ColumnPropNameInTable="stateColumn" msprop:Generator_UserColumnName="state" type="xs:int" minOccurs="0" />
|
|
<xs:element name="tranState" msprop:Generator_ColumnVarNameInTable="columntranState" msprop:Generator_ColumnPropNameInRow="tranState" msprop:Generator_ColumnPropNameInTable="tranStateColumn" msprop:Generator_UserColumnName="tranState" type="xs:int" minOccurs="0" />
|
|
<xs:element name="operater" msprop:Generator_ColumnVarNameInTable="columnoperater" msprop:Generator_ColumnPropNameInRow="operater" msprop:Generator_ColumnPropNameInTable="operaterColumn" msprop:Generator_UserColumnName="operater" type="xs:int" minOccurs="0" />
|
|
<xs:element name="lastmodified" msprop:Generator_ColumnVarNameInTable="columnlastmodified" msprop:Generator_ColumnPropNameInRow="lastmodified" msprop:Generator_ColumnPropNameInTable="lastmodifiedColumn" msprop:Generator_UserColumnName="lastmodified" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="createtime" msprop:Generator_ColumnVarNameInTable="columncreatetime" msprop:Generator_ColumnPropNameInRow="createtime" msprop:Generator_ColumnPropNameInTable="createtimeColumn" msprop:Generator_UserColumnName="createtime" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="dr" msprop:Generator_ColumnVarNameInTable="columndr" msprop:Generator_ColumnPropNameInRow="dr" msprop:Generator_ColumnPropNameInTable="drColumn" msprop:Generator_UserColumnName="dr" type="xs:boolean" minOccurs="0" />
|
|
<xs:element name="warehouseName" msprop:Generator_ColumnVarNameInTable="columnwarehouseName" msprop:Generator_ColumnPropNameInRow="warehouseName" msprop:Generator_ColumnPropNameInTable="warehouseNameColumn" msprop:Generator_UserColumnName="warehouseName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="goodsTypeName" msprop:Generator_ColumnVarNameInTable="columngoodsTypeName" msprop:Generator_ColumnPropNameInRow="goodsTypeName" msprop:Generator_ColumnPropNameInTable="goodsTypeNameColumn" msprop:Generator_UserColumnName="goodsTypeName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="v_location" msprop:Generator_TableClassName="v_locationDataTable" msprop:Generator_TableVarName="tablev_location" msprop:Generator_TablePropName="v_location" msprop:Generator_RowDeletingName="v_locationRowDeleting" msprop:Generator_RowChangingName="v_locationRowChanging" msprop:Generator_RowEvHandlerName="v_locationRowChangeEventHandler" msprop:Generator_RowDeletedName="v_locationRowDeleted" msprop:Generator_UserTableName="v_location" msprop:Generator_RowChangedName="v_locationRowChanged" msprop:Generator_RowEvArgName="v_locationRowChangeEvent" msprop:Generator_RowClassName="v_locationRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="id" msprop:Generator_ColumnVarNameInTable="columnid" msprop:Generator_ColumnPropNameInRow="id" msprop:Generator_ColumnPropNameInTable="idColumn" msprop:Generator_UserColumnName="id" type="xs:int" />
|
|
<xs:element name="locationId" msprop:Generator_ColumnVarNameInTable="columnlocationId" msprop:Generator_ColumnPropNameInRow="locationId" msprop:Generator_ColumnPropNameInTable="locationIdColumn" msprop:Generator_UserColumnName="locationId">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="locationId128" msprop:Generator_ColumnVarNameInTable="columnlocationId128" msprop:Generator_ColumnPropNameInRow="locationId128" msprop:Generator_ColumnPropNameInTable="locationId128Column" msprop:Generator_UserColumnName="locationId128" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="warehouse" msprop:Generator_ColumnVarNameInTable="columnwarehouse" msprop:Generator_ColumnPropNameInRow="warehouse" msprop:Generator_ColumnPropNameInTable="warehouseColumn" msprop:Generator_UserColumnName="warehouse" type="xs:int" minOccurs="0" />
|
|
<xs:element name="channel" msprop:Generator_ColumnVarNameInTable="columnchannel" msprop:Generator_ColumnPropNameInRow="channel" msprop:Generator_ColumnPropNameInTable="channelColumn" msprop:Generator_UserColumnName="channel" type="xs:int" minOccurs="0" />
|
|
<xs:element name="shelf" msprop:Generator_ColumnVarNameInTable="columnshelf" msprop:Generator_ColumnPropNameInRow="shelf" msprop:Generator_ColumnPropNameInTable="shelfColumn" msprop:Generator_UserColumnName="shelf" type="xs:int" minOccurs="0" />
|
|
<xs:element name="layer" msprop:Generator_ColumnVarNameInTable="columnlayer" msprop:Generator_ColumnPropNameInRow="layer" msprop:Generator_ColumnPropNameInTable="layerColumn" msprop:Generator_UserColumnName="layer" type="xs:int" minOccurs="0" />
|
|
<xs:element name="col" msprop:Generator_ColumnVarNameInTable="columncol" msprop:Generator_ColumnPropNameInRow="col" msprop:Generator_ColumnPropNameInTable="colColumn" msprop:Generator_UserColumnName="col" type="xs:int" minOccurs="0" />
|
|
<xs:element name="elabId" msprop:Generator_ColumnVarNameInTable="columnelabId" msprop:Generator_ColumnPropNameInRow="elabId" msprop:Generator_ColumnPropNameInTable="elabIdColumn" msprop:Generator_UserColumnName="elabId" type="xs:int" minOccurs="0" />
|
|
<xs:element name="elabAddress" msprop:Generator_ColumnVarNameInTable="columnelabAddress" msprop:Generator_ColumnPropNameInRow="elabAddress" msprop:Generator_ColumnPropNameInTable="elabAddressColumn" msprop:Generator_UserColumnName="elabAddress" type="xs:int" minOccurs="0" />
|
|
<xs:element name="height" msprop:Generator_ColumnVarNameInTable="columnheight" msprop:Generator_ColumnPropNameInRow="height" msprop:Generator_ColumnPropNameInTable="heightColumn" msprop:Generator_UserColumnName="height" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="width" msprop:Generator_ColumnVarNameInTable="columnwidth" msprop:Generator_ColumnPropNameInRow="width" msprop:Generator_ColumnPropNameInTable="widthColumn" msprop:Generator_UserColumnName="width" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="length" msprop:Generator_ColumnVarNameInTable="columnlength" msprop:Generator_ColumnPropNameInRow="length" msprop:Generator_ColumnPropNameInTable="lengthColumn" msprop:Generator_UserColumnName="length" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="weight" msprop:Generator_ColumnVarNameInTable="columnweight" msprop:Generator_ColumnPropNameInRow="weight" msprop:Generator_ColumnPropNameInTable="weightColumn" msprop:Generator_UserColumnName="weight" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="port" msprop:Generator_ColumnVarNameInTable="columnport" msprop:Generator_ColumnPropNameInRow="port" msprop:Generator_ColumnPropNameInTable="portColumn" msprop:Generator_UserColumnName="port" type="xs:int" minOccurs="0" />
|
|
<xs:element name="part" msprop:Generator_ColumnVarNameInTable="columnpart" msprop:Generator_ColumnPropNameInRow="part" msprop:Generator_ColumnPropNameInTable="partColumn" msprop:Generator_UserColumnName="part" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="bigPart" msprop:Generator_ColumnVarNameInTable="columnbigPart" msprop:Generator_ColumnPropNameInRow="bigPart" msprop:Generator_ColumnPropNameInTable="bigPartColumn" msprop:Generator_UserColumnName="bigPart" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="goodsType" msprop:Generator_ColumnVarNameInTable="columngoodsType" msprop:Generator_ColumnPropNameInRow="goodsType" msprop:Generator_ColumnPropNameInTable="goodsTypeColumn" msprop:Generator_UserColumnName="goodsType" type="xs:int" minOccurs="0" />
|
|
<xs:element name="whType" msprop:Generator_ColumnVarNameInTable="columnwhType" msprop:Generator_ColumnPropNameInRow="whType" msprop:Generator_ColumnPropNameInTable="whTypeColumn" msprop:Generator_UserColumnName="whType" type="xs:int" minOccurs="0" />
|
|
<xs:element name="whGoodsType" msprop:Generator_ColumnVarNameInTable="columnwhGoodsType" msprop:Generator_ColumnPropNameInRow="whGoodsType" msprop:Generator_ColumnPropNameInTable="whGoodsTypeColumn" msprop:Generator_UserColumnName="whGoodsType" type="xs:int" minOccurs="0" />
|
|
<xs:element name="whVolType" msprop:Generator_ColumnVarNameInTable="columnwhVolType" msprop:Generator_ColumnPropNameInRow="whVolType" msprop:Generator_ColumnPropNameInTable="whVolTypeColumn" msprop:Generator_UserColumnName="whVolType" type="xs:int" minOccurs="0" />
|
|
<xs:element name="volType" msprop:Generator_ColumnVarNameInTable="columnvolType" msprop:Generator_ColumnPropNameInRow="volType" msprop:Generator_ColumnPropNameInTable="volTypeColumn" msprop:Generator_UserColumnName="volType" type="xs:int" minOccurs="0" />
|
|
<xs:element name="state" msprop:Generator_ColumnVarNameInTable="columnstate" msprop:Generator_ColumnPropNameInRow="state" msprop:Generator_ColumnPropNameInTable="stateColumn" msprop:Generator_UserColumnName="state" type="xs:int" minOccurs="0" />
|
|
<xs:element name="tranState" msprop:Generator_ColumnVarNameInTable="columntranState" msprop:Generator_ColumnPropNameInRow="tranState" msprop:Generator_ColumnPropNameInTable="tranStateColumn" msprop:Generator_UserColumnName="tranState" type="xs:int" minOccurs="0" />
|
|
<xs:element name="operater" msprop:Generator_ColumnVarNameInTable="columnoperater" msprop:Generator_ColumnPropNameInRow="operater" msprop:Generator_ColumnPropNameInTable="operaterColumn" msprop:Generator_UserColumnName="operater" type="xs:int" minOccurs="0" />
|
|
<xs:element name="lastmodified" msprop:Generator_ColumnVarNameInTable="columnlastmodified" msprop:Generator_ColumnPropNameInRow="lastmodified" msprop:Generator_ColumnPropNameInTable="lastmodifiedColumn" msprop:Generator_UserColumnName="lastmodified" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="createtime" msprop:Generator_ColumnVarNameInTable="columncreatetime" msprop:Generator_ColumnPropNameInRow="createtime" msprop:Generator_ColumnPropNameInTable="createtimeColumn" msprop:Generator_UserColumnName="createtime" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="dr" msprop:Generator_ColumnVarNameInTable="columndr" msprop:Generator_ColumnPropNameInRow="dr" msprop:Generator_ColumnPropNameInTable="drColumn" msprop:Generator_UserColumnName="dr" type="xs:boolean" minOccurs="0" />
|
|
<xs:element name="whouseName" msprop:Generator_ColumnVarNameInTable="columnwhouseName" msprop:Generator_ColumnPropNameInRow="whouseName" msprop:Generator_ColumnPropNameInTable="whouseNameColumn" msprop:Generator_UserColumnName="whouseName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="goodsTypeName" msprop:Generator_ColumnVarNameInTable="columngoodsTypeName" msprop:Generator_ColumnPropNameInRow="goodsTypeName" msprop:Generator_ColumnPropNameInTable="goodsTypeNameColumn" msprop:Generator_UserColumnName="goodsTypeName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="v_reportStockRecord" msprop:Generator_TableClassName="v_reportStockRecordDataTable" msprop:Generator_TableVarName="tablev_reportStockRecord" msprop:Generator_TablePropName="v_reportStockRecord" msprop:Generator_RowDeletingName="v_reportStockRecordRowDeleting" msprop:Generator_RowChangingName="v_reportStockRecordRowChanging" msprop:Generator_RowEvHandlerName="v_reportStockRecordRowChangeEventHandler" msprop:Generator_RowDeletedName="v_reportStockRecordRowDeleted" msprop:Generator_UserTableName="v_reportStockRecord" msprop:Generator_RowChangedName="v_reportStockRecordRowChanged" msprop:Generator_RowEvArgName="v_reportStockRecordRowChangeEvent" msprop:Generator_RowClassName="v_reportStockRecordRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="id" msprop:Generator_ColumnVarNameInTable="columnid" msprop:Generator_ColumnPropNameInRow="id" msprop:Generator_ColumnPropNameInTable="idColumn" msprop:Generator_UserColumnName="id" type="xs:int" />
|
|
<xs:element name="locationCode" msprop:Generator_ColumnVarNameInTable="columnlocationCode" msprop:Generator_ColumnPropNameInRow="locationCode" msprop:Generator_ColumnPropNameInTable="locationCodeColumn" msprop:Generator_UserColumnName="locationCode" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="orderNo" msprop:Generator_ColumnVarNameInTable="columnorderNo" msprop:Generator_ColumnPropNameInRow="orderNo" msprop:Generator_ColumnPropNameInTable="orderNoColumn" msprop:Generator_UserColumnName="orderNo">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="goodsId" msprop:Generator_ColumnVarNameInTable="columngoodsId" msprop:Generator_ColumnPropNameInRow="goodsId" msprop:Generator_ColumnPropNameInTable="goodsIdColumn" msprop:Generator_UserColumnName="goodsId">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="batch" msprop:Generator_ColumnVarNameInTable="columnbatch" msprop:Generator_ColumnPropNameInRow="batch" msprop:Generator_ColumnPropNameInTable="batchColumn" msprop:Generator_UserColumnName="batch" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="locationId" msprop:Generator_ColumnVarNameInTable="columnlocationId" msprop:Generator_ColumnPropNameInRow="locationId" msprop:Generator_ColumnPropNameInTable="locationIdColumn" msprop:Generator_UserColumnName="locationId">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="count" msprop:Generator_ColumnVarNameInTable="columncount" msprop:Generator_ColumnPropNameInRow="count" msprop:Generator_ColumnPropNameInTable="countColumn" msprop:Generator_UserColumnName="count" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="validDate" msprop:Generator_ColumnVarNameInTable="columnvalidDate" msprop:Generator_ColumnPropNameInRow="validDate" msprop:Generator_ColumnPropNameInTable="validDateColumn" msprop:Generator_UserColumnName="validDate" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="productDate" msprop:Generator_ColumnVarNameInTable="columnproductDate" msprop:Generator_ColumnPropNameInRow="productDate" msprop:Generator_ColumnPropNameInTable="productDateColumn" msprop:Generator_UserColumnName="productDate" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="description" msprop:Generator_ColumnVarNameInTable="columndescription" msprop:Generator_ColumnPropNameInRow="description" msprop:Generator_ColumnPropNameInTable="descriptionColumn" msprop:Generator_UserColumnName="description" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="operater" msprop:Generator_ColumnVarNameInTable="columnoperater" msprop:Generator_ColumnPropNameInRow="operater" msprop:Generator_ColumnPropNameInTable="operaterColumn" msprop:Generator_UserColumnName="operater" type="xs:int" minOccurs="0" />
|
|
<xs:element name="lastmodified" msprop:Generator_ColumnVarNameInTable="columnlastmodified" msprop:Generator_ColumnPropNameInRow="lastmodified" msprop:Generator_ColumnPropNameInTable="lastmodifiedColumn" msprop:Generator_UserColumnName="lastmodified" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="createtime" msprop:Generator_ColumnVarNameInTable="columncreatetime" msprop:Generator_ColumnPropNameInRow="createtime" msprop:Generator_ColumnPropNameInTable="createtimeColumn" msprop:Generator_UserColumnName="createtime" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="dr" msprop:Generator_ColumnVarNameInTable="columndr" msprop:Generator_ColumnPropNameInRow="dr" msprop:Generator_ColumnPropNameInTable="drColumn" msprop:Generator_UserColumnName="dr" type="xs:boolean" minOccurs="0" />
|
|
<xs:element name="bigCount" msprop:Generator_ColumnVarNameInTable="columnbigCount" msprop:Generator_ColumnPropNameInRow="bigCount" msprop:Generator_ColumnPropNameInTable="bigCountColumn" msprop:Generator_UserColumnName="bigCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="unit" msprop:Generator_ColumnVarNameInTable="columnunit" msprop:Generator_ColumnPropNameInRow="unit" msprop:Generator_ColumnPropNameInTable="unitColumn" msprop:Generator_UserColumnName="unit" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="20" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="spec" msprop:Generator_ColumnVarNameInTable="columnspec" msprop:Generator_ColumnPropNameInRow="spec" msprop:Generator_ColumnPropNameInTable="specColumn" msprop:Generator_UserColumnName="spec" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="manufacturer" msprop:Generator_ColumnVarNameInTable="columnmanufacturer" msprop:Generator_ColumnPropNameInRow="manufacturer" msprop:Generator_ColumnPropNameInTable="manufacturerColumn" msprop:Generator_UserColumnName="manufacturer" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="256" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="goodsName" msprop:Generator_ColumnVarNameInTable="columngoodsName" msprop:Generator_ColumnPropNameInRow="goodsName" msprop:Generator_ColumnPropNameInTable="goodsNameColumn" msprop:Generator_UserColumnName="goodsName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="120" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="box" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnbox" msprop:Generator_ColumnPropNameInRow="box" msprop:Generator_ColumnPropNameInTable="boxColumn" msprop:Generator_UserColumnName="box" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="type" msprop:Generator_ColumnVarNameInTable="columntype" msprop:Generator_ColumnPropNameInRow="type" msprop:Generator_ColumnPropNameInTable="typeColumn" msprop:Generator_UserColumnName="type" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="30" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="regeditCode" msprop:Generator_ColumnVarNameInTable="columnregeditCode" msprop:Generator_ColumnPropNameInRow="regeditCode" msprop:Generator_ColumnPropNameInTable="regeditCodeColumn" msprop:Generator_UserColumnName="regeditCode" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="72" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="rectype" msprop:Generator_ColumnVarNameInTable="columnrectype" msprop:Generator_ColumnPropNameInRow="rectype" msprop:Generator_ColumnPropNameInTable="rectypeColumn" msprop:Generator_UserColumnName="rectype" type="xs:int" />
|
|
<xs:element name="count1" msprop:Generator_ColumnVarNameInTable="columncount1" msprop:Generator_ColumnPropNameInRow="count1" msprop:Generator_ColumnPropNameInTable="count1Column" msprop:Generator_UserColumnName="count1" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="BarCode" msprop:Generator_ColumnVarNameInTable="columnBarCode" msprop:Generator_ColumnPropNameInRow="BarCode" msprop:Generator_ColumnPropNameInTable="BarCodeColumn" msprop:Generator_UserColumnName="BarCode" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="30" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="goodsTypeName" msprop:Generator_ColumnVarNameInTable="columngoodsTypeName" msprop:Generator_ColumnPropNameInRow="goodsTypeName" msprop:Generator_ColumnPropNameInTable="goodsTypeNameColumn" msprop:Generator_UserColumnName="goodsTypeName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="bulkMax" msprop:Generator_ColumnVarNameInTable="columnbulkMax" msprop:Generator_ColumnPropNameInRow="bulkMax" msprop:Generator_ColumnPropNameInTable="bulkMaxColumn" msprop:Generator_UserColumnName="bulkMax" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="batchMax1" msprop:Generator_ColumnVarNameInTable="columnbatchMax1" msprop:Generator_ColumnPropNameInRow="batchMax1" msprop:Generator_ColumnPropNameInTable="batchMax1Column" msprop:Generator_UserColumnName="batchMax1" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="batchMax2" msprop:Generator_ColumnVarNameInTable="columnbatchMax2" msprop:Generator_ColumnPropNameInRow="batchMax2" msprop:Generator_ColumnPropNameInTable="batchMax2Column" msprop:Generator_UserColumnName="batchMax2" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="countIn" msprop:Generator_ColumnVarNameInTable="columncountIn" msprop:Generator_ColumnPropNameInRow="countIn" msprop:Generator_ColumnPropNameInTable="countInColumn" msprop:Generator_UserColumnName="countIn" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="countOuting" msprop:Generator_ColumnVarNameInTable="columncountOuting" msprop:Generator_ColumnPropNameInRow="countOuting" msprop:Generator_ColumnPropNameInTable="countOutingColumn" msprop:Generator_UserColumnName="countOuting" type="xs:decimal" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="v_reportStockRecordDownList4Up4winCE" msprop:Generator_TableClassName="v_reportStockRecordDownList4Up4winCEDataTable" msprop:Generator_TableVarName="tablev_reportStockRecordDownList4Up4winCE" msprop:Generator_TablePropName="v_reportStockRecordDownList4Up4winCE" msprop:Generator_RowDeletingName="v_reportStockRecordDownList4Up4winCERowDeleting" msprop:Generator_RowChangingName="v_reportStockRecordDownList4Up4winCERowChanging" msprop:Generator_RowEvHandlerName="v_reportStockRecordDownList4Up4winCERowChangeEventHandler" msprop:Generator_RowDeletedName="v_reportStockRecordDownList4Up4winCERowDeleted" msprop:Generator_UserTableName="v_reportStockRecordDownList4Up4winCE" msprop:Generator_RowChangedName="v_reportStockRecordDownList4Up4winCERowChanged" msprop:Generator_RowEvArgName="v_reportStockRecordDownList4Up4winCERowChangeEvent" msprop:Generator_RowClassName="v_reportStockRecordDownList4Up4winCERow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="id" msprop:Generator_ColumnVarNameInTable="columnid" msprop:Generator_ColumnPropNameInRow="id" msprop:Generator_ColumnPropNameInTable="idColumn" msprop:Generator_UserColumnName="id" type="xs:int" />
|
|
<xs:element name="商品" msprop:Generator_ColumnVarNameInTable="column商品" msprop:Generator_ColumnPropNameInRow="商品" msprop:Generator_ColumnPropNameInTable="商品Column" msprop:Generator_UserColumnName="商品" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="120" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="批号" msprop:Generator_ColumnVarNameInTable="column批号" msprop:Generator_ColumnPropNameInRow="批号" msprop:Generator_ColumnPropNameInTable="批号Column" msprop:Generator_UserColumnName="批号" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="数量" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="column数量" msprop:Generator_ColumnPropNameInRow="数量" msprop:Generator_ColumnPropNameInTable="数量Column" msprop:Generator_UserColumnName="数量" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="原货位" msprop:Generator_ColumnVarNameInTable="column原货位" msprop:Generator_ColumnPropNameInRow="原货位" msprop:Generator_ColumnPropNameInTable="原货位Column" msprop:Generator_UserColumnName="原货位">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="商品类别" msprop:Generator_ColumnVarNameInTable="column商品类别" msprop:Generator_ColumnPropNameInRow="商品类别" msprop:Generator_ColumnPropNameInTable="商品类别Column" msprop:Generator_UserColumnName="商品类别" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="商品编码" msprop:Generator_ColumnVarNameInTable="column商品编码" msprop:Generator_ColumnPropNameInRow="商品编码" msprop:Generator_ColumnPropNameInTable="商品编码Column" msprop:Generator_UserColumnName="商品编码">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="失效日期" msprop:Generator_ColumnVarNameInTable="column失效日期" msprop:Generator_ColumnPropNameInRow="失效日期" msprop:Generator_ColumnPropNameInTable="失效日期Column" msprop:Generator_UserColumnName="失效日期" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="生产日期" msprop:Generator_ColumnVarNameInTable="column生产日期" msprop:Generator_ColumnPropNameInRow="生产日期" msprop:Generator_ColumnPropNameInTable="生产日期Column" msprop:Generator_UserColumnName="生产日期" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="大包装" msprop:Generator_ColumnVarNameInTable="column大包装" msprop:Generator_ColumnPropNameInRow="大包装" msprop:Generator_ColumnPropNameInTable="大包装Column" msprop:Generator_UserColumnName="大包装" type="xs:int" minOccurs="0" />
|
|
<xs:element name="单位" msprop:Generator_ColumnVarNameInTable="column单位" msprop:Generator_ColumnPropNameInRow="单位" msprop:Generator_ColumnPropNameInTable="单位Column" msprop:Generator_UserColumnName="单位" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="20" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="规格" msprop:Generator_ColumnVarNameInTable="column规格" msprop:Generator_ColumnPropNameInRow="规格" msprop:Generator_ColumnPropNameInTable="规格Column" msprop:Generator_UserColumnName="规格" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="厂家" msprop:Generator_ColumnVarNameInTable="column厂家" msprop:Generator_ColumnPropNameInRow="厂家" msprop:Generator_ColumnPropNameInTable="厂家Column" msprop:Generator_UserColumnName="厂家" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="256" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="description" msprop:Generator_ColumnVarNameInTable="columndescription" msprop:Generator_ColumnPropNameInRow="description" msprop:Generator_ColumnPropNameInTable="descriptionColumn" msprop:Generator_UserColumnName="description" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="operater" msprop:Generator_ColumnVarNameInTable="columnoperater" msprop:Generator_ColumnPropNameInRow="operater" msprop:Generator_ColumnPropNameInTable="operaterColumn" msprop:Generator_UserColumnName="operater" type="xs:int" minOccurs="0" />
|
|
<xs:element name="lastmodified" msprop:Generator_ColumnVarNameInTable="columnlastmodified" msprop:Generator_ColumnPropNameInRow="lastmodified" msprop:Generator_ColumnPropNameInTable="lastmodifiedColumn" msprop:Generator_UserColumnName="lastmodified" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="createtime" msprop:Generator_ColumnVarNameInTable="columncreatetime" msprop:Generator_ColumnPropNameInRow="createtime" msprop:Generator_ColumnPropNameInTable="createtimeColumn" msprop:Generator_UserColumnName="createtime" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="dr" msprop:Generator_ColumnVarNameInTable="columndr" msprop:Generator_ColumnPropNameInRow="dr" msprop:Generator_ColumnPropNameInTable="drColumn" msprop:Generator_UserColumnName="dr" type="xs:boolean" minOccurs="0" />
|
|
<xs:element name="box" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnbox" msprop:Generator_ColumnPropNameInRow="box" msprop:Generator_ColumnPropNameInTable="boxColumn" msprop:Generator_UserColumnName="box" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="regeditCode" msprop:Generator_ColumnVarNameInTable="columnregeditCode" msprop:Generator_ColumnPropNameInRow="regeditCode" msprop:Generator_ColumnPropNameInTable="regeditCodeColumn" msprop:Generator_UserColumnName="regeditCode" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="72" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="rectype" msprop:Generator_ColumnVarNameInTable="columnrectype" msprop:Generator_ColumnPropNameInRow="rectype" msprop:Generator_ColumnPropNameInTable="rectypeColumn" msprop:Generator_UserColumnName="rectype" type="xs:int" />
|
|
<xs:element name="count1" msprop:Generator_ColumnVarNameInTable="columncount1" msprop:Generator_ColumnPropNameInRow="count1" msprop:Generator_ColumnPropNameInTable="count1Column" msprop:Generator_UserColumnName="count1" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="barCode" msprop:Generator_ColumnVarNameInTable="columnbarCode" msprop:Generator_ColumnPropNameInRow="barCode" msprop:Generator_ColumnPropNameInTable="barCodeColumn" msprop:Generator_UserColumnName="barCode" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="30" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="v_reportStockRecordUpDown4winCE" msprop:Generator_TableClassName="v_reportStockRecordUpDown4winCEDataTable" msprop:Generator_TableVarName="tablev_reportStockRecordUpDown4winCE" msprop:Generator_TablePropName="v_reportStockRecordUpDown4winCE" msprop:Generator_RowDeletingName="v_reportStockRecordUpDown4winCERowDeleting" msprop:Generator_RowChangingName="v_reportStockRecordUpDown4winCERowChanging" msprop:Generator_RowEvHandlerName="v_reportStockRecordUpDown4winCERowChangeEventHandler" msprop:Generator_RowDeletedName="v_reportStockRecordUpDown4winCERowDeleted" msprop:Generator_UserTableName="v_reportStockRecordUpDown4winCE" msprop:Generator_RowChangedName="v_reportStockRecordUpDown4winCERowChanged" msprop:Generator_RowEvArgName="v_reportStockRecordUpDown4winCERowChangeEvent" msprop:Generator_RowClassName="v_reportStockRecordUpDown4winCERow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="id" msprop:Generator_ColumnVarNameInTable="columnid" msprop:Generator_ColumnPropNameInRow="id" msprop:Generator_ColumnPropNameInTable="idColumn" msprop:Generator_UserColumnName="id" type="xs:int" />
|
|
<xs:element name="商品编码" msprop:Generator_ColumnVarNameInTable="column商品编码" msprop:Generator_ColumnPropNameInRow="商品编码" msprop:Generator_ColumnPropNameInTable="商品编码Column" msprop:Generator_UserColumnName="商品编码">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="批号" msprop:Generator_ColumnVarNameInTable="column批号" msprop:Generator_ColumnPropNameInRow="批号" msprop:Generator_ColumnPropNameInTable="批号Column" msprop:Generator_UserColumnName="批号" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="货位" msprop:Generator_ColumnVarNameInTable="column货位" msprop:Generator_ColumnPropNameInRow="货位" msprop:Generator_ColumnPropNameInTable="货位Column" msprop:Generator_UserColumnName="货位">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="数量" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="column数量" msprop:Generator_ColumnPropNameInRow="数量" msprop:Generator_ColumnPropNameInTable="数量Column" msprop:Generator_UserColumnName="数量" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="失效日期" msprop:Generator_ColumnVarNameInTable="column失效日期" msprop:Generator_ColumnPropNameInRow="失效日期" msprop:Generator_ColumnPropNameInTable="失效日期Column" msprop:Generator_UserColumnName="失效日期" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="生产日期" msprop:Generator_ColumnVarNameInTable="column生产日期" msprop:Generator_ColumnPropNameInRow="生产日期" msprop:Generator_ColumnPropNameInTable="生产日期Column" msprop:Generator_UserColumnName="生产日期" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="description" msprop:Generator_ColumnVarNameInTable="columndescription" msprop:Generator_ColumnPropNameInRow="description" msprop:Generator_ColumnPropNameInTable="descriptionColumn" msprop:Generator_UserColumnName="description" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="operater" msprop:Generator_ColumnVarNameInTable="columnoperater" msprop:Generator_ColumnPropNameInRow="operater" msprop:Generator_ColumnPropNameInTable="operaterColumn" msprop:Generator_UserColumnName="operater" type="xs:int" minOccurs="0" />
|
|
<xs:element name="lastmodified" msprop:Generator_ColumnVarNameInTable="columnlastmodified" msprop:Generator_ColumnPropNameInRow="lastmodified" msprop:Generator_ColumnPropNameInTable="lastmodifiedColumn" msprop:Generator_UserColumnName="lastmodified" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="createtime" msprop:Generator_ColumnVarNameInTable="columncreatetime" msprop:Generator_ColumnPropNameInRow="createtime" msprop:Generator_ColumnPropNameInTable="createtimeColumn" msprop:Generator_UserColumnName="createtime" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="dr" msprop:Generator_ColumnVarNameInTable="columndr" msprop:Generator_ColumnPropNameInRow="dr" msprop:Generator_ColumnPropNameInTable="drColumn" msprop:Generator_UserColumnName="dr" type="xs:boolean" minOccurs="0" />
|
|
<xs:element name="大包装" msprop:Generator_ColumnVarNameInTable="column大包装" msprop:Generator_ColumnPropNameInRow="大包装" msprop:Generator_ColumnPropNameInTable="大包装Column" msprop:Generator_UserColumnName="大包装" type="xs:int" minOccurs="0" />
|
|
<xs:element name="单位" msprop:Generator_ColumnVarNameInTable="column单位" msprop:Generator_ColumnPropNameInRow="单位" msprop:Generator_ColumnPropNameInTable="单位Column" msprop:Generator_UserColumnName="单位" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="20" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="规格" msprop:Generator_ColumnVarNameInTable="column规格" msprop:Generator_ColumnPropNameInRow="规格" msprop:Generator_ColumnPropNameInTable="规格Column" msprop:Generator_UserColumnName="规格" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="厂家" msprop:Generator_ColumnVarNameInTable="column厂家" msprop:Generator_ColumnPropNameInRow="厂家" msprop:Generator_ColumnPropNameInTable="厂家Column" msprop:Generator_UserColumnName="厂家" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="256" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="商品名称" msprop:Generator_ColumnVarNameInTable="column商品名称" msprop:Generator_ColumnPropNameInRow="商品名称" msprop:Generator_ColumnPropNameInTable="商品名称Column" msprop:Generator_UserColumnName="商品名称" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="120" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="box" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnbox" msprop:Generator_ColumnPropNameInRow="box" msprop:Generator_ColumnPropNameInTable="boxColumn" msprop:Generator_UserColumnName="box" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="剂型" msprop:Generator_ColumnVarNameInTable="column剂型" msprop:Generator_ColumnPropNameInRow="剂型" msprop:Generator_ColumnPropNameInTable="剂型Column" msprop:Generator_UserColumnName="剂型" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="30" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="regeditCode" msprop:Generator_ColumnVarNameInTable="columnregeditCode" msprop:Generator_ColumnPropNameInRow="regeditCode" msprop:Generator_ColumnPropNameInTable="regeditCodeColumn" msprop:Generator_UserColumnName="regeditCode" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="72" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="rectype" msprop:Generator_ColumnVarNameInTable="columnrectype" msprop:Generator_ColumnPropNameInRow="rectype" msprop:Generator_ColumnPropNameInTable="rectypeColumn" msprop:Generator_UserColumnName="rectype" type="xs:int" />
|
|
<xs:element name="count1" msprop:Generator_ColumnVarNameInTable="columncount1" msprop:Generator_ColumnPropNameInRow="count1" msprop:Generator_ColumnPropNameInTable="count1Column" msprop:Generator_UserColumnName="count1" type="xs:decimal" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="v_stockGoods" msprop:Generator_TableClassName="v_stockGoodsDataTable" msprop:Generator_TableVarName="tablev_stockGoods" msprop:Generator_TablePropName="v_stockGoods" msprop:Generator_RowDeletingName="v_stockGoodsRowDeleting" msprop:Generator_RowChangingName="v_stockGoodsRowChanging" msprop:Generator_RowEvHandlerName="v_stockGoodsRowChangeEventHandler" msprop:Generator_RowDeletedName="v_stockGoodsRowDeleted" msprop:Generator_UserTableName="v_stockGoods" msprop:Generator_RowChangedName="v_stockGoodsRowChanged" msprop:Generator_RowEvArgName="v_stockGoodsRowChangeEvent" msprop:Generator_RowClassName="v_stockGoodsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="elabId" msprop:Generator_ColumnVarNameInTable="columnelabId" msprop:Generator_ColumnPropNameInRow="elabId" msprop:Generator_ColumnPropNameInTable="elabIdColumn" msprop:Generator_UserColumnName="elabId" type="xs:int" minOccurs="0" />
|
|
<xs:element name="elabAddress" msprop:Generator_ColumnVarNameInTable="columnelabAddress" msprop:Generator_ColumnPropNameInRow="elabAddress" msprop:Generator_ColumnPropNameInTable="elabAddressColumn" msprop:Generator_UserColumnName="elabAddress" type="xs:int" minOccurs="0" />
|
|
<xs:element name="port" msprop:Generator_ColumnVarNameInTable="columnport" msprop:Generator_ColumnPropNameInRow="port" msprop:Generator_ColumnPropNameInTable="portColumn" msprop:Generator_UserColumnName="port" type="xs:int" minOccurs="0" />
|
|
<xs:element name="bulkMax" msprop:Generator_ColumnVarNameInTable="columnbulkMax" msprop:Generator_ColumnPropNameInRow="bulkMax" msprop:Generator_ColumnPropNameInTable="bulkMaxColumn" msprop:Generator_UserColumnName="bulkMax" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="bulkMax1" msprop:Generator_ColumnVarNameInTable="columnbulkMax1" msprop:Generator_ColumnPropNameInRow="bulkMax1" msprop:Generator_ColumnPropNameInTable="bulkMax1Column" msprop:Generator_UserColumnName="bulkMax1" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="batchMax1" msprop:Generator_ColumnVarNameInTable="columnbatchMax1" msprop:Generator_ColumnPropNameInRow="batchMax1" msprop:Generator_ColumnPropNameInTable="batchMax1Column" msprop:Generator_UserColumnName="batchMax1" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="batchMax2" msprop:Generator_ColumnVarNameInTable="columnbatchMax2" msprop:Generator_ColumnPropNameInRow="batchMax2" msprop:Generator_ColumnPropNameInTable="batchMax2Column" msprop:Generator_UserColumnName="batchMax2" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="goodsName" msprop:Generator_ColumnVarNameInTable="columngoodsName" msprop:Generator_ColumnPropNameInRow="goodsName" msprop:Generator_ColumnPropNameInTable="goodsNameColumn" msprop:Generator_UserColumnName="goodsName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="120" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="bigCount" msprop:Generator_ColumnVarNameInTable="columnbigCount" msprop:Generator_ColumnPropNameInRow="bigCount" msprop:Generator_ColumnPropNameInTable="bigCountColumn" msprop:Generator_UserColumnName="bigCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="id" msprop:Generator_ColumnVarNameInTable="columnid" msprop:Generator_ColumnPropNameInRow="id" msprop:Generator_ColumnPropNameInTable="idColumn" msprop:Generator_UserColumnName="id" type="xs:int" />
|
|
<xs:element name="goodsId" msprop:Generator_ColumnVarNameInTable="columngoodsId" msprop:Generator_ColumnPropNameInRow="goodsId" msprop:Generator_ColumnPropNameInTable="goodsIdColumn" msprop:Generator_UserColumnName="goodsId">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="batch" msprop:Generator_ColumnVarNameInTable="columnbatch" msprop:Generator_ColumnPropNameInRow="batch" msprop:Generator_ColumnPropNameInTable="batchColumn" msprop:Generator_UserColumnName="batch">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="locationId" msprop:Generator_ColumnVarNameInTable="columnlocationId" msprop:Generator_ColumnPropNameInRow="locationId" msprop:Generator_ColumnPropNameInTable="locationIdColumn" msprop:Generator_UserColumnName="locationId">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="productDate" msprop:Generator_ColumnVarNameInTable="columnproductDate" msprop:Generator_ColumnPropNameInRow="productDate" msprop:Generator_ColumnPropNameInTable="productDateColumn" msprop:Generator_UserColumnName="productDate" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="validDate" msprop:Generator_ColumnVarNameInTable="columnvalidDate" msprop:Generator_ColumnPropNameInRow="validDate" msprop:Generator_ColumnPropNameInTable="validDateColumn" msprop:Generator_UserColumnName="validDate" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="validationTerm" msprop:Generator_ColumnVarNameInTable="columnvalidationTerm" msprop:Generator_ColumnPropNameInRow="validationTerm" msprop:Generator_ColumnPropNameInTable="validationTermColumn" msprop:Generator_UserColumnName="validationTerm" type="xs:int" />
|
|
<xs:element name="count" msprop:Generator_ColumnVarNameInTable="columncount" msprop:Generator_ColumnPropNameInRow="count" msprop:Generator_ColumnPropNameInTable="countColumn" msprop:Generator_UserColumnName="count" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="avCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnavCount" msprop:Generator_ColumnPropNameInRow="avCount" msprop:Generator_ColumnPropNameInTable="avCountColumn" msprop:Generator_UserColumnName="avCount" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="boxcnt" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnboxcnt" msprop:Generator_ColumnPropNameInRow="boxcnt" msprop:Generator_ColumnPropNameInTable="boxcntColumn" msprop:Generator_UserColumnName="boxcnt" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="countIn" msprop:Generator_ColumnVarNameInTable="columncountIn" msprop:Generator_ColumnPropNameInRow="countIn" msprop:Generator_ColumnPropNameInTable="countInColumn" msprop:Generator_UserColumnName="countIn" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="countLock" msprop:Generator_ColumnVarNameInTable="columncountLock" msprop:Generator_ColumnPropNameInRow="countLock" msprop:Generator_ColumnPropNameInTable="countLockColumn" msprop:Generator_UserColumnName="countLock" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="countOut" msprop:Generator_ColumnVarNameInTable="columncountOut" msprop:Generator_ColumnPropNameInRow="countOut" msprop:Generator_ColumnPropNameInTable="countOutColumn" msprop:Generator_UserColumnName="countOut" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="countOuting" msprop:Generator_ColumnVarNameInTable="columncountOuting" msprop:Generator_ColumnPropNameInRow="countOuting" msprop:Generator_ColumnPropNameInTable="countOutingColumn" msprop:Generator_UserColumnName="countOuting" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="operater" msprop:Generator_ColumnVarNameInTable="columnoperater" msprop:Generator_ColumnPropNameInRow="operater" msprop:Generator_ColumnPropNameInTable="operaterColumn" msprop:Generator_UserColumnName="operater" type="xs:int" minOccurs="0" />
|
|
<xs:element name="lastmodified" msprop:Generator_ColumnVarNameInTable="columnlastmodified" msprop:Generator_ColumnPropNameInRow="lastmodified" msprop:Generator_ColumnPropNameInTable="lastmodifiedColumn" msprop:Generator_UserColumnName="lastmodified" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="createtime" msprop:Generator_ColumnVarNameInTable="columncreatetime" msprop:Generator_ColumnPropNameInRow="createtime" msprop:Generator_ColumnPropNameInTable="createtimeColumn" msprop:Generator_UserColumnName="createtime" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="dr" msprop:Generator_ColumnVarNameInTable="columndr" msprop:Generator_ColumnPropNameInRow="dr" msprop:Generator_ColumnPropNameInTable="drColumn" msprop:Generator_UserColumnName="dr" type="xs:boolean" minOccurs="0" />
|
|
<xs:element name="whVolType" msprop:Generator_ColumnVarNameInTable="columnwhVolType" msprop:Generator_ColumnPropNameInRow="whVolType" msprop:Generator_ColumnPropNameInTable="whVolTypeColumn" msprop:Generator_UserColumnName="whVolType" type="xs:int" minOccurs="0" />
|
|
<xs:element name="volType" msprop:Generator_ColumnVarNameInTable="columnvolType" msprop:Generator_ColumnPropNameInRow="volType" msprop:Generator_ColumnPropNameInTable="volTypeColumn" msprop:Generator_UserColumnName="volType" type="xs:int" minOccurs="0" />
|
|
<xs:element name="goodsTypeName" msprop:Generator_ColumnVarNameInTable="columngoodsTypeName" msprop:Generator_ColumnPropNameInRow="goodsTypeName" msprop:Generator_ColumnPropNameInTable="goodsTypeNameColumn" msprop:Generator_UserColumnName="goodsTypeName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="goodsType" msprop:Generator_ColumnVarNameInTable="columngoodsType" msprop:Generator_ColumnPropNameInRow="goodsType" msprop:Generator_ColumnPropNameInTable="goodsTypeColumn" msprop:Generator_UserColumnName="goodsType" type="xs:int" minOccurs="0" />
|
|
<xs:element name="manufacturer" msprop:Generator_ColumnVarNameInTable="columnmanufacturer" msprop:Generator_ColumnPropNameInRow="manufacturer" msprop:Generator_ColumnPropNameInTable="manufacturerColumn" msprop:Generator_UserColumnName="manufacturer" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="256" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="spec" msprop:Generator_ColumnVarNameInTable="columnspec" msprop:Generator_ColumnPropNameInRow="spec" msprop:Generator_ColumnPropNameInTable="specColumn" msprop:Generator_UserColumnName="spec" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="unit" msprop:Generator_ColumnVarNameInTable="columnunit" msprop:Generator_ColumnPropNameInRow="unit" msprop:Generator_ColumnPropNameInTable="unitColumn" msprop:Generator_UserColumnName="unit" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="20" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="regeditCode" msprop:Generator_ColumnVarNameInTable="columnregeditCode" msprop:Generator_ColumnPropNameInRow="regeditCode" msprop:Generator_ColumnPropNameInTable="regeditCodeColumn" msprop:Generator_UserColumnName="regeditCode" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="72" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="drug_code" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columndrug_code" msprop:Generator_ColumnPropNameInRow="drug_code" msprop:Generator_ColumnPropNameInTable="drug_codeColumn" msprop:Generator_UserColumnName="drug_code" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="1" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="whType" msprop:Generator_ColumnVarNameInTable="columnwhType" msprop:Generator_ColumnPropNameInRow="whType" msprop:Generator_ColumnPropNameInTable="whTypeColumn" msprop:Generator_UserColumnName="whType" type="xs:int" minOccurs="0" />
|
|
<xs:element name="locState" msprop:Generator_ColumnVarNameInTable="columnlocState" msprop:Generator_ColumnPropNameInRow="locState" msprop:Generator_ColumnPropNameInTable="locStateColumn" msprop:Generator_UserColumnName="locState" type="xs:int" minOccurs="0" />
|
|
<xs:element name="state" msprop:Generator_ColumnVarNameInTable="columnstate" msprop:Generator_ColumnPropNameInRow="state" msprop:Generator_ColumnPropNameInTable="stateColumn" msprop:Generator_UserColumnName="state" type="xs:int" minOccurs="0" />
|
|
<xs:element name="warehouse" msprop:Generator_ColumnVarNameInTable="columnwarehouse" msprop:Generator_ColumnPropNameInRow="warehouse" msprop:Generator_ColumnPropNameInTable="warehouseColumn" msprop:Generator_UserColumnName="warehouse" type="xs:int" minOccurs="0" />
|
|
<xs:element name="batchMax3" msprop:Generator_ColumnVarNameInTable="columnbatchMax3" msprop:Generator_ColumnPropNameInRow="batchMax3" msprop:Generator_ColumnPropNameInTable="batchMax3Column" msprop:Generator_UserColumnName="batchMax3" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="type" msprop:Generator_ColumnVarNameInTable="columntype" msprop:Generator_ColumnPropNameInRow="type" msprop:Generator_ColumnPropNameInTable="typeColumn" msprop:Generator_UserColumnName="type" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="30" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="BarCode" msprop:Generator_ColumnVarNameInTable="columnBarCode" msprop:Generator_ColumnPropNameInRow="BarCode" msprop:Generator_ColumnPropNameInTable="BarCodeColumn" msprop:Generator_UserColumnName="BarCode" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="30" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="part" msprop:Generator_ColumnVarNameInTable="columnpart" msprop:Generator_ColumnPropNameInRow="part" msprop:Generator_ColumnPropNameInTable="partColumn" msprop:Generator_UserColumnName="part" type="xs:int" minOccurs="0" />
|
|
<xs:element name="maintainDate" msprop:Generator_ColumnVarNameInTable="columnmaintainDate" msprop:Generator_ColumnPropNameInRow="maintainDate" msprop:Generator_ColumnPropNameInTable="maintainDateColumn" msprop:Generator_UserColumnName="maintainDate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="pinYin" msprop:Generator_ColumnVarNameInTable="columnpinYin" msprop:Generator_ColumnPropNameInRow="pinYin" msprop:Generator_ColumnPropNameInTable="pinYinColumn" msprop:Generator_UserColumnName="pinYin" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="128" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="CurCycle" msprop:Generator_ColumnVarNameInTable="columnCurCycle" msprop:Generator_ColumnPropNameInRow="CurCycle" msprop:Generator_ColumnPropNameInTable="CurCycleColumn" msprop:Generator_UserColumnName="CurCycle" type="xs:int" minOccurs="0" />
|
|
<xs:element name="IsDouChk" msprop:Generator_ColumnVarNameInTable="columnIsDouChk" msprop:Generator_ColumnPropNameInRow="IsDouChk" msprop:Generator_ColumnPropNameInTable="IsDouChkColumn" msprop:Generator_UserColumnName="IsDouChk" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="1" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="repTypeName" msprop:Generator_ColumnVarNameInTable="columnrepTypeName" msprop:Generator_ColumnPropNameInRow="repTypeName" msprop:Generator_ColumnPropNameInTable="repTypeNameColumn" msprop:Generator_UserColumnName="repTypeName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="repType" msprop:Generator_ColumnVarNameInTable="columnrepType" msprop:Generator_ColumnPropNameInRow="repType" msprop:Generator_ColumnPropNameInTable="repTypeColumn" msprop:Generator_UserColumnName="repType" type="xs:int" minOccurs="0" />
|
|
<xs:element name="repPercent" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnrepPercent" msprop:Generator_ColumnPropNameInRow="repPercent" msprop:Generator_ColumnPropNameInTable="repPercentColumn" msprop:Generator_UserColumnName="repPercent" type="xs:decimal" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="v_stockGoods4Wince" msprop:Generator_TableClassName="v_stockGoods4WinceDataTable" msprop:Generator_TableVarName="tablev_stockGoods4Wince" msprop:Generator_TablePropName="v_stockGoods4Wince" msprop:Generator_RowDeletingName="v_stockGoods4WinceRowDeleting" msprop:Generator_RowChangingName="v_stockGoods4WinceRowChanging" msprop:Generator_RowEvHandlerName="v_stockGoods4WinceRowChangeEventHandler" msprop:Generator_RowDeletedName="v_stockGoods4WinceRowDeleted" msprop:Generator_UserTableName="v_stockGoods4Wince" msprop:Generator_RowChangedName="v_stockGoods4WinceRowChanged" msprop:Generator_RowEvArgName="v_stockGoods4WinceRowChangeEvent" msprop:Generator_RowClassName="v_stockGoods4WinceRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="货位" msprop:Generator_ColumnVarNameInTable="column货位" msprop:Generator_ColumnPropNameInRow="货位" msprop:Generator_ColumnPropNameInTable="货位Column" msprop:Generator_UserColumnName="货位">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="批号" msprop:Generator_ColumnVarNameInTable="column批号" msprop:Generator_ColumnPropNameInRow="批号" msprop:Generator_ColumnPropNameInTable="批号Column" msprop:Generator_UserColumnName="批号">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="数量" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="column数量" msprop:Generator_ColumnPropNameInRow="数量" msprop:Generator_ColumnPropNameInTable="数量Column" msprop:Generator_UserColumnName="数量" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="厂家" msprop:Generator_ColumnVarNameInTable="column厂家" msprop:Generator_ColumnPropNameInRow="厂家" msprop:Generator_ColumnPropNameInTable="厂家Column" msprop:Generator_UserColumnName="厂家" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="256" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="商品" msprop:Generator_ColumnVarNameInTable="column商品" msprop:Generator_ColumnPropNameInRow="商品" msprop:Generator_ColumnPropNameInTable="商品Column" msprop:Generator_UserColumnName="商品" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="120" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="条码" msprop:Generator_ColumnVarNameInTable="column条码" msprop:Generator_ColumnPropNameInRow="条码" msprop:Generator_ColumnPropNameInTable="条码Column" msprop:Generator_UserColumnName="条码" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="30" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="v_stockGoodsBatchSum" msprop:Generator_TableClassName="v_stockGoodsBatchSumDataTable" msprop:Generator_TableVarName="tablev_stockGoodsBatchSum" msprop:Generator_TablePropName="v_stockGoodsBatchSum" msprop:Generator_RowDeletingName="v_stockGoodsBatchSumRowDeleting" msprop:Generator_RowChangingName="v_stockGoodsBatchSumRowChanging" msprop:Generator_RowEvHandlerName="v_stockGoodsBatchSumRowChangeEventHandler" msprop:Generator_RowDeletedName="v_stockGoodsBatchSumRowDeleted" msprop:Generator_UserTableName="v_stockGoodsBatchSum" msprop:Generator_RowChangedName="v_stockGoodsBatchSumRowChanged" msprop:Generator_RowEvArgName="v_stockGoodsBatchSumRowChangeEvent" msprop:Generator_RowClassName="v_stockGoodsBatchSumRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="goodsId" msprop:Generator_ColumnVarNameInTable="columngoodsId" msprop:Generator_ColumnPropNameInRow="goodsId" msprop:Generator_ColumnPropNameInTable="goodsIdColumn" msprop:Generator_UserColumnName="goodsId">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="batch" msprop:Generator_ColumnVarNameInTable="columnbatch" msprop:Generator_ColumnPropNameInRow="batch" msprop:Generator_ColumnPropNameInTable="batchColumn" msprop:Generator_UserColumnName="batch">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="batchCount" msprop:Generator_ColumnVarNameInTable="columnbatchCount" msprop:Generator_ColumnPropNameInRow="batchCount" msprop:Generator_ColumnPropNameInTable="batchCountColumn" msprop:Generator_UserColumnName="batchCount" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="avBatchCount" msprop:Generator_ColumnVarNameInTable="columnavBatchCount" msprop:Generator_ColumnPropNameInRow="avBatchCount" msprop:Generator_ColumnPropNameInTable="avBatchCountColumn" msprop:Generator_UserColumnName="avBatchCount" type="xs:decimal" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="v_stockGoodsBulkAlert--obsolete" msprop:Generator_TableClassName="_v_stockGoodsBulkAlert__obsoleteDataTable" msprop:Generator_TableVarName="_tablev_stockGoodsBulkAlert__obsolete" msprop:Generator_TablePropName="_v_stockGoodsBulkAlert__obsolete" msprop:Generator_RowDeletingName="_v_stockGoodsBulkAlert__obsoleteRowDeleting" msprop:Generator_RowChangingName="_v_stockGoodsBulkAlert__obsoleteRowChanging" msprop:Generator_RowEvHandlerName="_v_stockGoodsBulkAlert__obsoleteRowChangeEventHandler" msprop:Generator_RowDeletedName="_v_stockGoodsBulkAlert__obsoleteRowDeleted" msprop:Generator_UserTableName="v_stockGoodsBulkAlert--obsolete" msprop:Generator_RowChangedName="_v_stockGoodsBulkAlert__obsoleteRowChanged" msprop:Generator_RowEvArgName="_v_stockGoodsBulkAlert__obsoleteRowChangeEvent" msprop:Generator_RowClassName="_v_stockGoodsBulkAlert__obsoleteRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="goodsId" msprop:Generator_ColumnVarNameInTable="columngoodsId" msprop:Generator_ColumnPropNameInRow="goodsId" msprop:Generator_ColumnPropNameInTable="goodsIdColumn" msprop:Generator_UserColumnName="goodsId">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="batch" msprop:Generator_ColumnVarNameInTable="columnbatch" msprop:Generator_ColumnPropNameInRow="batch" msprop:Generator_ColumnPropNameInTable="batchColumn" msprop:Generator_UserColumnName="batch">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="goodsName" msprop:Generator_ColumnVarNameInTable="columngoodsName" msprop:Generator_ColumnPropNameInRow="goodsName" msprop:Generator_ColumnPropNameInTable="goodsNameColumn" msprop:Generator_UserColumnName="goodsName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="120" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="unit" msprop:Generator_ColumnVarNameInTable="columnunit" msprop:Generator_ColumnPropNameInRow="unit" msprop:Generator_ColumnPropNameInTable="unitColumn" msprop:Generator_UserColumnName="unit" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="20" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="volType" msprop:Generator_ColumnVarNameInTable="columnvolType" msprop:Generator_ColumnPropNameInRow="volType" msprop:Generator_ColumnPropNameInTable="volTypeColumn" msprop:Generator_UserColumnName="volType" type="xs:int" minOccurs="0" />
|
|
<xs:element name="goodsType" msprop:Generator_ColumnVarNameInTable="columngoodsType" msprop:Generator_ColumnPropNameInRow="goodsType" msprop:Generator_ColumnPropNameInTable="goodsTypeColumn" msprop:Generator_UserColumnName="goodsType" type="xs:int" minOccurs="0" />
|
|
<xs:element name="manufacturer" msprop:Generator_ColumnVarNameInTable="columnmanufacturer" msprop:Generator_ColumnPropNameInRow="manufacturer" msprop:Generator_ColumnPropNameInTable="manufacturerColumn" msprop:Generator_UserColumnName="manufacturer" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="256" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="spec" msprop:Generator_ColumnVarNameInTable="columnspec" msprop:Generator_ColumnPropNameInRow="spec" msprop:Generator_ColumnPropNameInTable="specColumn" msprop:Generator_UserColumnName="spec" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="regeditCode" msprop:Generator_ColumnVarNameInTable="columnregeditCode" msprop:Generator_ColumnPropNameInRow="regeditCode" msprop:Generator_ColumnPropNameInTable="regeditCodeColumn" msprop:Generator_UserColumnName="regeditCode" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="72" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="locState" msprop:Generator_ColumnVarNameInTable="columnlocState" msprop:Generator_ColumnPropNameInRow="locState" msprop:Generator_ColumnPropNameInTable="locStateColumn" msprop:Generator_UserColumnName="locState" type="xs:int" minOccurs="0" />
|
|
<xs:element name="state" msprop:Generator_ColumnVarNameInTable="columnstate" msprop:Generator_ColumnPropNameInRow="state" msprop:Generator_ColumnPropNameInTable="stateColumn" msprop:Generator_UserColumnName="state" type="xs:int" minOccurs="0" />
|
|
<xs:element name="type" msprop:Generator_ColumnVarNameInTable="columntype" msprop:Generator_ColumnPropNameInRow="type" msprop:Generator_ColumnPropNameInTable="typeColumn" msprop:Generator_UserColumnName="type" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="30" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="part" msprop:Generator_ColumnVarNameInTable="columnpart" msprop:Generator_ColumnPropNameInRow="part" msprop:Generator_ColumnPropNameInTable="partColumn" msprop:Generator_UserColumnName="part" type="xs:int" minOccurs="0" />
|
|
<xs:element name="pinYin" msprop:Generator_ColumnVarNameInTable="columnpinYin" msprop:Generator_ColumnPropNameInRow="pinYin" msprop:Generator_ColumnPropNameInTable="pinYinColumn" msprop:Generator_UserColumnName="pinYin" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="128" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="repType" msprop:Generator_ColumnVarNameInTable="columnrepType" msprop:Generator_ColumnPropNameInRow="repType" msprop:Generator_ColumnPropNameInTable="repTypeColumn" msprop:Generator_UserColumnName="repType" type="xs:int" minOccurs="0" />
|
|
<xs:element name="repTypeName" msprop:Generator_ColumnVarNameInTable="columnrepTypeName" msprop:Generator_ColumnPropNameInRow="repTypeName" msprop:Generator_ColumnPropNameInTable="repTypeNameColumn" msprop:Generator_UserColumnName="repTypeName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="repPercent" msprop:Generator_ColumnVarNameInTable="columnrepPercent" msprop:Generator_ColumnPropNameInRow="repPercent" msprop:Generator_ColumnPropNameInTable="repPercentColumn" msprop:Generator_UserColumnName="repPercent" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="validDate" msprop:Generator_ColumnVarNameInTable="columnvalidDate" msprop:Generator_ColumnPropNameInRow="validDate" msprop:Generator_ColumnPropNameInTable="validDateColumn" msprop:Generator_UserColumnName="validDate" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="productDate" msprop:Generator_ColumnVarNameInTable="columnproductDate" msprop:Generator_ColumnPropNameInRow="productDate" msprop:Generator_ColumnPropNameInTable="productDateColumn" msprop:Generator_UserColumnName="productDate" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="goodsTypeName" msprop:Generator_ColumnVarNameInTable="columngoodsTypeName" msprop:Generator_ColumnPropNameInRow="goodsTypeName" msprop:Generator_ColumnPropNameInTable="goodsTypeNameColumn" msprop:Generator_UserColumnName="goodsTypeName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="bigCount" msprop:Generator_ColumnVarNameInTable="columnbigCount" msprop:Generator_ColumnPropNameInRow="bigCount" msprop:Generator_ColumnPropNameInTable="bigCountColumn" msprop:Generator_UserColumnName="bigCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="bulkMax" msprop:Generator_ColumnVarNameInTable="columnbulkMax" msprop:Generator_ColumnPropNameInRow="bulkMax" msprop:Generator_ColumnPropNameInTable="bulkMaxColumn" msprop:Generator_UserColumnName="bulkMax" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="avCount" msprop:Generator_ColumnVarNameInTable="columnavCount" msprop:Generator_ColumnPropNameInRow="avCount" msprop:Generator_ColumnPropNameInTable="avCountColumn" msprop:Generator_UserColumnName="avCount" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="boxcnt" msprop:Generator_ColumnVarNameInTable="columnboxcnt" msprop:Generator_ColumnPropNameInRow="boxcnt" msprop:Generator_ColumnPropNameInTable="boxcntColumn" msprop:Generator_UserColumnName="boxcnt" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="repBalance" msprop:Generator_ColumnVarNameInTable="columnrepBalance" msprop:Generator_ColumnPropNameInRow="repBalance" msprop:Generator_ColumnPropNameInTable="repBalanceColumn" msprop:Generator_UserColumnName="repBalance" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="repCount" msprop:Generator_ColumnVarNameInTable="columnrepCount" msprop:Generator_ColumnPropNameInRow="repCount" msprop:Generator_ColumnPropNameInTable="repCountColumn" msprop:Generator_UserColumnName="repCount" type="xs:decimal" />
|
|
<xs:element name="leftPercent" msprop:Generator_ColumnVarNameInTable="columnleftPercent" msprop:Generator_ColumnPropNameInRow="leftPercent" msprop:Generator_ColumnPropNameInTable="leftPercentColumn" msprop:Generator_UserColumnName="leftPercent" type="xs:decimal" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="v_stockGoodsBulkBatchAlert" msprop:Generator_TableClassName="v_stockGoodsBulkBatchAlertDataTable" msprop:Generator_TableVarName="tablev_stockGoodsBulkBatchAlert" msprop:Generator_TablePropName="v_stockGoodsBulkBatchAlert" msprop:Generator_RowDeletingName="v_stockGoodsBulkBatchAlertRowDeleting" msprop:Generator_RowChangingName="v_stockGoodsBulkBatchAlertRowChanging" msprop:Generator_RowEvHandlerName="v_stockGoodsBulkBatchAlertRowChangeEventHandler" msprop:Generator_RowDeletedName="v_stockGoodsBulkBatchAlertRowDeleted" msprop:Generator_UserTableName="v_stockGoodsBulkBatchAlert" msprop:Generator_RowChangedName="v_stockGoodsBulkBatchAlertRowChanged" msprop:Generator_RowEvArgName="v_stockGoodsBulkBatchAlertRowChangeEvent" msprop:Generator_RowClassName="v_stockGoodsBulkBatchAlertRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="batchCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnbatchCount" msprop:Generator_ColumnPropNameInRow="batchCount" msprop:Generator_ColumnPropNameInTable="batchCountColumn" msprop:Generator_UserColumnName="batchCount" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="goodsId" msprop:Generator_ColumnVarNameInTable="columngoodsId" msprop:Generator_ColumnPropNameInRow="goodsId" msprop:Generator_ColumnPropNameInTable="goodsIdColumn" msprop:Generator_UserColumnName="goodsId">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="batch" msprop:Generator_ColumnVarNameInTable="columnbatch" msprop:Generator_ColumnPropNameInRow="batch" msprop:Generator_ColumnPropNameInTable="batchColumn" msprop:Generator_UserColumnName="batch">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="goodsName" msprop:Generator_ColumnVarNameInTable="columngoodsName" msprop:Generator_ColumnPropNameInRow="goodsName" msprop:Generator_ColumnPropNameInTable="goodsNameColumn" msprop:Generator_UserColumnName="goodsName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="120" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="unit" msprop:Generator_ColumnVarNameInTable="columnunit" msprop:Generator_ColumnPropNameInRow="unit" msprop:Generator_ColumnPropNameInTable="unitColumn" msprop:Generator_UserColumnName="unit" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="20" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="volType" msprop:Generator_ColumnVarNameInTable="columnvolType" msprop:Generator_ColumnPropNameInRow="volType" msprop:Generator_ColumnPropNameInTable="volTypeColumn" msprop:Generator_UserColumnName="volType" type="xs:int" minOccurs="0" />
|
|
<xs:element name="goodsType" msprop:Generator_ColumnVarNameInTable="columngoodsType" msprop:Generator_ColumnPropNameInRow="goodsType" msprop:Generator_ColumnPropNameInTable="goodsTypeColumn" msprop:Generator_UserColumnName="goodsType" type="xs:int" minOccurs="0" />
|
|
<xs:element name="manufacturer" msprop:Generator_ColumnVarNameInTable="columnmanufacturer" msprop:Generator_ColumnPropNameInRow="manufacturer" msprop:Generator_ColumnPropNameInTable="manufacturerColumn" msprop:Generator_UserColumnName="manufacturer" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="256" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="spec" msprop:Generator_ColumnVarNameInTable="columnspec" msprop:Generator_ColumnPropNameInRow="spec" msprop:Generator_ColumnPropNameInTable="specColumn" msprop:Generator_UserColumnName="spec" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="regeditCode" msprop:Generator_ColumnVarNameInTable="columnregeditCode" msprop:Generator_ColumnPropNameInRow="regeditCode" msprop:Generator_ColumnPropNameInTable="regeditCodeColumn" msprop:Generator_UserColumnName="regeditCode" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="72" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="locState" msprop:Generator_ColumnVarNameInTable="columnlocState" msprop:Generator_ColumnPropNameInRow="locState" msprop:Generator_ColumnPropNameInTable="locStateColumn" msprop:Generator_UserColumnName="locState" type="xs:int" minOccurs="0" />
|
|
<xs:element name="state" msprop:Generator_ColumnVarNameInTable="columnstate" msprop:Generator_ColumnPropNameInRow="state" msprop:Generator_ColumnPropNameInTable="stateColumn" msprop:Generator_UserColumnName="state" type="xs:int" minOccurs="0" />
|
|
<xs:element name="type" msprop:Generator_ColumnVarNameInTable="columntype" msprop:Generator_ColumnPropNameInRow="type" msprop:Generator_ColumnPropNameInTable="typeColumn" msprop:Generator_UserColumnName="type" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="30" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="part" msprop:Generator_ColumnVarNameInTable="columnpart" msprop:Generator_ColumnPropNameInRow="part" msprop:Generator_ColumnPropNameInTable="partColumn" msprop:Generator_UserColumnName="part" type="xs:int" minOccurs="0" />
|
|
<xs:element name="pinYin" msprop:Generator_ColumnVarNameInTable="columnpinYin" msprop:Generator_ColumnPropNameInRow="pinYin" msprop:Generator_ColumnPropNameInTable="pinYinColumn" msprop:Generator_UserColumnName="pinYin" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="128" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="repType" msprop:Generator_ColumnVarNameInTable="columnrepType" msprop:Generator_ColumnPropNameInRow="repType" msprop:Generator_ColumnPropNameInTable="repTypeColumn" msprop:Generator_UserColumnName="repType" type="xs:int" minOccurs="0" />
|
|
<xs:element name="repTypeName" msprop:Generator_ColumnVarNameInTable="columnrepTypeName" msprop:Generator_ColumnPropNameInRow="repTypeName" msprop:Generator_ColumnPropNameInTable="repTypeNameColumn" msprop:Generator_UserColumnName="repTypeName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="repPercent" msprop:Generator_ColumnVarNameInTable="columnrepPercent" msprop:Generator_ColumnPropNameInRow="repPercent" msprop:Generator_ColumnPropNameInTable="repPercentColumn" msprop:Generator_UserColumnName="repPercent" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="validDate" msprop:Generator_ColumnVarNameInTable="columnvalidDate" msprop:Generator_ColumnPropNameInRow="validDate" msprop:Generator_ColumnPropNameInTable="validDateColumn" msprop:Generator_UserColumnName="validDate" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="productDate" msprop:Generator_ColumnVarNameInTable="columnproductDate" msprop:Generator_ColumnPropNameInRow="productDate" msprop:Generator_ColumnPropNameInTable="productDateColumn" msprop:Generator_UserColumnName="productDate" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="goodsTypeName" msprop:Generator_ColumnVarNameInTable="columngoodsTypeName" msprop:Generator_ColumnPropNameInRow="goodsTypeName" msprop:Generator_ColumnPropNameInTable="goodsTypeNameColumn" msprop:Generator_UserColumnName="goodsTypeName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="bigCount" msprop:Generator_ColumnVarNameInTable="columnbigCount" msprop:Generator_ColumnPropNameInRow="bigCount" msprop:Generator_ColumnPropNameInTable="bigCountColumn" msprop:Generator_UserColumnName="bigCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="bulkMax" msprop:Generator_ColumnVarNameInTable="columnbulkMax" msprop:Generator_ColumnPropNameInRow="bulkMax" msprop:Generator_ColumnPropNameInTable="bulkMaxColumn" msprop:Generator_UserColumnName="bulkMax" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="avCount" msprop:Generator_ColumnVarNameInTable="columnavCount" msprop:Generator_ColumnPropNameInRow="avCount" msprop:Generator_ColumnPropNameInTable="avCountColumn" msprop:Generator_UserColumnName="avCount" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="boxcnt" msprop:Generator_ColumnVarNameInTable="columnboxcnt" msprop:Generator_ColumnPropNameInRow="boxcnt" msprop:Generator_ColumnPropNameInTable="boxcntColumn" msprop:Generator_UserColumnName="boxcnt" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="repBalance" msprop:Generator_ColumnVarNameInTable="columnrepBalance" msprop:Generator_ColumnPropNameInRow="repBalance" msprop:Generator_ColumnPropNameInTable="repBalanceColumn" msprop:Generator_UserColumnName="repBalance" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="repCount" msprop:Generator_ColumnVarNameInTable="columnrepCount" msprop:Generator_ColumnPropNameInRow="repCount" msprop:Generator_ColumnPropNameInTable="repCountColumn" msprop:Generator_UserColumnName="repCount" type="xs:decimal" />
|
|
<xs:element name="leftPercent" msprop:Generator_ColumnVarNameInTable="columnleftPercent" msprop:Generator_ColumnPropNameInRow="leftPercent" msprop:Generator_ColumnPropNameInTable="leftPercentColumn" msprop:Generator_UserColumnName="leftPercent" type="xs:decimal" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="v_stockGoodsBulkSum" msprop:Generator_TableClassName="v_stockGoodsBulkSumDataTable" msprop:Generator_TableVarName="tablev_stockGoodsBulkSum" msprop:Generator_TablePropName="v_stockGoodsBulkSum" msprop:Generator_RowDeletingName="v_stockGoodsBulkSumRowDeleting" msprop:Generator_RowChangingName="v_stockGoodsBulkSumRowChanging" msprop:Generator_RowEvHandlerName="v_stockGoodsBulkSumRowChangeEventHandler" msprop:Generator_RowDeletedName="v_stockGoodsBulkSumRowDeleted" msprop:Generator_UserTableName="v_stockGoodsBulkSum" msprop:Generator_RowChangedName="v_stockGoodsBulkSumRowChanged" msprop:Generator_RowEvArgName="v_stockGoodsBulkSumRowChangeEvent" msprop:Generator_RowClassName="v_stockGoodsBulkSumRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="goodsId" msprop:Generator_ColumnVarNameInTable="columngoodsId" msprop:Generator_ColumnPropNameInRow="goodsId" msprop:Generator_ColumnPropNameInTable="goodsIdColumn" msprop:Generator_UserColumnName="goodsId">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="batch" msprop:Generator_ColumnVarNameInTable="columnbatch" msprop:Generator_ColumnPropNameInRow="batch" msprop:Generator_ColumnPropNameInTable="batchColumn" msprop:Generator_UserColumnName="batch">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="goodsName" msprop:Generator_ColumnVarNameInTable="columngoodsName" msprop:Generator_ColumnPropNameInRow="goodsName" msprop:Generator_ColumnPropNameInTable="goodsNameColumn" msprop:Generator_UserColumnName="goodsName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="120" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="unit" msprop:Generator_ColumnVarNameInTable="columnunit" msprop:Generator_ColumnPropNameInRow="unit" msprop:Generator_ColumnPropNameInTable="unitColumn" msprop:Generator_UserColumnName="unit" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="20" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="volType" msprop:Generator_ColumnVarNameInTable="columnvolType" msprop:Generator_ColumnPropNameInRow="volType" msprop:Generator_ColumnPropNameInTable="volTypeColumn" msprop:Generator_UserColumnName="volType" type="xs:int" minOccurs="0" />
|
|
<xs:element name="goodsType" msprop:Generator_ColumnVarNameInTable="columngoodsType" msprop:Generator_ColumnPropNameInRow="goodsType" msprop:Generator_ColumnPropNameInTable="goodsTypeColumn" msprop:Generator_UserColumnName="goodsType" type="xs:int" minOccurs="0" />
|
|
<xs:element name="manufacturer" msprop:Generator_ColumnVarNameInTable="columnmanufacturer" msprop:Generator_ColumnPropNameInRow="manufacturer" msprop:Generator_ColumnPropNameInTable="manufacturerColumn" msprop:Generator_UserColumnName="manufacturer" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="256" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="spec" msprop:Generator_ColumnVarNameInTable="columnspec" msprop:Generator_ColumnPropNameInRow="spec" msprop:Generator_ColumnPropNameInTable="specColumn" msprop:Generator_UserColumnName="spec" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="regeditCode" msprop:Generator_ColumnVarNameInTable="columnregeditCode" msprop:Generator_ColumnPropNameInRow="regeditCode" msprop:Generator_ColumnPropNameInTable="regeditCodeColumn" msprop:Generator_UserColumnName="regeditCode" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="72" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="locState" msprop:Generator_ColumnVarNameInTable="columnlocState" msprop:Generator_ColumnPropNameInRow="locState" msprop:Generator_ColumnPropNameInTable="locStateColumn" msprop:Generator_UserColumnName="locState" type="xs:int" minOccurs="0" />
|
|
<xs:element name="state" msprop:Generator_ColumnVarNameInTable="columnstate" msprop:Generator_ColumnPropNameInRow="state" msprop:Generator_ColumnPropNameInTable="stateColumn" msprop:Generator_UserColumnName="state" type="xs:int" minOccurs="0" />
|
|
<xs:element name="type" msprop:Generator_ColumnVarNameInTable="columntype" msprop:Generator_ColumnPropNameInRow="type" msprop:Generator_ColumnPropNameInTable="typeColumn" msprop:Generator_UserColumnName="type" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="30" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="part" msprop:Generator_ColumnVarNameInTable="columnpart" msprop:Generator_ColumnPropNameInRow="part" msprop:Generator_ColumnPropNameInTable="partColumn" msprop:Generator_UserColumnName="part" type="xs:int" minOccurs="0" />
|
|
<xs:element name="pinYin" msprop:Generator_ColumnVarNameInTable="columnpinYin" msprop:Generator_ColumnPropNameInRow="pinYin" msprop:Generator_ColumnPropNameInTable="pinYinColumn" msprop:Generator_UserColumnName="pinYin" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="128" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="repType" msprop:Generator_ColumnVarNameInTable="columnrepType" msprop:Generator_ColumnPropNameInRow="repType" msprop:Generator_ColumnPropNameInTable="repTypeColumn" msprop:Generator_UserColumnName="repType" type="xs:int" minOccurs="0" />
|
|
<xs:element name="repTypeName" msprop:Generator_ColumnVarNameInTable="columnrepTypeName" msprop:Generator_ColumnPropNameInRow="repTypeName" msprop:Generator_ColumnPropNameInTable="repTypeNameColumn" msprop:Generator_UserColumnName="repTypeName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="repPercent" msprop:Generator_ColumnVarNameInTable="columnrepPercent" msprop:Generator_ColumnPropNameInRow="repPercent" msprop:Generator_ColumnPropNameInTable="repPercentColumn" msprop:Generator_UserColumnName="repPercent" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="validDate" msprop:Generator_ColumnVarNameInTable="columnvalidDate" msprop:Generator_ColumnPropNameInRow="validDate" msprop:Generator_ColumnPropNameInTable="validDateColumn" msprop:Generator_UserColumnName="validDate" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="productDate" msprop:Generator_ColumnVarNameInTable="columnproductDate" msprop:Generator_ColumnPropNameInRow="productDate" msprop:Generator_ColumnPropNameInTable="productDateColumn" msprop:Generator_UserColumnName="productDate" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="goodsTypeName" msprop:Generator_ColumnVarNameInTable="columngoodsTypeName" msprop:Generator_ColumnPropNameInRow="goodsTypeName" msprop:Generator_ColumnPropNameInTable="goodsTypeNameColumn" msprop:Generator_UserColumnName="goodsTypeName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="bigCount" msprop:Generator_ColumnVarNameInTable="columnbigCount" msprop:Generator_ColumnPropNameInRow="bigCount" msprop:Generator_ColumnPropNameInTable="bigCountColumn" msprop:Generator_UserColumnName="bigCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="bulkMax" msprop:Generator_ColumnVarNameInTable="columnbulkMax" msprop:Generator_ColumnPropNameInRow="bulkMax" msprop:Generator_ColumnPropNameInTable="bulkMaxColumn" msprop:Generator_UserColumnName="bulkMax" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="avCount" msprop:Generator_ColumnVarNameInTable="columnavCount" msprop:Generator_ColumnPropNameInRow="avCount" msprop:Generator_ColumnPropNameInTable="avCountColumn" msprop:Generator_UserColumnName="avCount" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="boxcnt" msprop:Generator_ColumnVarNameInTable="columnboxcnt" msprop:Generator_ColumnPropNameInRow="boxcnt" msprop:Generator_ColumnPropNameInTable="boxcntColumn" msprop:Generator_UserColumnName="boxcnt" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="repBalance" msprop:Generator_ColumnVarNameInTable="columnrepBalance" msprop:Generator_ColumnPropNameInRow="repBalance" msprop:Generator_ColumnPropNameInTable="repBalanceColumn" msprop:Generator_UserColumnName="repBalance" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="repCount" msprop:Generator_ColumnVarNameInTable="columnrepCount" msprop:Generator_ColumnPropNameInRow="repCount" msprop:Generator_ColumnPropNameInTable="repCountColumn" msprop:Generator_UserColumnName="repCount" type="xs:decimal" />
|
|
<xs:element name="leftPercent" msprop:Generator_ColumnVarNameInTable="columnleftPercent" msprop:Generator_ColumnPropNameInRow="leftPercent" msprop:Generator_ColumnPropNameInTable="leftPercentColumn" msprop:Generator_UserColumnName="leftPercent" type="xs:decimal" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="v_stockGoodsMaintain" msprop:Generator_TableClassName="v_stockGoodsMaintainDataTable" msprop:Generator_TableVarName="tablev_stockGoodsMaintain" msprop:Generator_TablePropName="v_stockGoodsMaintain" msprop:Generator_RowDeletingName="v_stockGoodsMaintainRowDeleting" msprop:Generator_RowChangingName="v_stockGoodsMaintainRowChanging" msprop:Generator_RowEvHandlerName="v_stockGoodsMaintainRowChangeEventHandler" msprop:Generator_RowDeletedName="v_stockGoodsMaintainRowDeleted" msprop:Generator_UserTableName="v_stockGoodsMaintain" msprop:Generator_RowChangedName="v_stockGoodsMaintainRowChanged" msprop:Generator_RowEvArgName="v_stockGoodsMaintainRowChangeEvent" msprop:Generator_RowClassName="v_stockGoodsMaintainRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="elabId" msprop:Generator_ColumnVarNameInTable="columnelabId" msprop:Generator_ColumnPropNameInRow="elabId" msprop:Generator_ColumnPropNameInTable="elabIdColumn" msprop:Generator_UserColumnName="elabId" type="xs:int" minOccurs="0" />
|
|
<xs:element name="elabAddress" msprop:Generator_ColumnVarNameInTable="columnelabAddress" msprop:Generator_ColumnPropNameInRow="elabAddress" msprop:Generator_ColumnPropNameInTable="elabAddressColumn" msprop:Generator_UserColumnName="elabAddress" type="xs:int" minOccurs="0" />
|
|
<xs:element name="port" msprop:Generator_ColumnVarNameInTable="columnport" msprop:Generator_ColumnPropNameInRow="port" msprop:Generator_ColumnPropNameInTable="portColumn" msprop:Generator_UserColumnName="port" type="xs:int" minOccurs="0" />
|
|
<xs:element name="bulkMax" msprop:Generator_ColumnVarNameInTable="columnbulkMax" msprop:Generator_ColumnPropNameInRow="bulkMax" msprop:Generator_ColumnPropNameInTable="bulkMaxColumn" msprop:Generator_UserColumnName="bulkMax" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="bulkMax1" msprop:Generator_ColumnVarNameInTable="columnbulkMax1" msprop:Generator_ColumnPropNameInRow="bulkMax1" msprop:Generator_ColumnPropNameInTable="bulkMax1Column" msprop:Generator_UserColumnName="bulkMax1" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="batchMax1" msprop:Generator_ColumnVarNameInTable="columnbatchMax1" msprop:Generator_ColumnPropNameInRow="batchMax1" msprop:Generator_ColumnPropNameInTable="batchMax1Column" msprop:Generator_UserColumnName="batchMax1" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="batchMax2" msprop:Generator_ColumnVarNameInTable="columnbatchMax2" msprop:Generator_ColumnPropNameInRow="batchMax2" msprop:Generator_ColumnPropNameInTable="batchMax2Column" msprop:Generator_UserColumnName="batchMax2" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="goodsName" msprop:Generator_ColumnVarNameInTable="columngoodsName" msprop:Generator_ColumnPropNameInRow="goodsName" msprop:Generator_ColumnPropNameInTable="goodsNameColumn" msprop:Generator_UserColumnName="goodsName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="120" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="bigCount" msprop:Generator_ColumnVarNameInTable="columnbigCount" msprop:Generator_ColumnPropNameInRow="bigCount" msprop:Generator_ColumnPropNameInTable="bigCountColumn" msprop:Generator_UserColumnName="bigCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="id" msprop:Generator_ColumnVarNameInTable="columnid" msprop:Generator_ColumnPropNameInRow="id" msprop:Generator_ColumnPropNameInTable="idColumn" msprop:Generator_UserColumnName="id" type="xs:int" />
|
|
<xs:element name="goodsId" msprop:Generator_ColumnVarNameInTable="columngoodsId" msprop:Generator_ColumnPropNameInRow="goodsId" msprop:Generator_ColumnPropNameInTable="goodsIdColumn" msprop:Generator_UserColumnName="goodsId">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="batch" msprop:Generator_ColumnVarNameInTable="columnbatch" msprop:Generator_ColumnPropNameInRow="batch" msprop:Generator_ColumnPropNameInTable="batchColumn" msprop:Generator_UserColumnName="batch">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="locationId" msprop:Generator_ColumnVarNameInTable="columnlocationId" msprop:Generator_ColumnPropNameInRow="locationId" msprop:Generator_ColumnPropNameInTable="locationIdColumn" msprop:Generator_UserColumnName="locationId">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="productDate" msprop:Generator_ColumnVarNameInTable="columnproductDate" msprop:Generator_ColumnPropNameInRow="productDate" msprop:Generator_ColumnPropNameInTable="productDateColumn" msprop:Generator_UserColumnName="productDate" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="validDate" msprop:Generator_ColumnVarNameInTable="columnvalidDate" msprop:Generator_ColumnPropNameInRow="validDate" msprop:Generator_ColumnPropNameInTable="validDateColumn" msprop:Generator_UserColumnName="validDate" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="validationTerm" msprop:Generator_ColumnVarNameInTable="columnvalidationTerm" msprop:Generator_ColumnPropNameInRow="validationTerm" msprop:Generator_ColumnPropNameInTable="validationTermColumn" msprop:Generator_UserColumnName="validationTerm" type="xs:int" />
|
|
<xs:element name="count" msprop:Generator_ColumnVarNameInTable="columncount" msprop:Generator_ColumnPropNameInRow="count" msprop:Generator_ColumnPropNameInTable="countColumn" msprop:Generator_UserColumnName="count" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="avCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnavCount" msprop:Generator_ColumnPropNameInRow="avCount" msprop:Generator_ColumnPropNameInTable="avCountColumn" msprop:Generator_UserColumnName="avCount" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="boxcnt" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnboxcnt" msprop:Generator_ColumnPropNameInRow="boxcnt" msprop:Generator_ColumnPropNameInTable="boxcntColumn" msprop:Generator_UserColumnName="boxcnt" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="countLock" msprop:Generator_ColumnVarNameInTable="columncountLock" msprop:Generator_ColumnPropNameInRow="countLock" msprop:Generator_ColumnPropNameInTable="countLockColumn" msprop:Generator_UserColumnName="countLock" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="countOut" msprop:Generator_ColumnVarNameInTable="columncountOut" msprop:Generator_ColumnPropNameInRow="countOut" msprop:Generator_ColumnPropNameInTable="countOutColumn" msprop:Generator_UserColumnName="countOut" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="operater" msprop:Generator_ColumnVarNameInTable="columnoperater" msprop:Generator_ColumnPropNameInRow="operater" msprop:Generator_ColumnPropNameInTable="operaterColumn" msprop:Generator_UserColumnName="operater" type="xs:int" minOccurs="0" />
|
|
<xs:element name="lastmodified" msprop:Generator_ColumnVarNameInTable="columnlastmodified" msprop:Generator_ColumnPropNameInRow="lastmodified" msprop:Generator_ColumnPropNameInTable="lastmodifiedColumn" msprop:Generator_UserColumnName="lastmodified" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="createtime" msprop:Generator_ColumnVarNameInTable="columncreatetime" msprop:Generator_ColumnPropNameInRow="createtime" msprop:Generator_ColumnPropNameInTable="createtimeColumn" msprop:Generator_UserColumnName="createtime" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="dr" msprop:Generator_ColumnVarNameInTable="columndr" msprop:Generator_ColumnPropNameInRow="dr" msprop:Generator_ColumnPropNameInTable="drColumn" msprop:Generator_UserColumnName="dr" type="xs:boolean" minOccurs="0" />
|
|
<xs:element name="whVolType" msprop:Generator_ColumnVarNameInTable="columnwhVolType" msprop:Generator_ColumnPropNameInRow="whVolType" msprop:Generator_ColumnPropNameInTable="whVolTypeColumn" msprop:Generator_UserColumnName="whVolType" type="xs:int" minOccurs="0" />
|
|
<xs:element name="volType" msprop:Generator_ColumnVarNameInTable="columnvolType" msprop:Generator_ColumnPropNameInRow="volType" msprop:Generator_ColumnPropNameInTable="volTypeColumn" msprop:Generator_UserColumnName="volType" type="xs:int" minOccurs="0" />
|
|
<xs:element name="goodsTypeName" msprop:Generator_ColumnVarNameInTable="columngoodsTypeName" msprop:Generator_ColumnPropNameInRow="goodsTypeName" msprop:Generator_ColumnPropNameInTable="goodsTypeNameColumn" msprop:Generator_UserColumnName="goodsTypeName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="goodsType" msprop:Generator_ColumnVarNameInTable="columngoodsType" msprop:Generator_ColumnPropNameInRow="goodsType" msprop:Generator_ColumnPropNameInTable="goodsTypeColumn" msprop:Generator_UserColumnName="goodsType" type="xs:int" minOccurs="0" />
|
|
<xs:element name="manufacturer" msprop:Generator_ColumnVarNameInTable="columnmanufacturer" msprop:Generator_ColumnPropNameInRow="manufacturer" msprop:Generator_ColumnPropNameInTable="manufacturerColumn" msprop:Generator_UserColumnName="manufacturer" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="256" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="spec" msprop:Generator_ColumnVarNameInTable="columnspec" msprop:Generator_ColumnPropNameInRow="spec" msprop:Generator_ColumnPropNameInTable="specColumn" msprop:Generator_UserColumnName="spec" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="unit" msprop:Generator_ColumnVarNameInTable="columnunit" msprop:Generator_ColumnPropNameInRow="unit" msprop:Generator_ColumnPropNameInTable="unitColumn" msprop:Generator_UserColumnName="unit" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="20" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="regeditCode" msprop:Generator_ColumnVarNameInTable="columnregeditCode" msprop:Generator_ColumnPropNameInRow="regeditCode" msprop:Generator_ColumnPropNameInTable="regeditCodeColumn" msprop:Generator_UserColumnName="regeditCode" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="72" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="drug_code" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columndrug_code" msprop:Generator_ColumnPropNameInRow="drug_code" msprop:Generator_ColumnPropNameInTable="drug_codeColumn" msprop:Generator_UserColumnName="drug_code" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="1" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="whType" msprop:Generator_ColumnVarNameInTable="columnwhType" msprop:Generator_ColumnPropNameInRow="whType" msprop:Generator_ColumnPropNameInTable="whTypeColumn" msprop:Generator_UserColumnName="whType" type="xs:int" minOccurs="0" />
|
|
<xs:element name="locState" msprop:Generator_ColumnVarNameInTable="columnlocState" msprop:Generator_ColumnPropNameInRow="locState" msprop:Generator_ColumnPropNameInTable="locStateColumn" msprop:Generator_UserColumnName="locState" type="xs:int" minOccurs="0" />
|
|
<xs:element name="state" msprop:Generator_ColumnVarNameInTable="columnstate" msprop:Generator_ColumnPropNameInRow="state" msprop:Generator_ColumnPropNameInTable="stateColumn" msprop:Generator_UserColumnName="state" type="xs:int" minOccurs="0" />
|
|
<xs:element name="warehouse" msprop:Generator_ColumnVarNameInTable="columnwarehouse" msprop:Generator_ColumnPropNameInRow="warehouse" msprop:Generator_ColumnPropNameInTable="warehouseColumn" msprop:Generator_UserColumnName="warehouse" type="xs:int" minOccurs="0" />
|
|
<xs:element name="batchMax3" msprop:Generator_ColumnVarNameInTable="columnbatchMax3" msprop:Generator_ColumnPropNameInRow="batchMax3" msprop:Generator_ColumnPropNameInTable="batchMax3Column" msprop:Generator_UserColumnName="batchMax3" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="type" msprop:Generator_ColumnVarNameInTable="columntype" msprop:Generator_ColumnPropNameInRow="type" msprop:Generator_ColumnPropNameInTable="typeColumn" msprop:Generator_UserColumnName="type" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="30" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="BarCode" msprop:Generator_ColumnVarNameInTable="columnBarCode" msprop:Generator_ColumnPropNameInRow="BarCode" msprop:Generator_ColumnPropNameInTable="BarCodeColumn" msprop:Generator_UserColumnName="BarCode" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="30" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="part" msprop:Generator_ColumnVarNameInTable="columnpart" msprop:Generator_ColumnPropNameInRow="part" msprop:Generator_ColumnPropNameInTable="partColumn" msprop:Generator_UserColumnName="part" type="xs:int" minOccurs="0" />
|
|
<xs:element name="maintainDate" msprop:Generator_ColumnVarNameInTable="columnmaintainDate" msprop:Generator_ColumnPropNameInRow="maintainDate" msprop:Generator_ColumnPropNameInTable="maintainDateColumn" msprop:Generator_UserColumnName="maintainDate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="pinYin" msprop:Generator_ColumnVarNameInTable="columnpinYin" msprop:Generator_ColumnPropNameInRow="pinYin" msprop:Generator_ColumnPropNameInTable="pinYinColumn" msprop:Generator_UserColumnName="pinYin" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="128" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="CurCycle" msprop:Generator_ColumnVarNameInTable="columnCurCycle" msprop:Generator_ColumnPropNameInRow="CurCycle" msprop:Generator_ColumnPropNameInTable="CurCycleColumn" msprop:Generator_UserColumnName="CurCycle" type="xs:int" minOccurs="0" />
|
|
<xs:element name="IsDouChk" msprop:Generator_ColumnVarNameInTable="columnIsDouChk" msprop:Generator_ColumnPropNameInRow="IsDouChk" msprop:Generator_ColumnPropNameInTable="IsDouChkColumn" msprop:Generator_UserColumnName="IsDouChk" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="1" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="validDate2" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnvalidDate2" msprop:Generator_ColumnPropNameInRow="validDate2" msprop:Generator_ColumnPropNameInTable="validDate2Column" msprop:Generator_UserColumnName="validDate2" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="nextMainTainDate" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnnextMainTainDate" msprop:Generator_ColumnPropNameInRow="nextMainTainDate" msprop:Generator_ColumnPropNameInTable="nextMainTainDateColumn" msprop:Generator_UserColumnName="nextMainTainDate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="countIn" msprop:Generator_ColumnVarNameInTable="columncountIn" msprop:Generator_ColumnPropNameInRow="countIn" msprop:Generator_ColumnPropNameInTable="countInColumn" msprop:Generator_UserColumnName="countIn" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="countOuting" msprop:Generator_ColumnVarNameInTable="columncountOuting" msprop:Generator_ColumnPropNameInRow="countOuting" msprop:Generator_ColumnPropNameInTable="countOutingColumn" msprop:Generator_UserColumnName="countOuting" type="xs:decimal" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="v_stockGoodsRep" msprop:Generator_TableClassName="v_stockGoodsRepDataTable" msprop:Generator_TableVarName="tablev_stockGoodsRep" msprop:Generator_TablePropName="v_stockGoodsRep" msprop:Generator_RowDeletingName="v_stockGoodsRepRowDeleting" msprop:Generator_RowChangingName="v_stockGoodsRepRowChanging" msprop:Generator_RowEvHandlerName="v_stockGoodsRepRowChangeEventHandler" msprop:Generator_RowDeletedName="v_stockGoodsRepRowDeleted" msprop:Generator_UserTableName="v_stockGoodsRep" msprop:Generator_RowChangedName="v_stockGoodsRepRowChanged" msprop:Generator_RowEvArgName="v_stockGoodsRepRowChangeEvent" msprop:Generator_RowClassName="v_stockGoodsRepRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="repCount" msprop:Generator_ColumnVarNameInTable="columnrepCount" msprop:Generator_ColumnPropNameInRow="repCount" msprop:Generator_ColumnPropNameInTable="repCountColumn" msprop:Generator_UserColumnName="repCount" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="repBoxcnt" msprop:Generator_ColumnVarNameInTable="columnrepBoxcnt" msprop:Generator_ColumnPropNameInRow="repBoxcnt" msprop:Generator_ColumnPropNameInTable="repBoxcntColumn" msprop:Generator_UserColumnName="repBoxcnt" type="xs:int" minOccurs="0" />
|
|
<xs:element name="elabId" msprop:Generator_ColumnVarNameInTable="columnelabId" msprop:Generator_ColumnPropNameInRow="elabId" msprop:Generator_ColumnPropNameInTable="elabIdColumn" msprop:Generator_UserColumnName="elabId" type="xs:int" minOccurs="0" />
|
|
<xs:element name="elabAddress" msprop:Generator_ColumnVarNameInTable="columnelabAddress" msprop:Generator_ColumnPropNameInRow="elabAddress" msprop:Generator_ColumnPropNameInTable="elabAddressColumn" msprop:Generator_UserColumnName="elabAddress" type="xs:int" minOccurs="0" />
|
|
<xs:element name="port" msprop:Generator_ColumnVarNameInTable="columnport" msprop:Generator_ColumnPropNameInRow="port" msprop:Generator_ColumnPropNameInTable="portColumn" msprop:Generator_UserColumnName="port" type="xs:int" minOccurs="0" />
|
|
<xs:element name="bulkMax" msprop:Generator_ColumnVarNameInTable="columnbulkMax" msprop:Generator_ColumnPropNameInRow="bulkMax" msprop:Generator_ColumnPropNameInTable="bulkMaxColumn" msprop:Generator_UserColumnName="bulkMax" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="bulkMax1" msprop:Generator_ColumnVarNameInTable="columnbulkMax1" msprop:Generator_ColumnPropNameInRow="bulkMax1" msprop:Generator_ColumnPropNameInTable="bulkMax1Column" msprop:Generator_UserColumnName="bulkMax1" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="batchMax1" msprop:Generator_ColumnVarNameInTable="columnbatchMax1" msprop:Generator_ColumnPropNameInRow="batchMax1" msprop:Generator_ColumnPropNameInTable="batchMax1Column" msprop:Generator_UserColumnName="batchMax1" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="batchMax2" msprop:Generator_ColumnVarNameInTable="columnbatchMax2" msprop:Generator_ColumnPropNameInRow="batchMax2" msprop:Generator_ColumnPropNameInTable="batchMax2Column" msprop:Generator_UserColumnName="batchMax2" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="goodsName" msprop:Generator_ColumnVarNameInTable="columngoodsName" msprop:Generator_ColumnPropNameInRow="goodsName" msprop:Generator_ColumnPropNameInTable="goodsNameColumn" msprop:Generator_UserColumnName="goodsName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="120" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="bigCount" msprop:Generator_ColumnVarNameInTable="columnbigCount" msprop:Generator_ColumnPropNameInRow="bigCount" msprop:Generator_ColumnPropNameInTable="bigCountColumn" msprop:Generator_UserColumnName="bigCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="id" msprop:Generator_ColumnVarNameInTable="columnid" msprop:Generator_ColumnPropNameInRow="id" msprop:Generator_ColumnPropNameInTable="idColumn" msprop:Generator_UserColumnName="id" type="xs:int" />
|
|
<xs:element name="goodsId" msprop:Generator_ColumnVarNameInTable="columngoodsId" msprop:Generator_ColumnPropNameInRow="goodsId" msprop:Generator_ColumnPropNameInTable="goodsIdColumn" msprop:Generator_UserColumnName="goodsId">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="batch" msprop:Generator_ColumnVarNameInTable="columnbatch" msprop:Generator_ColumnPropNameInRow="batch" msprop:Generator_ColumnPropNameInTable="batchColumn" msprop:Generator_UserColumnName="batch">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="locationId" msprop:Generator_ColumnVarNameInTable="columnlocationId" msprop:Generator_ColumnPropNameInRow="locationId" msprop:Generator_ColumnPropNameInTable="locationIdColumn" msprop:Generator_UserColumnName="locationId">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="productDate" msprop:Generator_ColumnVarNameInTable="columnproductDate" msprop:Generator_ColumnPropNameInRow="productDate" msprop:Generator_ColumnPropNameInTable="productDateColumn" msprop:Generator_UserColumnName="productDate" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="validDate" msprop:Generator_ColumnVarNameInTable="columnvalidDate" msprop:Generator_ColumnPropNameInRow="validDate" msprop:Generator_ColumnPropNameInTable="validDateColumn" msprop:Generator_UserColumnName="validDate" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="validationTerm" msprop:Generator_ColumnVarNameInTable="columnvalidationTerm" msprop:Generator_ColumnPropNameInRow="validationTerm" msprop:Generator_ColumnPropNameInTable="validationTermColumn" msprop:Generator_UserColumnName="validationTerm" type="xs:int" />
|
|
<xs:element name="count" msprop:Generator_ColumnVarNameInTable="columncount" msprop:Generator_ColumnPropNameInRow="count" msprop:Generator_ColumnPropNameInTable="countColumn" msprop:Generator_UserColumnName="count" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="avCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnavCount" msprop:Generator_ColumnPropNameInRow="avCount" msprop:Generator_ColumnPropNameInTable="avCountColumn" msprop:Generator_UserColumnName="avCount" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="boxcnt" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnboxcnt" msprop:Generator_ColumnPropNameInRow="boxcnt" msprop:Generator_ColumnPropNameInTable="boxcntColumn" msprop:Generator_UserColumnName="boxcnt" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="countLock" msprop:Generator_ColumnVarNameInTable="columncountLock" msprop:Generator_ColumnPropNameInRow="countLock" msprop:Generator_ColumnPropNameInTable="countLockColumn" msprop:Generator_UserColumnName="countLock" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="countOut" msprop:Generator_ColumnVarNameInTable="columncountOut" msprop:Generator_ColumnPropNameInRow="countOut" msprop:Generator_ColumnPropNameInTable="countOutColumn" msprop:Generator_UserColumnName="countOut" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="operater" msprop:Generator_ColumnVarNameInTable="columnoperater" msprop:Generator_ColumnPropNameInRow="operater" msprop:Generator_ColumnPropNameInTable="operaterColumn" msprop:Generator_UserColumnName="operater" type="xs:int" minOccurs="0" />
|
|
<xs:element name="lastmodified" msprop:Generator_ColumnVarNameInTable="columnlastmodified" msprop:Generator_ColumnPropNameInRow="lastmodified" msprop:Generator_ColumnPropNameInTable="lastmodifiedColumn" msprop:Generator_UserColumnName="lastmodified" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="createtime" msprop:Generator_ColumnVarNameInTable="columncreatetime" msprop:Generator_ColumnPropNameInRow="createtime" msprop:Generator_ColumnPropNameInTable="createtimeColumn" msprop:Generator_UserColumnName="createtime" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="dr" msprop:Generator_ColumnVarNameInTable="columndr" msprop:Generator_ColumnPropNameInRow="dr" msprop:Generator_ColumnPropNameInTable="drColumn" msprop:Generator_UserColumnName="dr" type="xs:boolean" minOccurs="0" />
|
|
<xs:element name="whVolType" msprop:Generator_ColumnVarNameInTable="columnwhVolType" msprop:Generator_ColumnPropNameInRow="whVolType" msprop:Generator_ColumnPropNameInTable="whVolTypeColumn" msprop:Generator_UserColumnName="whVolType" type="xs:int" minOccurs="0" />
|
|
<xs:element name="volType" msprop:Generator_ColumnVarNameInTable="columnvolType" msprop:Generator_ColumnPropNameInRow="volType" msprop:Generator_ColumnPropNameInTable="volTypeColumn" msprop:Generator_UserColumnName="volType" type="xs:int" minOccurs="0" />
|
|
<xs:element name="goodsTypeName" msprop:Generator_ColumnVarNameInTable="columngoodsTypeName" msprop:Generator_ColumnPropNameInRow="goodsTypeName" msprop:Generator_ColumnPropNameInTable="goodsTypeNameColumn" msprop:Generator_UserColumnName="goodsTypeName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="goodsType" msprop:Generator_ColumnVarNameInTable="columngoodsType" msprop:Generator_ColumnPropNameInRow="goodsType" msprop:Generator_ColumnPropNameInTable="goodsTypeColumn" msprop:Generator_UserColumnName="goodsType" type="xs:int" minOccurs="0" />
|
|
<xs:element name="manufacturer" msprop:Generator_ColumnVarNameInTable="columnmanufacturer" msprop:Generator_ColumnPropNameInRow="manufacturer" msprop:Generator_ColumnPropNameInTable="manufacturerColumn" msprop:Generator_UserColumnName="manufacturer" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="256" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="spec" msprop:Generator_ColumnVarNameInTable="columnspec" msprop:Generator_ColumnPropNameInRow="spec" msprop:Generator_ColumnPropNameInTable="specColumn" msprop:Generator_UserColumnName="spec" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="unit" msprop:Generator_ColumnVarNameInTable="columnunit" msprop:Generator_ColumnPropNameInRow="unit" msprop:Generator_ColumnPropNameInTable="unitColumn" msprop:Generator_UserColumnName="unit" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="20" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="regeditCode" msprop:Generator_ColumnVarNameInTable="columnregeditCode" msprop:Generator_ColumnPropNameInRow="regeditCode" msprop:Generator_ColumnPropNameInTable="regeditCodeColumn" msprop:Generator_UserColumnName="regeditCode" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="72" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="drug_code" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columndrug_code" msprop:Generator_ColumnPropNameInRow="drug_code" msprop:Generator_ColumnPropNameInTable="drug_codeColumn" msprop:Generator_UserColumnName="drug_code" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="1" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="whType" msprop:Generator_ColumnVarNameInTable="columnwhType" msprop:Generator_ColumnPropNameInRow="whType" msprop:Generator_ColumnPropNameInTable="whTypeColumn" msprop:Generator_UserColumnName="whType" type="xs:int" minOccurs="0" />
|
|
<xs:element name="locState" msprop:Generator_ColumnVarNameInTable="columnlocState" msprop:Generator_ColumnPropNameInRow="locState" msprop:Generator_ColumnPropNameInTable="locStateColumn" msprop:Generator_UserColumnName="locState" type="xs:int" minOccurs="0" />
|
|
<xs:element name="state" msprop:Generator_ColumnVarNameInTable="columnstate" msprop:Generator_ColumnPropNameInRow="state" msprop:Generator_ColumnPropNameInTable="stateColumn" msprop:Generator_UserColumnName="state" type="xs:int" minOccurs="0" />
|
|
<xs:element name="warehouse" msprop:Generator_ColumnVarNameInTable="columnwarehouse" msprop:Generator_ColumnPropNameInRow="warehouse" msprop:Generator_ColumnPropNameInTable="warehouseColumn" msprop:Generator_UserColumnName="warehouse" type="xs:int" minOccurs="0" />
|
|
<xs:element name="batchMax3" msprop:Generator_ColumnVarNameInTable="columnbatchMax3" msprop:Generator_ColumnPropNameInRow="batchMax3" msprop:Generator_ColumnPropNameInTable="batchMax3Column" msprop:Generator_UserColumnName="batchMax3" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="type" msprop:Generator_ColumnVarNameInTable="columntype" msprop:Generator_ColumnPropNameInRow="type" msprop:Generator_ColumnPropNameInTable="typeColumn" msprop:Generator_UserColumnName="type" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="30" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="BarCode" msprop:Generator_ColumnVarNameInTable="columnBarCode" msprop:Generator_ColumnPropNameInRow="BarCode" msprop:Generator_ColumnPropNameInTable="BarCodeColumn" msprop:Generator_UserColumnName="BarCode" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="30" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="part" msprop:Generator_ColumnVarNameInTable="columnpart" msprop:Generator_ColumnPropNameInRow="part" msprop:Generator_ColumnPropNameInTable="partColumn" msprop:Generator_UserColumnName="part" type="xs:int" minOccurs="0" />
|
|
<xs:element name="maintainDate" msprop:Generator_ColumnVarNameInTable="columnmaintainDate" msprop:Generator_ColumnPropNameInRow="maintainDate" msprop:Generator_ColumnPropNameInTable="maintainDateColumn" msprop:Generator_UserColumnName="maintainDate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="pinYin" msprop:Generator_ColumnVarNameInTable="columnpinYin" msprop:Generator_ColumnPropNameInRow="pinYin" msprop:Generator_ColumnPropNameInTable="pinYinColumn" msprop:Generator_UserColumnName="pinYin" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="128" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="CurCycle" msprop:Generator_ColumnVarNameInTable="columnCurCycle" msprop:Generator_ColumnPropNameInRow="CurCycle" msprop:Generator_ColumnPropNameInTable="CurCycleColumn" msprop:Generator_UserColumnName="CurCycle" type="xs:int" minOccurs="0" />
|
|
<xs:element name="IsDouChk" msprop:Generator_ColumnVarNameInTable="columnIsDouChk" msprop:Generator_ColumnPropNameInRow="IsDouChk" msprop:Generator_ColumnPropNameInTable="IsDouChkColumn" msprop:Generator_UserColumnName="IsDouChk" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="1" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="repTypeName" msprop:Generator_ColumnVarNameInTable="columnrepTypeName" msprop:Generator_ColumnPropNameInRow="repTypeName" msprop:Generator_ColumnPropNameInTable="repTypeNameColumn" msprop:Generator_UserColumnName="repTypeName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="repType" msprop:Generator_ColumnVarNameInTable="columnrepType" msprop:Generator_ColumnPropNameInRow="repType" msprop:Generator_ColumnPropNameInTable="repTypeColumn" msprop:Generator_UserColumnName="repType" type="xs:int" minOccurs="0" />
|
|
<xs:element name="repPercent" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnrepPercent" msprop:Generator_ColumnPropNameInRow="repPercent" msprop:Generator_ColumnPropNameInTable="repPercentColumn" msprop:Generator_UserColumnName="repPercent" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="countOuting" msprop:Generator_ColumnVarNameInTable="columncountOuting" msprop:Generator_ColumnPropNameInRow="countOuting" msprop:Generator_ColumnPropNameInTable="countOutingColumn" msprop:Generator_UserColumnName="countOuting" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="countIn" msprop:Generator_ColumnVarNameInTable="columncountIn" msprop:Generator_ColumnPropNameInRow="countIn" msprop:Generator_ColumnPropNameInTable="countInColumn" msprop:Generator_UserColumnName="countIn" type="xs:decimal" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="v_stockGoodsRepPickingSum" msprop:Generator_TableClassName="v_stockGoodsRepPickingSumDataTable" msprop:Generator_TableVarName="tablev_stockGoodsRepPickingSum" msprop:Generator_TablePropName="v_stockGoodsRepPickingSum" msprop:Generator_RowDeletingName="v_stockGoodsRepPickingSumRowDeleting" msprop:Generator_RowChangingName="v_stockGoodsRepPickingSumRowChanging" msprop:Generator_RowEvHandlerName="v_stockGoodsRepPickingSumRowChangeEventHandler" msprop:Generator_RowDeletedName="v_stockGoodsRepPickingSumRowDeleted" msprop:Generator_UserTableName="v_stockGoodsRepPickingSum" msprop:Generator_RowChangedName="v_stockGoodsRepPickingSumRowChanged" msprop:Generator_RowEvArgName="v_stockGoodsRepPickingSumRowChangeEvent" msprop:Generator_RowClassName="v_stockGoodsRepPickingSumRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="repCount" msprop:Generator_ColumnVarNameInTable="columnrepCount" msprop:Generator_ColumnPropNameInRow="repCount" msprop:Generator_ColumnPropNameInTable="repCountColumn" msprop:Generator_UserColumnName="repCount" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="repBoxcnt" msprop:Generator_ColumnVarNameInTable="columnrepBoxcnt" msprop:Generator_ColumnPropNameInRow="repBoxcnt" msprop:Generator_ColumnPropNameInTable="repBoxcntColumn" msprop:Generator_UserColumnName="repBoxcnt" type="xs:int" minOccurs="0" />
|
|
<xs:element name="goodsId" msprop:Generator_ColumnVarNameInTable="columngoodsId" msprop:Generator_ColumnPropNameInRow="goodsId" msprop:Generator_ColumnPropNameInTable="goodsIdColumn" msprop:Generator_UserColumnName="goodsId" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="batch" msprop:Generator_ColumnVarNameInTable="columnbatch" msprop:Generator_ColumnPropNameInRow="batch" msprop:Generator_ColumnPropNameInTable="batchColumn" msprop:Generator_UserColumnName="batch" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="productDate" msprop:Generator_ColumnVarNameInTable="columnproductDate" msprop:Generator_ColumnPropNameInRow="productDate" msprop:Generator_ColumnPropNameInTable="productDateColumn" msprop:Generator_UserColumnName="productDate" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="validDate" msprop:Generator_ColumnVarNameInTable="columnvalidDate" msprop:Generator_ColumnPropNameInRow="validDate" msprop:Generator_ColumnPropNameInTable="validDateColumn" msprop:Generator_UserColumnName="validDate" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="v_stockGoodsSum" msprop:Generator_TableClassName="v_stockGoodsSumDataTable" msprop:Generator_TableVarName="tablev_stockGoodsSum" msprop:Generator_TablePropName="v_stockGoodsSum" msprop:Generator_RowDeletingName="v_stockGoodsSumRowDeleting" msprop:Generator_RowChangingName="v_stockGoodsSumRowChanging" msprop:Generator_RowEvHandlerName="v_stockGoodsSumRowChangeEventHandler" msprop:Generator_RowDeletedName="v_stockGoodsSumRowDeleted" msprop:Generator_UserTableName="v_stockGoodsSum" msprop:Generator_RowChangedName="v_stockGoodsSumRowChanged" msprop:Generator_RowEvArgName="v_stockGoodsSumRowChangeEvent" msprop:Generator_RowClassName="v_stockGoodsSumRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="goodsId" msprop:Generator_ColumnVarNameInTable="columngoodsId" msprop:Generator_ColumnPropNameInRow="goodsId" msprop:Generator_ColumnPropNameInTable="goodsIdColumn" msprop:Generator_UserColumnName="goodsId">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="batch" msprop:Generator_ColumnVarNameInTable="columnbatch" msprop:Generator_ColumnPropNameInRow="batch" msprop:Generator_ColumnPropNameInTable="batchColumn" msprop:Generator_UserColumnName="batch">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="avCount" msprop:Generator_ColumnVarNameInTable="columnavCount" msprop:Generator_ColumnPropNameInRow="avCount" msprop:Generator_ColumnPropNameInTable="avCountColumn" msprop:Generator_UserColumnName="avCount" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="boxcnt" msprop:Generator_ColumnVarNameInTable="columnboxcnt" msprop:Generator_ColumnPropNameInRow="boxcnt" msprop:Generator_ColumnPropNameInTable="boxcntColumn" msprop:Generator_UserColumnName="boxcnt" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="goodsName" msprop:Generator_ColumnVarNameInTable="columngoodsName" msprop:Generator_ColumnPropNameInRow="goodsName" msprop:Generator_ColumnPropNameInTable="goodsNameColumn" msprop:Generator_UserColumnName="goodsName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="120" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="unit" msprop:Generator_ColumnVarNameInTable="columnunit" msprop:Generator_ColumnPropNameInRow="unit" msprop:Generator_ColumnPropNameInTable="unitColumn" msprop:Generator_UserColumnName="unit" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="20" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="goodsType" msprop:Generator_ColumnVarNameInTable="columngoodsType" msprop:Generator_ColumnPropNameInRow="goodsType" msprop:Generator_ColumnPropNameInTable="goodsTypeColumn" msprop:Generator_UserColumnName="goodsType" type="xs:int" minOccurs="0" />
|
|
<xs:element name="manufacturer" msprop:Generator_ColumnVarNameInTable="columnmanufacturer" msprop:Generator_ColumnPropNameInRow="manufacturer" msprop:Generator_ColumnPropNameInTable="manufacturerColumn" msprop:Generator_UserColumnName="manufacturer" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="256" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="spec" msprop:Generator_ColumnVarNameInTable="columnspec" msprop:Generator_ColumnPropNameInRow="spec" msprop:Generator_ColumnPropNameInTable="specColumn" msprop:Generator_UserColumnName="spec" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="regeditCode" msprop:Generator_ColumnVarNameInTable="columnregeditCode" msprop:Generator_ColumnPropNameInRow="regeditCode" msprop:Generator_ColumnPropNameInTable="regeditCodeColumn" msprop:Generator_UserColumnName="regeditCode" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="72" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="whType" msprop:Generator_ColumnVarNameInTable="columnwhType" msprop:Generator_ColumnPropNameInRow="whType" msprop:Generator_ColumnPropNameInTable="whTypeColumn" msprop:Generator_UserColumnName="whType" type="xs:int" minOccurs="0" />
|
|
<xs:element name="locState" msprop:Generator_ColumnVarNameInTable="columnlocState" msprop:Generator_ColumnPropNameInRow="locState" msprop:Generator_ColumnPropNameInTable="locStateColumn" msprop:Generator_UserColumnName="locState" type="xs:int" minOccurs="0" />
|
|
<xs:element name="state" msprop:Generator_ColumnVarNameInTable="columnstate" msprop:Generator_ColumnPropNameInRow="state" msprop:Generator_ColumnPropNameInTable="stateColumn" msprop:Generator_UserColumnName="state" type="xs:int" minOccurs="0" />
|
|
<xs:element name="type" msprop:Generator_ColumnVarNameInTable="columntype" msprop:Generator_ColumnPropNameInRow="type" msprop:Generator_ColumnPropNameInTable="typeColumn" msprop:Generator_UserColumnName="type" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="30" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="BarCode" msprop:Generator_ColumnVarNameInTable="columnBarCode" msprop:Generator_ColumnPropNameInRow="BarCode" msprop:Generator_ColumnPropNameInTable="BarCodeColumn" msprop:Generator_UserColumnName="BarCode" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="30" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="part" msprop:Generator_ColumnVarNameInTable="columnpart" msprop:Generator_ColumnPropNameInRow="part" msprop:Generator_ColumnPropNameInTable="partColumn" msprop:Generator_UserColumnName="part" type="xs:int" minOccurs="0" />
|
|
<xs:element name="pinYin" msprop:Generator_ColumnVarNameInTable="columnpinYin" msprop:Generator_ColumnPropNameInRow="pinYin" msprop:Generator_ColumnPropNameInTable="pinYinColumn" msprop:Generator_UserColumnName="pinYin" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="128" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="repType" msprop:Generator_ColumnVarNameInTable="columnrepType" msprop:Generator_ColumnPropNameInRow="repType" msprop:Generator_ColumnPropNameInTable="repTypeColumn" msprop:Generator_UserColumnName="repType" type="xs:int" minOccurs="0" />
|
|
<xs:element name="validDate" msprop:Generator_ColumnVarNameInTable="columnvalidDate" msprop:Generator_ColumnPropNameInRow="validDate" msprop:Generator_ColumnPropNameInTable="validDateColumn" msprop:Generator_UserColumnName="validDate" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="productDate" msprop:Generator_ColumnVarNameInTable="columnproductDate" msprop:Generator_ColumnPropNameInRow="productDate" msprop:Generator_ColumnPropNameInTable="productDateColumn" msprop:Generator_UserColumnName="productDate" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="goodsTypeName" msprop:Generator_ColumnVarNameInTable="columngoodsTypeName" msprop:Generator_ColumnPropNameInRow="goodsTypeName" msprop:Generator_ColumnPropNameInTable="goodsTypeNameColumn" msprop:Generator_UserColumnName="goodsTypeName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="bigCount" msprop:Generator_ColumnVarNameInTable="columnbigCount" msprop:Generator_ColumnPropNameInRow="bigCount" msprop:Generator_ColumnPropNameInTable="bigCountColumn" msprop:Generator_UserColumnName="bigCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="bulkMax" msprop:Generator_ColumnVarNameInTable="columnbulkMax" msprop:Generator_ColumnPropNameInRow="bulkMax" msprop:Generator_ColumnPropNameInTable="bulkMaxColumn" msprop:Generator_UserColumnName="bulkMax" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="repTypeName" msprop:Generator_ColumnVarNameInTable="columnrepTypeName" msprop:Generator_ColumnPropNameInRow="repTypeName" msprop:Generator_ColumnPropNameInTable="repTypeNameColumn" msprop:Generator_UserColumnName="repTypeName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="repPercent" msprop:Generator_ColumnVarNameInTable="columnrepPercent" msprop:Generator_ColumnPropNameInRow="repPercent" msprop:Generator_ColumnPropNameInTable="repPercentColumn" msprop:Generator_UserColumnName="repPercent" type="xs:decimal" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="v_stockGoodsSumRep" msprop:Generator_TableClassName="v_stockGoodsSumRepDataTable" msprop:Generator_TableVarName="tablev_stockGoodsSumRep" msprop:Generator_TablePropName="v_stockGoodsSumRep" msprop:Generator_RowDeletingName="v_stockGoodsSumRepRowDeleting" msprop:Generator_RowChangingName="v_stockGoodsSumRepRowChanging" msprop:Generator_RowEvHandlerName="v_stockGoodsSumRepRowChangeEventHandler" msprop:Generator_RowDeletedName="v_stockGoodsSumRepRowDeleted" msprop:Generator_UserTableName="v_stockGoodsSumRep" msprop:Generator_RowChangedName="v_stockGoodsSumRepRowChanged" msprop:Generator_RowEvArgName="v_stockGoodsSumRepRowChangeEvent" msprop:Generator_RowClassName="v_stockGoodsSumRepRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="goodsId" msprop:Generator_ColumnVarNameInTable="columngoodsId" msprop:Generator_ColumnPropNameInRow="goodsId" msprop:Generator_ColumnPropNameInTable="goodsIdColumn" msprop:Generator_UserColumnName="goodsId">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="batch" msprop:Generator_ColumnVarNameInTable="columnbatch" msprop:Generator_ColumnPropNameInRow="batch" msprop:Generator_ColumnPropNameInTable="batchColumn" msprop:Generator_UserColumnName="batch">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="avCount" msprop:Generator_ColumnVarNameInTable="columnavCount" msprop:Generator_ColumnPropNameInRow="avCount" msprop:Generator_ColumnPropNameInTable="avCountColumn" msprop:Generator_UserColumnName="avCount" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="boxcnt" msprop:Generator_ColumnVarNameInTable="columnboxcnt" msprop:Generator_ColumnPropNameInRow="boxcnt" msprop:Generator_ColumnPropNameInTable="boxcntColumn" msprop:Generator_UserColumnName="boxcnt" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="goodsName" msprop:Generator_ColumnVarNameInTable="columngoodsName" msprop:Generator_ColumnPropNameInRow="goodsName" msprop:Generator_ColumnPropNameInTable="goodsNameColumn" msprop:Generator_UserColumnName="goodsName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="120" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="unit" msprop:Generator_ColumnVarNameInTable="columnunit" msprop:Generator_ColumnPropNameInRow="unit" msprop:Generator_ColumnPropNameInTable="unitColumn" msprop:Generator_UserColumnName="unit" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="20" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="goodsType" msprop:Generator_ColumnVarNameInTable="columngoodsType" msprop:Generator_ColumnPropNameInRow="goodsType" msprop:Generator_ColumnPropNameInTable="goodsTypeColumn" msprop:Generator_UserColumnName="goodsType" type="xs:int" minOccurs="0" />
|
|
<xs:element name="manufacturer" msprop:Generator_ColumnVarNameInTable="columnmanufacturer" msprop:Generator_ColumnPropNameInRow="manufacturer" msprop:Generator_ColumnPropNameInTable="manufacturerColumn" msprop:Generator_UserColumnName="manufacturer" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="256" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="spec" msprop:Generator_ColumnVarNameInTable="columnspec" msprop:Generator_ColumnPropNameInRow="spec" msprop:Generator_ColumnPropNameInTable="specColumn" msprop:Generator_UserColumnName="spec" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="regeditCode" msprop:Generator_ColumnVarNameInTable="columnregeditCode" msprop:Generator_ColumnPropNameInRow="regeditCode" msprop:Generator_ColumnPropNameInTable="regeditCodeColumn" msprop:Generator_UserColumnName="regeditCode" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="72" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="whType" msprop:Generator_ColumnVarNameInTable="columnwhType" msprop:Generator_ColumnPropNameInRow="whType" msprop:Generator_ColumnPropNameInTable="whTypeColumn" msprop:Generator_UserColumnName="whType" type="xs:int" minOccurs="0" />
|
|
<xs:element name="locState" msprop:Generator_ColumnVarNameInTable="columnlocState" msprop:Generator_ColumnPropNameInRow="locState" msprop:Generator_ColumnPropNameInTable="locStateColumn" msprop:Generator_UserColumnName="locState" type="xs:int" minOccurs="0" />
|
|
<xs:element name="state" msprop:Generator_ColumnVarNameInTable="columnstate" msprop:Generator_ColumnPropNameInRow="state" msprop:Generator_ColumnPropNameInTable="stateColumn" msprop:Generator_UserColumnName="state" type="xs:int" minOccurs="0" />
|
|
<xs:element name="type" msprop:Generator_ColumnVarNameInTable="columntype" msprop:Generator_ColumnPropNameInRow="type" msprop:Generator_ColumnPropNameInTable="typeColumn" msprop:Generator_UserColumnName="type" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="30" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="BarCode" msprop:Generator_ColumnVarNameInTable="columnBarCode" msprop:Generator_ColumnPropNameInRow="BarCode" msprop:Generator_ColumnPropNameInTable="BarCodeColumn" msprop:Generator_UserColumnName="BarCode" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="30" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="part" msprop:Generator_ColumnVarNameInTable="columnpart" msprop:Generator_ColumnPropNameInRow="part" msprop:Generator_ColumnPropNameInTable="partColumn" msprop:Generator_UserColumnName="part" type="xs:int" minOccurs="0" />
|
|
<xs:element name="pinYin" msprop:Generator_ColumnVarNameInTable="columnpinYin" msprop:Generator_ColumnPropNameInRow="pinYin" msprop:Generator_ColumnPropNameInTable="pinYinColumn" msprop:Generator_UserColumnName="pinYin" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="128" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="repType" msprop:Generator_ColumnVarNameInTable="columnrepType" msprop:Generator_ColumnPropNameInRow="repType" msprop:Generator_ColumnPropNameInTable="repTypeColumn" msprop:Generator_UserColumnName="repType" type="xs:int" minOccurs="0" />
|
|
<xs:element name="validDate" msprop:Generator_ColumnVarNameInTable="columnvalidDate" msprop:Generator_ColumnPropNameInRow="validDate" msprop:Generator_ColumnPropNameInTable="validDateColumn" msprop:Generator_UserColumnName="validDate" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="productDate" msprop:Generator_ColumnVarNameInTable="columnproductDate" msprop:Generator_ColumnPropNameInRow="productDate" msprop:Generator_ColumnPropNameInTable="productDateColumn" msprop:Generator_UserColumnName="productDate" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="goodsTypeName" msprop:Generator_ColumnVarNameInTable="columngoodsTypeName" msprop:Generator_ColumnPropNameInRow="goodsTypeName" msprop:Generator_ColumnPropNameInTable="goodsTypeNameColumn" msprop:Generator_UserColumnName="goodsTypeName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="bigCount" msprop:Generator_ColumnVarNameInTable="columnbigCount" msprop:Generator_ColumnPropNameInRow="bigCount" msprop:Generator_ColumnPropNameInTable="bigCountColumn" msprop:Generator_UserColumnName="bigCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="bulkMax" msprop:Generator_ColumnVarNameInTable="columnbulkMax" msprop:Generator_ColumnPropNameInRow="bulkMax" msprop:Generator_ColumnPropNameInTable="bulkMaxColumn" msprop:Generator_UserColumnName="bulkMax" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="repTypeName" msprop:Generator_ColumnVarNameInTable="columnrepTypeName" msprop:Generator_ColumnPropNameInRow="repTypeName" msprop:Generator_ColumnPropNameInTable="repTypeNameColumn" msprop:Generator_UserColumnName="repTypeName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="repPercent" msprop:Generator_ColumnVarNameInTable="columnrepPercent" msprop:Generator_ColumnPropNameInRow="repPercent" msprop:Generator_ColumnPropNameInTable="repPercentColumn" msprop:Generator_UserColumnName="repPercent" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="repCount" msprop:Generator_ColumnVarNameInTable="columnrepCount" msprop:Generator_ColumnPropNameInRow="repCount" msprop:Generator_ColumnPropNameInTable="repCountColumn" msprop:Generator_UserColumnName="repCount" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="repBoxcnt" msprop:Generator_ColumnVarNameInTable="columnrepBoxcnt" msprop:Generator_ColumnPropNameInRow="repBoxcnt" msprop:Generator_ColumnPropNameInTable="repBoxcntColumn" msprop:Generator_UserColumnName="repBoxcnt" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="v_stockInRequest_Available" msprop:Generator_TableClassName="v_stockInRequest_AvailableDataTable" msprop:Generator_TableVarName="tablev_stockInRequest_Available" msprop:Generator_TablePropName="v_stockInRequest_Available" msprop:Generator_RowDeletingName="v_stockInRequest_AvailableRowDeleting" msprop:Generator_RowChangingName="v_stockInRequest_AvailableRowChanging" msprop:Generator_RowEvHandlerName="v_stockInRequest_AvailableRowChangeEventHandler" msprop:Generator_RowDeletedName="v_stockInRequest_AvailableRowDeleted" msprop:Generator_UserTableName="v_stockInRequest_Available" msprop:Generator_RowChangedName="v_stockInRequest_AvailableRowChanged" msprop:Generator_RowEvArgName="v_stockInRequest_AvailableRowChangeEvent" msprop:Generator_RowClassName="v_stockInRequest_AvailableRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="orderNo" msprop:Generator_ColumnVarNameInTable="columnorderNo" msprop:Generator_ColumnPropNameInRow="orderNo" msprop:Generator_ColumnPropNameInTable="orderNoColumn" msprop:Generator_UserColumnName="orderNo">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="orderTypeName" msprop:Generator_ColumnVarNameInTable="columnorderTypeName" msprop:Generator_ColumnPropNameInRow="orderTypeName" msprop:Generator_ColumnPropNameInTable="orderTypeNameColumn" msprop:Generator_UserColumnName="orderTypeName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="20" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="customID" msprop:Generator_ColumnVarNameInTable="columncustomID" msprop:Generator_ColumnPropNameInRow="customID" msprop:Generator_ColumnPropNameInTable="customIDColumn" msprop:Generator_UserColumnName="customID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="11" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="orderDate" msprop:Generator_ColumnVarNameInTable="columnorderDate" msprop:Generator_ColumnPropNameInRow="orderDate" msprop:Generator_ColumnPropNameInTable="orderDateColumn" msprop:Generator_UserColumnName="orderDate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="entid" msprop:Generator_ColumnVarNameInTable="columnentid" msprop:Generator_ColumnPropNameInRow="entid" msprop:Generator_ColumnPropNameInTable="entidColumn" msprop:Generator_UserColumnName="entid">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="11" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="orgid" msprop:Generator_ColumnVarNameInTable="columnorgid" msprop:Generator_ColumnPropNameInRow="orgid" msprop:Generator_ColumnPropNameInTable="orgidColumn" msprop:Generator_UserColumnName="orgid">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="11" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DESCRIPTION" msprop:Generator_ColumnVarNameInTable="columnDESCRIPTION" msprop:Generator_ColumnPropNameInRow="DESCRIPTION" msprop:Generator_ColumnPropNameInTable="DESCRIPTIONColumn" msprop:Generator_UserColumnName="DESCRIPTION" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="state" msprop:Generator_ColumnVarNameInTable="columnstate" msprop:Generator_ColumnPropNameInRow="state" msprop:Generator_ColumnPropNameInTable="stateColumn" msprop:Generator_UserColumnName="state" type="xs:int" minOccurs="0" />
|
|
<xs:element name="owner" msprop:Generator_ColumnVarNameInTable="columnowner" msprop:Generator_ColumnPropNameInRow="owner" msprop:Generator_ColumnPropNameInTable="ownerColumn" msprop:Generator_UserColumnName="owner" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="128" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="vender" msprop:Generator_ColumnVarNameInTable="columnvender" msprop:Generator_ColumnPropNameInRow="vender" msprop:Generator_ColumnPropNameInTable="venderColumn" msprop:Generator_UserColumnName="vender" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="v_stockInRequest_Available_bad" msprop:Generator_TableClassName="v_stockInRequest_Available_badDataTable" msprop:Generator_TableVarName="tablev_stockInRequest_Available_bad" msprop:Generator_TablePropName="v_stockInRequest_Available_bad" msprop:Generator_RowDeletingName="v_stockInRequest_Available_badRowDeleting" msprop:Generator_RowChangingName="v_stockInRequest_Available_badRowChanging" msprop:Generator_RowEvHandlerName="v_stockInRequest_Available_badRowChangeEventHandler" msprop:Generator_RowDeletedName="v_stockInRequest_Available_badRowDeleted" msprop:Generator_UserTableName="v_stockInRequest_Available_bad" msprop:Generator_RowChangedName="v_stockInRequest_Available_badRowChanged" msprop:Generator_RowEvArgName="v_stockInRequest_Available_badRowChangeEvent" msprop:Generator_RowClassName="v_stockInRequest_Available_badRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="orderNo" msprop:Generator_ColumnVarNameInTable="columnorderNo" msprop:Generator_ColumnPropNameInRow="orderNo" msprop:Generator_ColumnPropNameInTable="orderNoColumn" msprop:Generator_UserColumnName="orderNo">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="orderTypeName" msprop:Generator_ColumnVarNameInTable="columnorderTypeName" msprop:Generator_ColumnPropNameInRow="orderTypeName" msprop:Generator_ColumnPropNameInTable="orderTypeNameColumn" msprop:Generator_UserColumnName="orderTypeName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="20" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="customID" msprop:Generator_ColumnVarNameInTable="columncustomID" msprop:Generator_ColumnPropNameInRow="customID" msprop:Generator_ColumnPropNameInTable="customIDColumn" msprop:Generator_UserColumnName="customID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="11" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="orderDate" msprop:Generator_ColumnVarNameInTable="columnorderDate" msprop:Generator_ColumnPropNameInRow="orderDate" msprop:Generator_ColumnPropNameInTable="orderDateColumn" msprop:Generator_UserColumnName="orderDate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="entid" msprop:Generator_ColumnVarNameInTable="columnentid" msprop:Generator_ColumnPropNameInRow="entid" msprop:Generator_ColumnPropNameInTable="entidColumn" msprop:Generator_UserColumnName="entid">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="11" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="orgid" msprop:Generator_ColumnVarNameInTable="columnorgid" msprop:Generator_ColumnPropNameInRow="orgid" msprop:Generator_ColumnPropNameInTable="orgidColumn" msprop:Generator_UserColumnName="orgid">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="11" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DESCRIPTION" msprop:Generator_ColumnVarNameInTable="columnDESCRIPTION" msprop:Generator_ColumnPropNameInRow="DESCRIPTION" msprop:Generator_ColumnPropNameInTable="DESCRIPTIONColumn" msprop:Generator_UserColumnName="DESCRIPTION" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="state" msprop:Generator_ColumnVarNameInTable="columnstate" msprop:Generator_ColumnPropNameInRow="state" msprop:Generator_ColumnPropNameInTable="stateColumn" msprop:Generator_UserColumnName="state" type="xs:int" minOccurs="0" />
|
|
<xs:element name="owner" msprop:Generator_ColumnVarNameInTable="columnowner" msprop:Generator_ColumnPropNameInRow="owner" msprop:Generator_ColumnPropNameInTable="ownerColumn" msprop:Generator_UserColumnName="owner" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="128" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="vender" msprop:Generator_ColumnVarNameInTable="columnvender" msprop:Generator_ColumnPropNameInRow="vender" msprop:Generator_ColumnPropNameInTable="venderColumn" msprop:Generator_UserColumnName="vender" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="v_stockInRequest_Available_good" msprop:Generator_TableClassName="v_stockInRequest_Available_goodDataTable" msprop:Generator_TableVarName="tablev_stockInRequest_Available_good" msprop:Generator_TablePropName="v_stockInRequest_Available_good" msprop:Generator_RowDeletingName="v_stockInRequest_Available_goodRowDeleting" msprop:Generator_RowChangingName="v_stockInRequest_Available_goodRowChanging" msprop:Generator_RowEvHandlerName="v_stockInRequest_Available_goodRowChangeEventHandler" msprop:Generator_RowDeletedName="v_stockInRequest_Available_goodRowDeleted" msprop:Generator_UserTableName="v_stockInRequest_Available_good" msprop:Generator_RowChangedName="v_stockInRequest_Available_goodRowChanged" msprop:Generator_RowEvArgName="v_stockInRequest_Available_goodRowChangeEvent" msprop:Generator_RowClassName="v_stockInRequest_Available_goodRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="orderNo" msprop:Generator_ColumnVarNameInTable="columnorderNo" msprop:Generator_ColumnPropNameInRow="orderNo" msprop:Generator_ColumnPropNameInTable="orderNoColumn" msprop:Generator_UserColumnName="orderNo">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="orderTypeName" msprop:Generator_ColumnVarNameInTable="columnorderTypeName" msprop:Generator_ColumnPropNameInRow="orderTypeName" msprop:Generator_ColumnPropNameInTable="orderTypeNameColumn" msprop:Generator_UserColumnName="orderTypeName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="20" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="customID" msprop:Generator_ColumnVarNameInTable="columncustomID" msprop:Generator_ColumnPropNameInRow="customID" msprop:Generator_ColumnPropNameInTable="customIDColumn" msprop:Generator_UserColumnName="customID">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="11" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="orderDate" msprop:Generator_ColumnVarNameInTable="columnorderDate" msprop:Generator_ColumnPropNameInRow="orderDate" msprop:Generator_ColumnPropNameInTable="orderDateColumn" msprop:Generator_UserColumnName="orderDate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="entid" msprop:Generator_ColumnVarNameInTable="columnentid" msprop:Generator_ColumnPropNameInRow="entid" msprop:Generator_ColumnPropNameInTable="entidColumn" msprop:Generator_UserColumnName="entid">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="11" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="orgid" msprop:Generator_ColumnVarNameInTable="columnorgid" msprop:Generator_ColumnPropNameInRow="orgid" msprop:Generator_ColumnPropNameInTable="orgidColumn" msprop:Generator_UserColumnName="orgid">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="11" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="DESCRIPTION" msprop:Generator_ColumnVarNameInTable="columnDESCRIPTION" msprop:Generator_ColumnPropNameInRow="DESCRIPTION" msprop:Generator_ColumnPropNameInTable="DESCRIPTIONColumn" msprop:Generator_UserColumnName="DESCRIPTION" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="state" msprop:Generator_ColumnVarNameInTable="columnstate" msprop:Generator_ColumnPropNameInRow="state" msprop:Generator_ColumnPropNameInTable="stateColumn" msprop:Generator_UserColumnName="state" type="xs:int" minOccurs="0" />
|
|
<xs:element name="owner" msprop:Generator_ColumnVarNameInTable="columnowner" msprop:Generator_ColumnPropNameInRow="owner" msprop:Generator_ColumnPropNameInTable="ownerColumn" msprop:Generator_UserColumnName="owner" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="128" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="vender" msprop:Generator_ColumnVarNameInTable="columnvender" msprop:Generator_ColumnPropNameInRow="vender" msprop:Generator_ColumnPropNameInTable="venderColumn" msprop:Generator_UserColumnName="vender" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="v_stockInRequestDetail_Available" msprop:Generator_TableClassName="v_stockInRequestDetail_AvailableDataTable" msprop:Generator_TableVarName="tablev_stockInRequestDetail_Available" msprop:Generator_TablePropName="v_stockInRequestDetail_Available" msprop:Generator_RowDeletingName="v_stockInRequestDetail_AvailableRowDeleting" msprop:Generator_RowChangingName="v_stockInRequestDetail_AvailableRowChanging" msprop:Generator_RowEvHandlerName="v_stockInRequestDetail_AvailableRowChangeEventHandler" msprop:Generator_RowDeletedName="v_stockInRequestDetail_AvailableRowDeleted" msprop:Generator_UserTableName="v_stockInRequestDetail_Available" msprop:Generator_RowChangedName="v_stockInRequestDetail_AvailableRowChanged" msprop:Generator_RowEvArgName="v_stockInRequestDetail_AvailableRowChangeEvent" msprop:Generator_RowClassName="v_stockInRequestDetail_AvailableRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="orderNo" msprop:Generator_ColumnVarNameInTable="columnorderNo" msprop:Generator_ColumnPropNameInRow="orderNo" msprop:Generator_ColumnPropNameInTable="orderNoColumn" msprop:Generator_UserColumnName="orderNo">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="goodsName" msprop:Generator_ColumnVarNameInTable="columngoodsName" msprop:Generator_ColumnPropNameInRow="goodsName" msprop:Generator_ColumnPropNameInTable="goodsNameColumn" msprop:Generator_UserColumnName="goodsName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="120" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="spec" msprop:Generator_ColumnVarNameInTable="columnspec" msprop:Generator_ColumnPropNameInRow="spec" msprop:Generator_ColumnPropNameInTable="specColumn" msprop:Generator_UserColumnName="spec" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="unit" msprop:Generator_ColumnVarNameInTable="columnunit" msprop:Generator_ColumnPropNameInRow="unit" msprop:Generator_ColumnPropNameInTable="unitColumn" msprop:Generator_UserColumnName="unit" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="20" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="type" msprop:Generator_ColumnVarNameInTable="columntype" msprop:Generator_ColumnPropNameInRow="type" msprop:Generator_ColumnPropNameInTable="typeColumn" msprop:Generator_UserColumnName="type" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="30" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="regeditCode" msprop:Generator_ColumnVarNameInTable="columnregeditCode" msprop:Generator_ColumnPropNameInRow="regeditCode" msprop:Generator_ColumnPropNameInTable="regeditCodeColumn" msprop:Generator_UserColumnName="regeditCode" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="72" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="bigCount" msprop:Generator_ColumnVarNameInTable="columnbigCount" msprop:Generator_ColumnPropNameInRow="bigCount" msprop:Generator_ColumnPropNameInTable="bigCountColumn" msprop:Generator_UserColumnName="bigCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="middleCount" msprop:Generator_ColumnVarNameInTable="columnmiddleCount" msprop:Generator_ColumnPropNameInRow="middleCount" msprop:Generator_ColumnPropNameInTable="middleCountColumn" msprop:Generator_UserColumnName="middleCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="address" msprop:Generator_ColumnVarNameInTable="columnaddress" msprop:Generator_ColumnPropNameInRow="address" msprop:Generator_ColumnPropNameInTable="addressColumn" msprop:Generator_UserColumnName="address" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="station" msprop:Generator_ColumnVarNameInTable="columnstation" msprop:Generator_ColumnPropNameInRow="station" msprop:Generator_ColumnPropNameInTable="stationColumn" msprop:Generator_UserColumnName="station" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="256" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Weight" msprop:Generator_ColumnVarNameInTable="columnWeight" msprop:Generator_ColumnPropNameInRow="Weight" msprop:Generator_ColumnPropNameInTable="WeightColumn" msprop:Generator_UserColumnName="Weight" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="drug_code" msprop:Generator_ColumnVarNameInTable="columndrug_code" msprop:Generator_ColumnPropNameInRow="drug_code" msprop:Generator_ColumnPropNameInTable="drug_codeColumn" msprop:Generator_UserColumnName="drug_code">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="1" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="IsDouChk" msprop:Generator_ColumnVarNameInTable="columnIsDouChk" msprop:Generator_ColumnPropNameInRow="IsDouChk" msprop:Generator_ColumnPropNameInTable="IsDouChkColumn" msprop:Generator_UserColumnName="IsDouChk" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="1" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="BarCode" msprop:Generator_ColumnVarNameInTable="columnBarCode" msprop:Generator_ColumnPropNameInRow="BarCode" msprop:Generator_ColumnPropNameInTable="BarCodeColumn" msprop:Generator_UserColumnName="BarCode" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="30" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="CurCycle" msprop:Generator_ColumnVarNameInTable="columnCurCycle" msprop:Generator_ColumnPropNameInRow="CurCycle" msprop:Generator_ColumnPropNameInTable="CurCycleColumn" msprop:Generator_UserColumnName="CurCycle" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Isimport" msprop:Generator_ColumnVarNameInTable="columnIsimport" msprop:Generator_ColumnPropNameInRow="Isimport" msprop:Generator_ColumnPropNameInTable="IsimportColumn" msprop:Generator_UserColumnName="Isimport" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="1" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="goodsId" msprop:Generator_ColumnVarNameInTable="columngoodsId" msprop:Generator_ColumnPropNameInRow="goodsId" msprop:Generator_ColumnPropNameInTable="goodsIdColumn" msprop:Generator_UserColumnName="goodsId" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="batch" msprop:Generator_ColumnVarNameInTable="columnbatch" msprop:Generator_ColumnPropNameInRow="batch" msprop:Generator_ColumnPropNameInTable="batchColumn" msprop:Generator_UserColumnName="batch" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="productDate" msprop:Generator_ColumnVarNameInTable="columnproductDate" msprop:Generator_ColumnPropNameInRow="productDate" msprop:Generator_ColumnPropNameInTable="productDateColumn" msprop:Generator_UserColumnName="productDate" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="validDate" msprop:Generator_ColumnVarNameInTable="columnvalidDate" msprop:Generator_ColumnPropNameInRow="validDate" msprop:Generator_ColumnPropNameInTable="validDateColumn" msprop:Generator_UserColumnName="validDate" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="manufacturer" msprop:Generator_ColumnVarNameInTable="columnmanufacturer" msprop:Generator_ColumnPropNameInRow="manufacturer" msprop:Generator_ColumnPropNameInTable="manufacturerColumn" msprop:Generator_UserColumnName="manufacturer" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="256" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="price" msprop:Generator_ColumnVarNameInTable="columnprice" msprop:Generator_ColumnPropNameInRow="price" msprop:Generator_ColumnPropNameInTable="priceColumn" msprop:Generator_UserColumnName="price" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="count" msprop:Generator_ColumnVarNameInTable="columncount" msprop:Generator_ColumnPropNameInRow="count" msprop:Generator_ColumnPropNameInTable="countColumn" msprop:Generator_UserColumnName="count" type="xs:decimal" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="v_stockInRequestDetail_Available_bad" msprop:Generator_TableClassName="v_stockInRequestDetail_Available_badDataTable" msprop:Generator_TableVarName="tablev_stockInRequestDetail_Available_bad" msprop:Generator_TablePropName="v_stockInRequestDetail_Available_bad" msprop:Generator_RowDeletingName="v_stockInRequestDetail_Available_badRowDeleting" msprop:Generator_RowChangingName="v_stockInRequestDetail_Available_badRowChanging" msprop:Generator_RowEvHandlerName="v_stockInRequestDetail_Available_badRowChangeEventHandler" msprop:Generator_RowDeletedName="v_stockInRequestDetail_Available_badRowDeleted" msprop:Generator_UserTableName="v_stockInRequestDetail_Available_bad" msprop:Generator_RowChangedName="v_stockInRequestDetail_Available_badRowChanged" msprop:Generator_RowEvArgName="v_stockInRequestDetail_Available_badRowChangeEvent" msprop:Generator_RowClassName="v_stockInRequestDetail_Available_badRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="orderNo" msprop:Generator_ColumnVarNameInTable="columnorderNo" msprop:Generator_ColumnPropNameInRow="orderNo" msprop:Generator_ColumnPropNameInTable="orderNoColumn" msprop:Generator_UserColumnName="orderNo">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="goodsName" msprop:Generator_ColumnVarNameInTable="columngoodsName" msprop:Generator_ColumnPropNameInRow="goodsName" msprop:Generator_ColumnPropNameInTable="goodsNameColumn" msprop:Generator_UserColumnName="goodsName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="120" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="spec" msprop:Generator_ColumnVarNameInTable="columnspec" msprop:Generator_ColumnPropNameInRow="spec" msprop:Generator_ColumnPropNameInTable="specColumn" msprop:Generator_UserColumnName="spec" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="unit" msprop:Generator_ColumnVarNameInTable="columnunit" msprop:Generator_ColumnPropNameInRow="unit" msprop:Generator_ColumnPropNameInTable="unitColumn" msprop:Generator_UserColumnName="unit" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="20" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="type" msprop:Generator_ColumnVarNameInTable="columntype" msprop:Generator_ColumnPropNameInRow="type" msprop:Generator_ColumnPropNameInTable="typeColumn" msprop:Generator_UserColumnName="type" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="30" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="regeditCode" msprop:Generator_ColumnVarNameInTable="columnregeditCode" msprop:Generator_ColumnPropNameInRow="regeditCode" msprop:Generator_ColumnPropNameInTable="regeditCodeColumn" msprop:Generator_UserColumnName="regeditCode" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="72" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="bigCount" msprop:Generator_ColumnVarNameInTable="columnbigCount" msprop:Generator_ColumnPropNameInRow="bigCount" msprop:Generator_ColumnPropNameInTable="bigCountColumn" msprop:Generator_UserColumnName="bigCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="middleCount" msprop:Generator_ColumnVarNameInTable="columnmiddleCount" msprop:Generator_ColumnPropNameInRow="middleCount" msprop:Generator_ColumnPropNameInTable="middleCountColumn" msprop:Generator_UserColumnName="middleCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="address" msprop:Generator_ColumnVarNameInTable="columnaddress" msprop:Generator_ColumnPropNameInRow="address" msprop:Generator_ColumnPropNameInTable="addressColumn" msprop:Generator_UserColumnName="address" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="station" msprop:Generator_ColumnVarNameInTable="columnstation" msprop:Generator_ColumnPropNameInRow="station" msprop:Generator_ColumnPropNameInTable="stationColumn" msprop:Generator_UserColumnName="station" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="256" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Weight" msprop:Generator_ColumnVarNameInTable="columnWeight" msprop:Generator_ColumnPropNameInRow="Weight" msprop:Generator_ColumnPropNameInTable="WeightColumn" msprop:Generator_UserColumnName="Weight" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="drug_code" msprop:Generator_ColumnVarNameInTable="columndrug_code" msprop:Generator_ColumnPropNameInRow="drug_code" msprop:Generator_ColumnPropNameInTable="drug_codeColumn" msprop:Generator_UserColumnName="drug_code">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="1" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="IsDouChk" msprop:Generator_ColumnVarNameInTable="columnIsDouChk" msprop:Generator_ColumnPropNameInRow="IsDouChk" msprop:Generator_ColumnPropNameInTable="IsDouChkColumn" msprop:Generator_UserColumnName="IsDouChk" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="1" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="BarCode" msprop:Generator_ColumnVarNameInTable="columnBarCode" msprop:Generator_ColumnPropNameInRow="BarCode" msprop:Generator_ColumnPropNameInTable="BarCodeColumn" msprop:Generator_UserColumnName="BarCode" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="30" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="CurCycle" msprop:Generator_ColumnVarNameInTable="columnCurCycle" msprop:Generator_ColumnPropNameInRow="CurCycle" msprop:Generator_ColumnPropNameInTable="CurCycleColumn" msprop:Generator_UserColumnName="CurCycle" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Isimport" msprop:Generator_ColumnVarNameInTable="columnIsimport" msprop:Generator_ColumnPropNameInRow="Isimport" msprop:Generator_ColumnPropNameInTable="IsimportColumn" msprop:Generator_UserColumnName="Isimport" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="1" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="goodsId" msprop:Generator_ColumnVarNameInTable="columngoodsId" msprop:Generator_ColumnPropNameInRow="goodsId" msprop:Generator_ColumnPropNameInTable="goodsIdColumn" msprop:Generator_UserColumnName="goodsId" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="batch" msprop:Generator_ColumnVarNameInTable="columnbatch" msprop:Generator_ColumnPropNameInRow="batch" msprop:Generator_ColumnPropNameInTable="batchColumn" msprop:Generator_UserColumnName="batch" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="productDate" msprop:Generator_ColumnVarNameInTable="columnproductDate" msprop:Generator_ColumnPropNameInRow="productDate" msprop:Generator_ColumnPropNameInTable="productDateColumn" msprop:Generator_UserColumnName="productDate" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="manufacturer" msprop:Generator_ColumnVarNameInTable="columnmanufacturer" msprop:Generator_ColumnPropNameInRow="manufacturer" msprop:Generator_ColumnPropNameInTable="manufacturerColumn" msprop:Generator_UserColumnName="manufacturer" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="256" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="price" msprop:Generator_ColumnVarNameInTable="columnprice" msprop:Generator_ColumnPropNameInRow="price" msprop:Generator_ColumnPropNameInTable="priceColumn" msprop:Generator_UserColumnName="price" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="validDate" msprop:Generator_ColumnVarNameInTable="columnvalidDate" msprop:Generator_ColumnPropNameInRow="validDate" msprop:Generator_ColumnPropNameInTable="validDateColumn" msprop:Generator_UserColumnName="validDate" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="cnt" msprop:Generator_ColumnVarNameInTable="columncnt" msprop:Generator_ColumnPropNameInRow="cnt" msprop:Generator_ColumnPropNameInTable="cntColumn" msprop:Generator_UserColumnName="cnt" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="full_max" msprop:Generator_ColumnVarNameInTable="columnfull_max" msprop:Generator_ColumnPropNameInRow="full_max" msprop:Generator_ColumnPropNameInTable="full_maxColumn" msprop:Generator_UserColumnName="full_max" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="bulkMax" msprop:Generator_ColumnVarNameInTable="columnbulkMax" msprop:Generator_ColumnPropNameInRow="bulkMax" msprop:Generator_ColumnPropNameInTable="bulkMaxColumn" msprop:Generator_UserColumnName="bulkMax" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="bulkMax1" msprop:Generator_ColumnVarNameInTable="columnbulkMax1" msprop:Generator_ColumnPropNameInRow="bulkMax1" msprop:Generator_ColumnPropNameInTable="bulkMax1Column" msprop:Generator_UserColumnName="bulkMax1" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="batchMax1" msprop:Generator_ColumnVarNameInTable="columnbatchMax1" msprop:Generator_ColumnPropNameInRow="batchMax1" msprop:Generator_ColumnPropNameInTable="batchMax1Column" msprop:Generator_UserColumnName="batchMax1" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="batchMax2" msprop:Generator_ColumnVarNameInTable="columnbatchMax2" msprop:Generator_ColumnPropNameInRow="batchMax2" msprop:Generator_ColumnPropNameInTable="batchMax2Column" msprop:Generator_UserColumnName="batchMax2" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="batchMax3" msprop:Generator_ColumnVarNameInTable="columnbatchMax3" msprop:Generator_ColumnPropNameInRow="batchMax3" msprop:Generator_ColumnPropNameInTable="batchMax3Column" msprop:Generator_UserColumnName="batchMax3" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="batchMax4" msprop:Generator_ColumnVarNameInTable="columnbatchMax4" msprop:Generator_ColumnPropNameInRow="batchMax4" msprop:Generator_ColumnPropNameInTable="batchMax4Column" msprop:Generator_UserColumnName="batchMax4" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="length" msprop:Generator_ColumnVarNameInTable="columnlength" msprop:Generator_ColumnPropNameInRow="length" msprop:Generator_ColumnPropNameInTable="lengthColumn" msprop:Generator_UserColumnName="length" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="height" msprop:Generator_ColumnVarNameInTable="columnheight" msprop:Generator_ColumnPropNameInRow="height" msprop:Generator_ColumnPropNameInTable="heightColumn" msprop:Generator_UserColumnName="height" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="width" msprop:Generator_ColumnVarNameInTable="columnwidth" msprop:Generator_ColumnPropNameInRow="width" msprop:Generator_ColumnPropNameInTable="widthColumn" msprop:Generator_UserColumnName="width" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="goodsTypeName" msprop:Generator_ColumnVarNameInTable="columngoodsTypeName" msprop:Generator_ColumnPropNameInRow="goodsTypeName" msprop:Generator_ColumnPropNameInTable="goodsTypeNameColumn" msprop:Generator_UserColumnName="goodsTypeName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Expr1" msprop:Generator_ColumnVarNameInTable="columnExpr1" msprop:Generator_ColumnPropNameInRow="Expr1" msprop:Generator_ColumnPropNameInTable="Expr1Column" msprop:Generator_UserColumnName="Expr1" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="256" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Expr2" msprop:Generator_ColumnVarNameInTable="columnExpr2" msprop:Generator_ColumnPropNameInRow="Expr2" msprop:Generator_ColumnPropNameInTable="Expr2Column" msprop:Generator_UserColumnName="Expr2" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Expr3" msprop:Generator_ColumnVarNameInTable="columnExpr3" msprop:Generator_ColumnPropNameInRow="Expr3" msprop:Generator_ColumnPropNameInTable="Expr3Column" msprop:Generator_UserColumnName="Expr3" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="20" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Expr4" msprop:Generator_ColumnVarNameInTable="columnExpr4" msprop:Generator_ColumnPropNameInRow="Expr4" msprop:Generator_ColumnPropNameInTable="Expr4Column" msprop:Generator_UserColumnName="Expr4" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="72" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="v_stockInRequestDetail_Available_good" msprop:Generator_TableClassName="v_stockInRequestDetail_Available_goodDataTable" msprop:Generator_TableVarName="tablev_stockInRequestDetail_Available_good" msprop:Generator_TablePropName="v_stockInRequestDetail_Available_good" msprop:Generator_RowDeletingName="v_stockInRequestDetail_Available_goodRowDeleting" msprop:Generator_RowChangingName="v_stockInRequestDetail_Available_goodRowChanging" msprop:Generator_RowEvHandlerName="v_stockInRequestDetail_Available_goodRowChangeEventHandler" msprop:Generator_RowDeletedName="v_stockInRequestDetail_Available_goodRowDeleted" msprop:Generator_UserTableName="v_stockInRequestDetail_Available_good" msprop:Generator_RowChangedName="v_stockInRequestDetail_Available_goodRowChanged" msprop:Generator_RowEvArgName="v_stockInRequestDetail_Available_goodRowChangeEvent" msprop:Generator_RowClassName="v_stockInRequestDetail_Available_goodRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="orderNo" msprop:Generator_ColumnVarNameInTable="columnorderNo" msprop:Generator_ColumnPropNameInRow="orderNo" msprop:Generator_ColumnPropNameInTable="orderNoColumn" msprop:Generator_UserColumnName="orderNo">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="GoodsName" msprop:Generator_ColumnVarNameInTable="columnGoodsName" msprop:Generator_ColumnPropNameInRow="GoodsName" msprop:Generator_ColumnPropNameInTable="GoodsNameColumn" msprop:Generator_UserColumnName="GoodsName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="120" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="spec" msprop:Generator_ColumnVarNameInTable="columnspec" msprop:Generator_ColumnPropNameInRow="spec" msprop:Generator_ColumnPropNameInTable="specColumn" msprop:Generator_UserColumnName="spec" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="unit" msprop:Generator_ColumnVarNameInTable="columnunit" msprop:Generator_ColumnPropNameInRow="unit" msprop:Generator_ColumnPropNameInTable="unitColumn" msprop:Generator_UserColumnName="unit" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="20" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="type" msprop:Generator_ColumnVarNameInTable="columntype" msprop:Generator_ColumnPropNameInRow="type" msprop:Generator_ColumnPropNameInTable="typeColumn" msprop:Generator_UserColumnName="type" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="30" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="regeditCode" msprop:Generator_ColumnVarNameInTable="columnregeditCode" msprop:Generator_ColumnPropNameInRow="regeditCode" msprop:Generator_ColumnPropNameInTable="regeditCodeColumn" msprop:Generator_UserColumnName="regeditCode" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="72" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="bigCount" msprop:Generator_ColumnVarNameInTable="columnbigCount" msprop:Generator_ColumnPropNameInRow="bigCount" msprop:Generator_ColumnPropNameInTable="bigCountColumn" msprop:Generator_UserColumnName="bigCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="middleCount" msprop:Generator_ColumnVarNameInTable="columnmiddleCount" msprop:Generator_ColumnPropNameInRow="middleCount" msprop:Generator_ColumnPropNameInTable="middleCountColumn" msprop:Generator_UserColumnName="middleCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="address" msprop:Generator_ColumnVarNameInTable="columnaddress" msprop:Generator_ColumnPropNameInRow="address" msprop:Generator_ColumnPropNameInTable="addressColumn" msprop:Generator_UserColumnName="address" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="station" msprop:Generator_ColumnVarNameInTable="columnstation" msprop:Generator_ColumnPropNameInRow="station" msprop:Generator_ColumnPropNameInTable="stationColumn" msprop:Generator_UserColumnName="station" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="256" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Weight" msprop:Generator_ColumnVarNameInTable="columnWeight" msprop:Generator_ColumnPropNameInRow="Weight" msprop:Generator_ColumnPropNameInTable="WeightColumn" msprop:Generator_UserColumnName="Weight" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="drug_code" msprop:Generator_ColumnVarNameInTable="columndrug_code" msprop:Generator_ColumnPropNameInRow="drug_code" msprop:Generator_ColumnPropNameInTable="drug_codeColumn" msprop:Generator_UserColumnName="drug_code">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="1" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="IsDouChk" msprop:Generator_ColumnVarNameInTable="columnIsDouChk" msprop:Generator_ColumnPropNameInRow="IsDouChk" msprop:Generator_ColumnPropNameInTable="IsDouChkColumn" msprop:Generator_UserColumnName="IsDouChk" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="1" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="BarCode" msprop:Generator_ColumnVarNameInTable="columnBarCode" msprop:Generator_ColumnPropNameInRow="BarCode" msprop:Generator_ColumnPropNameInTable="BarCodeColumn" msprop:Generator_UserColumnName="BarCode" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="30" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="CurCycle" msprop:Generator_ColumnVarNameInTable="columnCurCycle" msprop:Generator_ColumnPropNameInRow="CurCycle" msprop:Generator_ColumnPropNameInTable="CurCycleColumn" msprop:Generator_UserColumnName="CurCycle" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Isimport" msprop:Generator_ColumnVarNameInTable="columnIsimport" msprop:Generator_ColumnPropNameInRow="Isimport" msprop:Generator_ColumnPropNameInTable="IsimportColumn" msprop:Generator_UserColumnName="Isimport" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="1" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="goodsId" msprop:Generator_ColumnVarNameInTable="columngoodsId" msprop:Generator_ColumnPropNameInRow="goodsId" msprop:Generator_ColumnPropNameInTable="goodsIdColumn" msprop:Generator_UserColumnName="goodsId" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="batch" msprop:Generator_ColumnVarNameInTable="columnbatch" msprop:Generator_ColumnPropNameInRow="batch" msprop:Generator_ColumnPropNameInTable="batchColumn" msprop:Generator_UserColumnName="batch" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="productDate" msprop:Generator_ColumnVarNameInTable="columnproductDate" msprop:Generator_ColumnPropNameInRow="productDate" msprop:Generator_ColumnPropNameInTable="productDateColumn" msprop:Generator_UserColumnName="productDate" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Manufacturer" msprop:Generator_ColumnVarNameInTable="columnManufacturer" msprop:Generator_ColumnPropNameInRow="Manufacturer" msprop:Generator_ColumnPropNameInTable="ManufacturerColumn" msprop:Generator_UserColumnName="Manufacturer" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="256" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="price" msprop:Generator_ColumnVarNameInTable="columnprice" msprop:Generator_ColumnPropNameInRow="price" msprop:Generator_ColumnPropNameInTable="priceColumn" msprop:Generator_UserColumnName="price" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="validDate" msprop:Generator_ColumnVarNameInTable="columnvalidDate" msprop:Generator_ColumnPropNameInRow="validDate" msprop:Generator_ColumnPropNameInTable="validDateColumn" msprop:Generator_UserColumnName="validDate" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="count" msprop:Generator_ColumnVarNameInTable="columncount" msprop:Generator_ColumnPropNameInRow="count" msprop:Generator_ColumnPropNameInTable="countColumn" msprop:Generator_UserColumnName="count" type="xs:decimal" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="v_stockInRequestDetail_wms" msprop:Generator_TableClassName="v_stockInRequestDetail_wmsDataTable" msprop:Generator_TableVarName="tablev_stockInRequestDetail_wms" msprop:Generator_TablePropName="v_stockInRequestDetail_wms" msprop:Generator_RowDeletingName="v_stockInRequestDetail_wmsRowDeleting" msprop:Generator_RowChangingName="v_stockInRequestDetail_wmsRowChanging" msprop:Generator_RowEvHandlerName="v_stockInRequestDetail_wmsRowChangeEventHandler" msprop:Generator_RowDeletedName="v_stockInRequestDetail_wmsRowDeleted" msprop:Generator_UserTableName="v_stockInRequestDetail_wms" msprop:Generator_RowChangedName="v_stockInRequestDetail_wmsRowChanged" msprop:Generator_RowEvArgName="v_stockInRequestDetail_wmsRowChangeEvent" msprop:Generator_RowClassName="v_stockInRequestDetail_wmsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="id" msprop:Generator_ColumnVarNameInTable="columnid" msprop:Generator_ColumnPropNameInRow="id" msprop:Generator_ColumnPropNameInTable="idColumn" msprop:Generator_UserColumnName="id" type="xs:int" />
|
|
<xs:element name="orderNo" msprop:Generator_ColumnVarNameInTable="columnorderNo" msprop:Generator_ColumnPropNameInRow="orderNo" msprop:Generator_ColumnPropNameInTable="orderNoColumn" msprop:Generator_UserColumnName="orderNo" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="goodsId" msprop:Generator_ColumnVarNameInTable="columngoodsId" msprop:Generator_ColumnPropNameInRow="goodsId" msprop:Generator_ColumnPropNameInTable="goodsIdColumn" msprop:Generator_UserColumnName="goodsId">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="cnt" msprop:Generator_ColumnVarNameInTable="columncnt" msprop:Generator_ColumnPropNameInRow="cnt" msprop:Generator_ColumnPropNameInTable="cntColumn" msprop:Generator_UserColumnName="cnt" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="countIn" msprop:Generator_ColumnVarNameInTable="columncountIn" msprop:Generator_ColumnPropNameInRow="countIn" msprop:Generator_ColumnPropNameInTable="countInColumn" msprop:Generator_UserColumnName="countIn" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="state" msprop:Generator_ColumnVarNameInTable="columnstate" msprop:Generator_ColumnPropNameInRow="state" msprop:Generator_ColumnPropNameInTable="stateColumn" msprop:Generator_UserColumnName="state" type="xs:int" minOccurs="0" />
|
|
<xs:element name="description" msprop:Generator_ColumnVarNameInTable="columndescription" msprop:Generator_ColumnPropNameInRow="description" msprop:Generator_ColumnPropNameInTable="descriptionColumn" msprop:Generator_UserColumnName="description" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="operater" msprop:Generator_ColumnVarNameInTable="columnoperater" msprop:Generator_ColumnPropNameInRow="operater" msprop:Generator_ColumnPropNameInTable="operaterColumn" msprop:Generator_UserColumnName="operater" type="xs:int" minOccurs="0" />
|
|
<xs:element name="goodsType" msprop:Generator_ColumnVarNameInTable="columngoodsType" msprop:Generator_ColumnPropNameInRow="goodsType" msprop:Generator_ColumnPropNameInTable="goodsTypeColumn" msprop:Generator_UserColumnName="goodsType" type="xs:int" minOccurs="0" />
|
|
<xs:element name="full_max" msprop:Generator_ColumnVarNameInTable="columnfull_max" msprop:Generator_ColumnPropNameInRow="full_max" msprop:Generator_ColumnPropNameInTable="full_maxColumn" msprop:Generator_UserColumnName="full_max" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="bulkMax" msprop:Generator_ColumnVarNameInTable="columnbulkMax" msprop:Generator_ColumnPropNameInRow="bulkMax" msprop:Generator_ColumnPropNameInTable="bulkMaxColumn" msprop:Generator_UserColumnName="bulkMax" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="bulkMax1" msprop:Generator_ColumnVarNameInTable="columnbulkMax1" msprop:Generator_ColumnPropNameInRow="bulkMax1" msprop:Generator_ColumnPropNameInTable="bulkMax1Column" msprop:Generator_UserColumnName="bulkMax1" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="batchMax1" msprop:Generator_ColumnVarNameInTable="columnbatchMax1" msprop:Generator_ColumnPropNameInRow="batchMax1" msprop:Generator_ColumnPropNameInTable="batchMax1Column" msprop:Generator_UserColumnName="batchMax1" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="length" msprop:Generator_ColumnVarNameInTable="columnlength" msprop:Generator_ColumnPropNameInRow="length" msprop:Generator_ColumnPropNameInTable="lengthColumn" msprop:Generator_UserColumnName="length" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="width" msprop:Generator_ColumnVarNameInTable="columnwidth" msprop:Generator_ColumnPropNameInRow="width" msprop:Generator_ColumnPropNameInTable="widthColumn" msprop:Generator_UserColumnName="width" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="height" msprop:Generator_ColumnVarNameInTable="columnheight" msprop:Generator_ColumnPropNameInRow="height" msprop:Generator_ColumnPropNameInTable="heightColumn" msprop:Generator_UserColumnName="height" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="validTermDays" msprop:Generator_ColumnVarNameInTable="columnvalidTermDays" msprop:Generator_ColumnPropNameInRow="validTermDays" msprop:Generator_ColumnPropNameInTable="validTermDaysColumn" msprop:Generator_UserColumnName="validTermDays" type="xs:int" minOccurs="0" />
|
|
<xs:element name="goodsTypeName" msprop:Generator_ColumnVarNameInTable="columngoodsTypeName" msprop:Generator_ColumnPropNameInRow="goodsTypeName" msprop:Generator_ColumnPropNameInTable="goodsTypeNameColumn" msprop:Generator_UserColumnName="goodsTypeName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="goodsName" msprop:Generator_ColumnVarNameInTable="columngoodsName" msprop:Generator_ColumnPropNameInRow="goodsName" msprop:Generator_ColumnPropNameInTable="goodsNameColumn" msprop:Generator_UserColumnName="goodsName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="120" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="spec" msprop:Generator_ColumnVarNameInTable="columnspec" msprop:Generator_ColumnPropNameInRow="spec" msprop:Generator_ColumnPropNameInTable="specColumn" msprop:Generator_UserColumnName="spec" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="unit" msprop:Generator_ColumnVarNameInTable="columnunit" msprop:Generator_ColumnPropNameInRow="unit" msprop:Generator_ColumnPropNameInTable="unitColumn" msprop:Generator_UserColumnName="unit" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="20" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="address" msprop:Generator_ColumnVarNameInTable="columnaddress" msprop:Generator_ColumnPropNameInRow="address" msprop:Generator_ColumnPropNameInTable="addressColumn" msprop:Generator_UserColumnName="address" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="weight" msprop:Generator_ColumnVarNameInTable="columnweight" msprop:Generator_ColumnPropNameInRow="weight" msprop:Generator_ColumnPropNameInTable="weightColumn" msprop:Generator_UserColumnName="weight" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="curCycle" msprop:Generator_ColumnVarNameInTable="columncurCycle" msprop:Generator_ColumnPropNameInRow="curCycle" msprop:Generator_ColumnPropNameInTable="curCycleColumn" msprop:Generator_UserColumnName="curCycle" type="xs:int" minOccurs="0" />
|
|
<xs:element name="batch" msprop:Generator_ColumnVarNameInTable="columnbatch" msprop:Generator_ColumnPropNameInRow="batch" msprop:Generator_ColumnPropNameInTable="batchColumn" msprop:Generator_UserColumnName="batch" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="validDate" msprop:Generator_ColumnVarNameInTable="columnvalidDate" msprop:Generator_ColumnPropNameInRow="validDate" msprop:Generator_ColumnPropNameInTable="validDateColumn" msprop:Generator_UserColumnName="validDate" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="productDate" msprop:Generator_ColumnVarNameInTable="columnproductDate" msprop:Generator_ColumnPropNameInRow="productDate" msprop:Generator_ColumnPropNameInTable="productDateColumn" msprop:Generator_UserColumnName="productDate" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="dr" msprop:Generator_ColumnVarNameInTable="columndr" msprop:Generator_ColumnPropNameInRow="dr" msprop:Generator_ColumnPropNameInTable="drColumn" msprop:Generator_UserColumnName="dr" type="xs:boolean" minOccurs="0" />
|
|
<xs:element name="lastmodified" msprop:Generator_ColumnVarNameInTable="columnlastmodified" msprop:Generator_ColumnPropNameInRow="lastmodified" msprop:Generator_ColumnPropNameInTable="lastmodifiedColumn" msprop:Generator_UserColumnName="lastmodified" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="createtime" msprop:Generator_ColumnVarNameInTable="columncreatetime" msprop:Generator_ColumnPropNameInRow="createtime" msprop:Generator_ColumnPropNameInTable="createtimeColumn" msprop:Generator_UserColumnName="createtime" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="barCode" msprop:Generator_ColumnVarNameInTable="columnbarCode" msprop:Generator_ColumnPropNameInRow="barCode" msprop:Generator_ColumnPropNameInTable="barCodeColumn" msprop:Generator_UserColumnName="barCode" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="30" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="bigCount" msprop:Generator_ColumnVarNameInTable="columnbigCount" msprop:Generator_ColumnPropNameInRow="bigCount" msprop:Generator_ColumnPropNameInTable="bigCountColumn" msprop:Generator_UserColumnName="bigCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="type" msprop:Generator_ColumnVarNameInTable="columntype" msprop:Generator_ColumnPropNameInRow="type" msprop:Generator_ColumnPropNameInTable="typeColumn" msprop:Generator_UserColumnName="type" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="30" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="batchMax2" msprop:Generator_ColumnVarNameInTable="columnbatchMax2" msprop:Generator_ColumnPropNameInRow="batchMax2" msprop:Generator_ColumnPropNameInTable="batchMax2Column" msprop:Generator_UserColumnName="batchMax2" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="manufacturer" msprop:Generator_ColumnVarNameInTable="columnmanufacturer" msprop:Generator_ColumnPropNameInRow="manufacturer" msprop:Generator_ColumnPropNameInTable="manufacturerColumn" msprop:Generator_UserColumnName="manufacturer" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="256" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="regeditCode" msprop:Generator_ColumnVarNameInTable="columnregeditCode" msprop:Generator_ColumnPropNameInRow="regeditCode" msprop:Generator_ColumnPropNameInTable="regeditCodeColumn" msprop:Generator_UserColumnName="regeditCode" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="72" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="v_stockInRequestDetail4ShelfUp" msprop:Generator_TableClassName="v_stockInRequestDetail4ShelfUpDataTable" msprop:Generator_TableVarName="tablev_stockInRequestDetail4ShelfUp" msprop:Generator_TablePropName="v_stockInRequestDetail4ShelfUp" msprop:Generator_RowDeletingName="v_stockInRequestDetail4ShelfUpRowDeleting" msprop:Generator_RowChangingName="v_stockInRequestDetail4ShelfUpRowChanging" msprop:Generator_RowEvHandlerName="v_stockInRequestDetail4ShelfUpRowChangeEventHandler" msprop:Generator_RowDeletedName="v_stockInRequestDetail4ShelfUpRowDeleted" msprop:Generator_UserTableName="v_stockInRequestDetail4ShelfUp" msprop:Generator_RowChangedName="v_stockInRequestDetail4ShelfUpRowChanged" msprop:Generator_RowEvArgName="v_stockInRequestDetail4ShelfUpRowChangeEvent" msprop:Generator_RowClassName="v_stockInRequestDetail4ShelfUpRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="id" msprop:Generator_ColumnVarNameInTable="columnid" msprop:Generator_ColumnPropNameInRow="id" msprop:Generator_ColumnPropNameInTable="idColumn" msprop:Generator_UserColumnName="id" type="xs:int" />
|
|
<xs:element name="orderNo" msprop:Generator_ColumnVarNameInTable="columnorderNo" msprop:Generator_ColumnPropNameInRow="orderNo" msprop:Generator_ColumnPropNameInTable="orderNoColumn" msprop:Generator_UserColumnName="orderNo" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="goodsId" msprop:Generator_ColumnVarNameInTable="columngoodsId" msprop:Generator_ColumnPropNameInRow="goodsId" msprop:Generator_ColumnPropNameInTable="goodsIdColumn" msprop:Generator_UserColumnName="goodsId">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="goodsName" msprop:Generator_ColumnVarNameInTable="columngoodsName" msprop:Generator_ColumnPropNameInRow="goodsName" msprop:Generator_ColumnPropNameInTable="goodsNameColumn" msprop:Generator_UserColumnName="goodsName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="120" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="cnt" msprop:Generator_ColumnVarNameInTable="columncnt" msprop:Generator_ColumnPropNameInRow="cnt" msprop:Generator_ColumnPropNameInTable="cntColumn" msprop:Generator_UserColumnName="cnt" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="countIn" msprop:Generator_ColumnVarNameInTable="columncountIn" msprop:Generator_ColumnPropNameInRow="countIn" msprop:Generator_ColumnPropNameInTable="countInColumn" msprop:Generator_UserColumnName="countIn" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="productDate" msprop:Generator_ColumnVarNameInTable="columnproductDate" msprop:Generator_ColumnPropNameInRow="productDate" msprop:Generator_ColumnPropNameInTable="productDateColumn" msprop:Generator_UserColumnName="productDate" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="batch" msprop:Generator_ColumnVarNameInTable="columnbatch" msprop:Generator_ColumnPropNameInRow="batch" msprop:Generator_ColumnPropNameInTable="batchColumn" msprop:Generator_UserColumnName="batch" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="barCode" msprop:Generator_ColumnVarNameInTable="columnbarCode" msprop:Generator_ColumnPropNameInRow="barCode" msprop:Generator_ColumnPropNameInTable="barCodeColumn" msprop:Generator_UserColumnName="barCode" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="30" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="validDate" msprop:Generator_ColumnVarNameInTable="columnvalidDate" msprop:Generator_ColumnPropNameInRow="validDate" msprop:Generator_ColumnPropNameInTable="validDateColumn" msprop:Generator_UserColumnName="validDate" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="regeditCode" msprop:Generator_ColumnVarNameInTable="columnregeditCode" msprop:Generator_ColumnPropNameInRow="regeditCode" msprop:Generator_ColumnPropNameInTable="regeditCodeColumn" msprop:Generator_UserColumnName="regeditCode" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="72" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="manufacturer" msprop:Generator_ColumnVarNameInTable="columnmanufacturer" msprop:Generator_ColumnPropNameInRow="manufacturer" msprop:Generator_ColumnPropNameInTable="manufacturerColumn" msprop:Generator_UserColumnName="manufacturer" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="256" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="state" msprop:Generator_ColumnVarNameInTable="columnstate" msprop:Generator_ColumnPropNameInRow="state" msprop:Generator_ColumnPropNameInTable="stateColumn" msprop:Generator_UserColumnName="state" type="xs:int" minOccurs="0" />
|
|
<xs:element name="description" msprop:Generator_ColumnVarNameInTable="columndescription" msprop:Generator_ColumnPropNameInRow="description" msprop:Generator_ColumnPropNameInTable="descriptionColumn" msprop:Generator_UserColumnName="description" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="operater" msprop:Generator_ColumnVarNameInTable="columnoperater" msprop:Generator_ColumnPropNameInRow="operater" msprop:Generator_ColumnPropNameInTable="operaterColumn" msprop:Generator_UserColumnName="operater" type="xs:int" minOccurs="0" />
|
|
<xs:element name="lastmodified" msprop:Generator_ColumnVarNameInTable="columnlastmodified" msprop:Generator_ColumnPropNameInRow="lastmodified" msprop:Generator_ColumnPropNameInTable="lastmodifiedColumn" msprop:Generator_UserColumnName="lastmodified" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="createtime" msprop:Generator_ColumnVarNameInTable="columncreatetime" msprop:Generator_ColumnPropNameInRow="createtime" msprop:Generator_ColumnPropNameInTable="createtimeColumn" msprop:Generator_UserColumnName="createtime" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="dr" msprop:Generator_ColumnVarNameInTable="columndr" msprop:Generator_ColumnPropNameInRow="dr" msprop:Generator_ColumnPropNameInTable="drColumn" msprop:Generator_UserColumnName="dr" type="xs:boolean" minOccurs="0" />
|
|
<xs:element name="vender" msprop:Generator_ColumnVarNameInTable="columnvender" msprop:Generator_ColumnPropNameInRow="vender" msprop:Generator_ColumnPropNameInTable="venderColumn" msprop:Generator_UserColumnName="vender" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="owner" msprop:Generator_ColumnVarNameInTable="columnowner" msprop:Generator_ColumnPropNameInRow="owner" msprop:Generator_ColumnPropNameInTable="ownerColumn" msprop:Generator_UserColumnName="owner" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="orderType" msprop:Generator_ColumnVarNameInTable="columnorderType" msprop:Generator_ColumnPropNameInRow="orderType" msprop:Generator_ColumnPropNameInTable="orderTypeColumn" msprop:Generator_UserColumnName="orderType" type="xs:int" minOccurs="0" />
|
|
<xs:element name="orderTypeName" msprop:Generator_ColumnVarNameInTable="columnorderTypeName" msprop:Generator_ColumnPropNameInRow="orderTypeName" msprop:Generator_ColumnPropNameInTable="orderTypeNameColumn" msprop:Generator_UserColumnName="orderTypeName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="v_stockInRequestDetail4wince" msprop:Generator_TableClassName="v_stockInRequestDetail4winceDataTable" msprop:Generator_TableVarName="tablev_stockInRequestDetail4wince" msprop:Generator_TablePropName="v_stockInRequestDetail4wince" msprop:Generator_RowDeletingName="v_stockInRequestDetail4winceRowDeleting" msprop:Generator_RowChangingName="v_stockInRequestDetail4winceRowChanging" msprop:Generator_RowEvHandlerName="v_stockInRequestDetail4winceRowChangeEventHandler" msprop:Generator_RowDeletedName="v_stockInRequestDetail4winceRowDeleted" msprop:Generator_UserTableName="v_stockInRequestDetail4wince" msprop:Generator_RowChangedName="v_stockInRequestDetail4winceRowChanged" msprop:Generator_RowEvArgName="v_stockInRequestDetail4winceRowChangeEvent" msprop:Generator_RowClassName="v_stockInRequestDetail4winceRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="id" msprop:Generator_ColumnVarNameInTable="columnid" msprop:Generator_ColumnPropNameInRow="id" msprop:Generator_ColumnPropNameInTable="idColumn" msprop:Generator_UserColumnName="id" type="xs:int" />
|
|
<xs:element name="recordId" msprop:Generator_ColumnVarNameInTable="columnrecordId" msprop:Generator_ColumnPropNameInRow="recordId" msprop:Generator_ColumnPropNameInTable="recordIdColumn" msprop:Generator_UserColumnName="recordId" type="xs:int" />
|
|
<xs:element name="locationId" msprop:Generator_ColumnVarNameInTable="columnlocationId" msprop:Generator_ColumnPropNameInRow="locationId" msprop:Generator_ColumnPropNameInTable="locationIdColumn" msprop:Generator_UserColumnName="locationId" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="count" msprop:Generator_ColumnVarNameInTable="columncount" msprop:Generator_ColumnPropNameInRow="count" msprop:Generator_ColumnPropNameInTable="countColumn" msprop:Generator_UserColumnName="count" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="box" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnbox" msprop:Generator_ColumnPropNameInRow="box" msprop:Generator_ColumnPropNameInTable="boxColumn" msprop:Generator_UserColumnName="box" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="upCount" msprop:Generator_ColumnVarNameInTable="columnupCount" msprop:Generator_ColumnPropNameInRow="upCount" msprop:Generator_ColumnPropNameInTable="upCountColumn" msprop:Generator_UserColumnName="upCount" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="orderType" msprop:Generator_ColumnVarNameInTable="columnorderType" msprop:Generator_ColumnPropNameInRow="orderType" msprop:Generator_ColumnPropNameInTable="orderTypeColumn" msprop:Generator_UserColumnName="orderType" type="xs:int" minOccurs="0" />
|
|
<xs:element name="orderTypeName" msprop:Generator_ColumnVarNameInTable="columnorderTypeName" msprop:Generator_ColumnPropNameInRow="orderTypeName" msprop:Generator_ColumnPropNameInTable="orderTypeNameColumn" msprop:Generator_UserColumnName="orderTypeName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="vender" msprop:Generator_ColumnVarNameInTable="columnvender" msprop:Generator_ColumnPropNameInRow="vender" msprop:Generator_ColumnPropNameInTable="venderColumn" msprop:Generator_UserColumnName="vender" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="owner" msprop:Generator_ColumnVarNameInTable="columnowner" msprop:Generator_ColumnPropNameInRow="owner" msprop:Generator_ColumnPropNameInTable="ownerColumn" msprop:Generator_UserColumnName="owner" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="orderNo" msprop:Generator_ColumnVarNameInTable="columnorderNo" msprop:Generator_ColumnPropNameInRow="orderNo" msprop:Generator_ColumnPropNameInTable="orderNoColumn" msprop:Generator_UserColumnName="orderNo">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="goodsId" msprop:Generator_ColumnVarNameInTable="columngoodsId" msprop:Generator_ColumnPropNameInRow="goodsId" msprop:Generator_ColumnPropNameInTable="goodsIdColumn" msprop:Generator_UserColumnName="goodsId" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="batch" msprop:Generator_ColumnVarNameInTable="columnbatch" msprop:Generator_ColumnPropNameInRow="batch" msprop:Generator_ColumnPropNameInTable="batchColumn" msprop:Generator_UserColumnName="batch" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="productDate" msprop:Generator_ColumnVarNameInTable="columnproductDate" msprop:Generator_ColumnPropNameInRow="productDate" msprop:Generator_ColumnPropNameInTable="productDateColumn" msprop:Generator_UserColumnName="productDate" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="validDate" msprop:Generator_ColumnVarNameInTable="columnvalidDate" msprop:Generator_ColumnPropNameInRow="validDate" msprop:Generator_ColumnPropNameInTable="validDateColumn" msprop:Generator_UserColumnName="validDate" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="goodsName" msprop:Generator_ColumnVarNameInTable="columngoodsName" msprop:Generator_ColumnPropNameInRow="goodsName" msprop:Generator_ColumnPropNameInTable="goodsNameColumn" msprop:Generator_UserColumnName="goodsName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="120" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="manufacturer" msprop:Generator_ColumnVarNameInTable="columnmanufacturer" msprop:Generator_ColumnPropNameInRow="manufacturer" msprop:Generator_ColumnPropNameInTable="manufacturerColumn" msprop:Generator_UserColumnName="manufacturer" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="256" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="spec" msprop:Generator_ColumnVarNameInTable="columnspec" msprop:Generator_ColumnPropNameInRow="spec" msprop:Generator_ColumnPropNameInTable="specColumn" msprop:Generator_UserColumnName="spec" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="unit" msprop:Generator_ColumnVarNameInTable="columnunit" msprop:Generator_ColumnPropNameInRow="unit" msprop:Generator_ColumnPropNameInTable="unitColumn" msprop:Generator_UserColumnName="unit" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="20" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="bigCount" msprop:Generator_ColumnVarNameInTable="columnbigCount" msprop:Generator_ColumnPropNameInRow="bigCount" msprop:Generator_ColumnPropNameInTable="bigCountColumn" msprop:Generator_UserColumnName="bigCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="regeditCode" msprop:Generator_ColumnVarNameInTable="columnregeditCode" msprop:Generator_ColumnPropNameInRow="regeditCode" msprop:Generator_ColumnPropNameInTable="regeditCodeColumn" msprop:Generator_UserColumnName="regeditCode" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="72" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="type" msprop:Generator_ColumnVarNameInTable="columntype" msprop:Generator_ColumnPropNameInRow="type" msprop:Generator_ColumnPropNameInTable="typeColumn" msprop:Generator_UserColumnName="type" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="30" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="v_stockInRequestDetail4wince_del" msprop:Generator_TableClassName="v_stockInRequestDetail4wince_delDataTable" msprop:Generator_TableVarName="tablev_stockInRequestDetail4wince_del" msprop:Generator_TablePropName="v_stockInRequestDetail4wince_del" msprop:Generator_RowDeletingName="v_stockInRequestDetail4wince_delRowDeleting" msprop:Generator_RowChangingName="v_stockInRequestDetail4wince_delRowChanging" msprop:Generator_RowEvHandlerName="v_stockInRequestDetail4wince_delRowChangeEventHandler" msprop:Generator_RowDeletedName="v_stockInRequestDetail4wince_delRowDeleted" msprop:Generator_UserTableName="v_stockInRequestDetail4wince_del" msprop:Generator_RowChangedName="v_stockInRequestDetail4wince_delRowChanged" msprop:Generator_RowEvArgName="v_stockInRequestDetail4wince_delRowChangeEvent" msprop:Generator_RowClassName="v_stockInRequestDetail4wince_delRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="id" msprop:Generator_ColumnVarNameInTable="columnid" msprop:Generator_ColumnPropNameInRow="id" msprop:Generator_ColumnPropNameInTable="idColumn" msprop:Generator_UserColumnName="id" type="xs:int" minOccurs="0" />
|
|
<xs:element name="入库订单" msprop:Generator_ColumnVarNameInTable="column入库订单" msprop:Generator_ColumnPropNameInRow="入库订单" msprop:Generator_ColumnPropNameInTable="入库订单Column" msprop:Generator_UserColumnName="入库订单" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="商品编码" msprop:Generator_ColumnVarNameInTable="column商品编码" msprop:Generator_ColumnPropNameInRow="商品编码" msprop:Generator_ColumnPropNameInTable="商品编码Column" msprop:Generator_UserColumnName="商品编码" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="批号" msprop:Generator_ColumnVarNameInTable="column批号" msprop:Generator_ColumnPropNameInRow="批号" msprop:Generator_ColumnPropNameInTable="批号Column" msprop:Generator_UserColumnName="批号" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="货位" msprop:Generator_ColumnVarNameInTable="column货位" msprop:Generator_ColumnPropNameInRow="货位" msprop:Generator_ColumnPropNameInTable="货位Column" msprop:Generator_UserColumnName="货位" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="数量" msprop:Generator_ColumnVarNameInTable="column数量" msprop:Generator_ColumnPropNameInRow="数量" msprop:Generator_ColumnPropNameInTable="数量Column" msprop:Generator_UserColumnName="数量" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="失效日期" msprop:Generator_ColumnVarNameInTable="column失效日期" msprop:Generator_ColumnPropNameInRow="失效日期" msprop:Generator_ColumnPropNameInTable="失效日期Column" msprop:Generator_UserColumnName="失效日期" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="生产日期" msprop:Generator_ColumnVarNameInTable="column生产日期" msprop:Generator_ColumnPropNameInRow="生产日期" msprop:Generator_ColumnPropNameInTable="生产日期Column" msprop:Generator_UserColumnName="生产日期" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="大包装" msprop:Generator_ColumnVarNameInTable="column大包装" msprop:Generator_ColumnPropNameInRow="大包装" msprop:Generator_ColumnPropNameInTable="大包装Column" msprop:Generator_UserColumnName="大包装" type="xs:int" minOccurs="0" />
|
|
<xs:element name="单位" msprop:Generator_ColumnVarNameInTable="column单位" msprop:Generator_ColumnPropNameInRow="单位" msprop:Generator_ColumnPropNameInTable="单位Column" msprop:Generator_UserColumnName="单位" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="20" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="规格" msprop:Generator_ColumnVarNameInTable="column规格" msprop:Generator_ColumnPropNameInRow="规格" msprop:Generator_ColumnPropNameInTable="规格Column" msprop:Generator_UserColumnName="规格" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="厂家" msprop:Generator_ColumnVarNameInTable="column厂家" msprop:Generator_ColumnPropNameInRow="厂家" msprop:Generator_ColumnPropNameInTable="厂家Column" msprop:Generator_UserColumnName="厂家" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="256" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="商品名称" msprop:Generator_ColumnVarNameInTable="column商品名称" msprop:Generator_ColumnPropNameInRow="商品名称" msprop:Generator_ColumnPropNameInTable="商品名称Column" msprop:Generator_UserColumnName="商品名称" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="120" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="box" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnbox" msprop:Generator_ColumnPropNameInRow="box" msprop:Generator_ColumnPropNameInTable="boxColumn" msprop:Generator_UserColumnName="box" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="剂型" msprop:Generator_ColumnVarNameInTable="column剂型" msprop:Generator_ColumnPropNameInRow="剂型" msprop:Generator_ColumnPropNameInTable="剂型Column" msprop:Generator_UserColumnName="剂型" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="30" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="rectype" msprop:Generator_ColumnVarNameInTable="columnrectype" msprop:Generator_ColumnPropNameInRow="rectype" msprop:Generator_ColumnPropNameInTable="rectypeColumn" msprop:Generator_UserColumnName="rectype" type="xs:int" minOccurs="0" />
|
|
<xs:element name="owner" msprop:Generator_ColumnVarNameInTable="columnowner" msprop:Generator_ColumnPropNameInRow="owner" msprop:Generator_ColumnPropNameInTable="ownerColumn" msprop:Generator_UserColumnName="owner" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="vender" msprop:Generator_ColumnVarNameInTable="columnvender" msprop:Generator_ColumnPropNameInRow="vender" msprop:Generator_ColumnPropNameInTable="venderColumn" msprop:Generator_UserColumnName="vender" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="orderType" msprop:Generator_ColumnVarNameInTable="columnorderType" msprop:Generator_ColumnPropNameInRow="orderType" msprop:Generator_ColumnPropNameInTable="orderTypeColumn" msprop:Generator_UserColumnName="orderType" type="xs:int" minOccurs="0" />
|
|
<xs:element name="orderTypeName" msprop:Generator_ColumnVarNameInTable="columnorderTypeName" msprop:Generator_ColumnPropNameInRow="orderTypeName" msprop:Generator_ColumnPropNameInTable="orderTypeNameColumn" msprop:Generator_UserColumnName="orderTypeName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="state" msprop:Generator_ColumnVarNameInTable="columnstate" msprop:Generator_ColumnPropNameInRow="state" msprop:Generator_ColumnPropNameInTable="stateColumn" msprop:Generator_UserColumnName="state" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="v_stockMaintain4wince" msprop:Generator_TableClassName="v_stockMaintain4winceDataTable" msprop:Generator_TableVarName="tablev_stockMaintain4wince" msprop:Generator_TablePropName="v_stockMaintain4wince" msprop:Generator_RowDeletingName="v_stockMaintain4winceRowDeleting" msprop:Generator_RowChangingName="v_stockMaintain4winceRowChanging" msprop:Generator_RowEvHandlerName="v_stockMaintain4winceRowChangeEventHandler" msprop:Generator_RowDeletedName="v_stockMaintain4winceRowDeleted" msprop:Generator_UserTableName="v_stockMaintain4wince" msprop:Generator_RowChangedName="v_stockMaintain4winceRowChanged" msprop:Generator_RowEvArgName="v_stockMaintain4winceRowChangeEvent" msprop:Generator_RowClassName="v_stockMaintain4winceRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="货位" msprop:Generator_ColumnVarNameInTable="column货位" msprop:Generator_ColumnPropNameInRow="货位" msprop:Generator_ColumnPropNameInTable="货位Column" msprop:Generator_UserColumnName="货位">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="商品" msprop:Generator_ColumnVarNameInTable="column商品" msprop:Generator_ColumnPropNameInRow="商品" msprop:Generator_ColumnPropNameInTable="商品Column" msprop:Generator_UserColumnName="商品" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="120" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="批号" msprop:Generator_ColumnVarNameInTable="column批号" msprop:Generator_ColumnPropNameInRow="批号" msprop:Generator_ColumnPropNameInTable="批号Column" msprop:Generator_UserColumnName="批号">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="数量" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="column数量" msprop:Generator_ColumnPropNameInRow="数量" msprop:Generator_ColumnPropNameInTable="数量Column" msprop:Generator_UserColumnName="数量" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="单位" msprop:Generator_ColumnVarNameInTable="column单位" msprop:Generator_ColumnPropNameInRow="单位" msprop:Generator_ColumnPropNameInTable="单位Column" msprop:Generator_UserColumnName="单位" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="20" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="生产日期" msprop:Generator_ColumnVarNameInTable="column生产日期" msprop:Generator_ColumnPropNameInRow="生产日期" msprop:Generator_ColumnPropNameInTable="生产日期Column" msprop:Generator_UserColumnName="生产日期" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="有效期" msprop:Generator_ColumnVarNameInTable="column有效期" msprop:Generator_ColumnPropNameInRow="有效期" msprop:Generator_ColumnPropNameInTable="有效期Column" msprop:Generator_UserColumnName="有效期" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="厂家" msprop:Generator_ColumnVarNameInTable="column厂家" msprop:Generator_ColumnPropNameInRow="厂家" msprop:Generator_ColumnPropNameInTable="厂家Column" msprop:Generator_UserColumnName="厂家" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="256" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="规格" msprop:Generator_ColumnVarNameInTable="column规格" msprop:Generator_ColumnPropNameInRow="规格" msprop:Generator_ColumnPropNameInTable="规格Column" msprop:Generator_UserColumnName="规格" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="商品编号" msprop:Generator_ColumnVarNameInTable="column商品编号" msprop:Generator_ColumnPropNameInRow="商品编号" msprop:Generator_ColumnPropNameInTable="商品编号Column" msprop:Generator_UserColumnName="商品编号">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="上次养护" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="column上次养护" msprop:Generator_ColumnPropNameInRow="上次养护" msprop:Generator_ColumnPropNameInTable="上次养护Column" msprop:Generator_UserColumnName="上次养护" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="大包装" msprop:Generator_ColumnVarNameInTable="column大包装" msprop:Generator_ColumnPropNameInRow="大包装" msprop:Generator_ColumnPropNameInTable="大包装Column" msprop:Generator_UserColumnName="大包装" type="xs:int" minOccurs="0" />
|
|
<xs:element name="养护周期" msprop:Generator_ColumnVarNameInTable="column养护周期" msprop:Generator_ColumnPropNameInRow="养护周期" msprop:Generator_ColumnPropNameInTable="养护周期Column" msprop:Generator_UserColumnName="养护周期" type="xs:int" minOccurs="0" />
|
|
<xs:element name="下次养护" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="column下次养护" msprop:Generator_ColumnPropNameInRow="下次养护" msprop:Generator_ColumnPropNameInTable="下次养护Column" msprop:Generator_UserColumnName="下次养护" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="state" msprop:Generator_ColumnVarNameInTable="columnstate" msprop:Generator_ColumnPropNameInRow="state" msprop:Generator_ColumnPropNameInTable="stateColumn" msprop:Generator_UserColumnName="state" type="xs:int" minOccurs="0" />
|
|
<xs:element name="id" msprop:Generator_ColumnVarNameInTable="columnid" msprop:Generator_ColumnPropNameInRow="id" msprop:Generator_ColumnPropNameInTable="idColumn" msprop:Generator_UserColumnName="id" type="xs:int" />
|
|
<xs:element name="goodsTypeName" msprop:Generator_ColumnVarNameInTable="columngoodsTypeName" msprop:Generator_ColumnPropNameInRow="goodsTypeName" msprop:Generator_ColumnPropNameInTable="goodsTypeNameColumn" msprop:Generator_UserColumnName="goodsTypeName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="v_stockMaintainRecord" msprop:Generator_TableClassName="v_stockMaintainRecordDataTable" msprop:Generator_TableVarName="tablev_stockMaintainRecord" msprop:Generator_TablePropName="v_stockMaintainRecord" msprop:Generator_RowDeletingName="v_stockMaintainRecordRowDeleting" msprop:Generator_RowChangingName="v_stockMaintainRecordRowChanging" msprop:Generator_RowEvHandlerName="v_stockMaintainRecordRowChangeEventHandler" msprop:Generator_RowDeletedName="v_stockMaintainRecordRowDeleted" msprop:Generator_UserTableName="v_stockMaintainRecord" msprop:Generator_RowChangedName="v_stockMaintainRecordRowChanged" msprop:Generator_RowEvArgName="v_stockMaintainRecordRowChangeEvent" msprop:Generator_RowClassName="v_stockMaintainRecordRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="id" msprop:Generator_ColumnVarNameInTable="columnid" msprop:Generator_ColumnPropNameInRow="id" msprop:Generator_ColumnPropNameInTable="idColumn" msprop:Generator_UserColumnName="id" type="xs:int" />
|
|
<xs:element name="goodsId" msprop:Generator_ColumnVarNameInTable="columngoodsId" msprop:Generator_ColumnPropNameInRow="goodsId" msprop:Generator_ColumnPropNameInTable="goodsIdColumn" msprop:Generator_UserColumnName="goodsId">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="batch" msprop:Generator_ColumnVarNameInTable="columnbatch" msprop:Generator_ColumnPropNameInRow="batch" msprop:Generator_ColumnPropNameInTable="batchColumn" msprop:Generator_UserColumnName="batch">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="locationId" msprop:Generator_ColumnVarNameInTable="columnlocationId" msprop:Generator_ColumnPropNameInRow="locationId" msprop:Generator_ColumnPropNameInTable="locationIdColumn" msprop:Generator_UserColumnName="locationId">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="productDate" msprop:Generator_ColumnVarNameInTable="columnproductDate" msprop:Generator_ColumnPropNameInRow="productDate" msprop:Generator_ColumnPropNameInTable="productDateColumn" msprop:Generator_UserColumnName="productDate" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="validDate" msprop:Generator_ColumnVarNameInTable="columnvalidDate" msprop:Generator_ColumnPropNameInRow="validDate" msprop:Generator_ColumnPropNameInTable="validDateColumn" msprop:Generator_UserColumnName="validDate" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="count" msprop:Generator_ColumnVarNameInTable="columncount" msprop:Generator_ColumnPropNameInRow="count" msprop:Generator_ColumnPropNameInTable="countColumn" msprop:Generator_UserColumnName="count" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="mcount" msprop:Generator_ColumnVarNameInTable="columnmcount" msprop:Generator_ColumnPropNameInRow="mcount" msprop:Generator_ColumnPropNameInTable="mcountColumn" msprop:Generator_UserColumnName="mcount" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="issueCount" msprop:Generator_ColumnVarNameInTable="columnissueCount" msprop:Generator_ColumnPropNameInRow="issueCount" msprop:Generator_ColumnPropNameInTable="issueCountColumn" msprop:Generator_UserColumnName="issueCount" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="issueType" msprop:Generator_ColumnVarNameInTable="columnissueType" msprop:Generator_ColumnPropNameInRow="issueType" msprop:Generator_ColumnPropNameInTable="issueTypeColumn" msprop:Generator_UserColumnName="issueType" type="xs:int" minOccurs="0" />
|
|
<xs:element name="details" msprop:Generator_ColumnVarNameInTable="columndetails" msprop:Generator_ColumnPropNameInRow="details" msprop:Generator_ColumnPropNameInTable="detailsColumn" msprop:Generator_UserColumnName="details" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="description" msprop:Generator_ColumnVarNameInTable="columndescription" msprop:Generator_ColumnPropNameInRow="description" msprop:Generator_ColumnPropNameInTable="descriptionColumn" msprop:Generator_UserColumnName="description" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="operater" msprop:Generator_ColumnVarNameInTable="columnoperater" msprop:Generator_ColumnPropNameInRow="operater" msprop:Generator_ColumnPropNameInTable="operaterColumn" msprop:Generator_UserColumnName="operater" type="xs:int" minOccurs="0" />
|
|
<xs:element name="lastmodified" msprop:Generator_ColumnVarNameInTable="columnlastmodified" msprop:Generator_ColumnPropNameInRow="lastmodified" msprop:Generator_ColumnPropNameInTable="lastmodifiedColumn" msprop:Generator_UserColumnName="lastmodified" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="createtime" msprop:Generator_ColumnVarNameInTable="columncreatetime" msprop:Generator_ColumnPropNameInRow="createtime" msprop:Generator_ColumnPropNameInTable="createtimeColumn" msprop:Generator_UserColumnName="createtime" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="dr" msprop:Generator_ColumnVarNameInTable="columndr" msprop:Generator_ColumnPropNameInRow="dr" msprop:Generator_ColumnPropNameInTable="drColumn" msprop:Generator_UserColumnName="dr" type="xs:boolean" minOccurs="0" />
|
|
<xs:element name="manufacturer" msprop:Generator_ColumnVarNameInTable="columnmanufacturer" msprop:Generator_ColumnPropNameInRow="manufacturer" msprop:Generator_ColumnPropNameInTable="manufacturerColumn" msprop:Generator_UserColumnName="manufacturer" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="256" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="goodsName" msprop:Generator_ColumnVarNameInTable="columngoodsName" msprop:Generator_ColumnPropNameInRow="goodsName" msprop:Generator_ColumnPropNameInTable="goodsNameColumn" msprop:Generator_UserColumnName="goodsName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="120" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="goodsTypeName" msprop:Generator_ColumnVarNameInTable="columngoodsTypeName" msprop:Generator_ColumnPropNameInRow="goodsTypeName" msprop:Generator_ColumnPropNameInTable="goodsTypeNameColumn" msprop:Generator_UserColumnName="goodsTypeName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="unit" msprop:Generator_ColumnVarNameInTable="columnunit" msprop:Generator_ColumnPropNameInRow="unit" msprop:Generator_ColumnPropNameInTable="unitColumn" msprop:Generator_UserColumnName="unit" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="20" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="spec" msprop:Generator_ColumnVarNameInTable="columnspec" msprop:Generator_ColumnPropNameInRow="spec" msprop:Generator_ColumnPropNameInTable="specColumn" msprop:Generator_UserColumnName="spec" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="bigCount" msprop:Generator_ColumnVarNameInTable="columnbigCount" msprop:Generator_ColumnPropNameInRow="bigCount" msprop:Generator_ColumnPropNameInTable="bigCountColumn" msprop:Generator_UserColumnName="bigCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="isDouChk" msprop:Generator_ColumnVarNameInTable="columnisDouChk" msprop:Generator_ColumnPropNameInRow="isDouChk" msprop:Generator_ColumnPropNameInTable="isDouChkColumn" msprop:Generator_UserColumnName="isDouChk" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="1" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="curCycle" msprop:Generator_ColumnVarNameInTable="columncurCycle" msprop:Generator_ColumnPropNameInRow="curCycle" msprop:Generator_ColumnPropNameInTable="curCycleColumn" msprop:Generator_UserColumnName="curCycle" type="xs:int" minOccurs="0" />
|
|
<xs:element name="pinYin" msprop:Generator_ColumnVarNameInTable="columnpinYin" msprop:Generator_ColumnPropNameInRow="pinYin" msprop:Generator_ColumnPropNameInTable="pinYinColumn" msprop:Generator_UserColumnName="pinYin" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="128" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="type" msprop:Generator_ColumnVarNameInTable="columntype" msprop:Generator_ColumnPropNameInRow="type" msprop:Generator_ColumnPropNameInTable="typeColumn" msprop:Generator_UserColumnName="type" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="30" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="em_name" msprop:Generator_ColumnVarNameInTable="columnem_name" msprop:Generator_ColumnPropNameInRow="em_name" msprop:Generator_ColumnPropNameInTable="em_nameColumn" msprop:Generator_UserColumnName="em_name" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="10" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="v_stockOutBatchPickDetail" msprop:Generator_TableClassName="v_stockOutBatchPickDetailDataTable" msprop:Generator_TableVarName="tablev_stockOutBatchPickDetail" msprop:Generator_TablePropName="v_stockOutBatchPickDetail" msprop:Generator_RowDeletingName="v_stockOutBatchPickDetailRowDeleting" msprop:Generator_RowChangingName="v_stockOutBatchPickDetailRowChanging" msprop:Generator_RowEvHandlerName="v_stockOutBatchPickDetailRowChangeEventHandler" msprop:Generator_RowDeletedName="v_stockOutBatchPickDetailRowDeleted" msprop:Generator_UserTableName="v_stockOutBatchPickDetail" msprop:Generator_RowChangedName="v_stockOutBatchPickDetailRowChanged" msprop:Generator_RowEvArgName="v_stockOutBatchPickDetailRowChangeEvent" msprop:Generator_RowClassName="v_stockOutBatchPickDetailRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="id" msprop:Generator_ColumnVarNameInTable="columnid" msprop:Generator_ColumnPropNameInRow="id" msprop:Generator_ColumnPropNameInTable="idColumn" msprop:Generator_UserColumnName="id" type="xs:int" />
|
|
<xs:element name="pickOrderNo" msprop:Generator_ColumnVarNameInTable="columnpickOrderNo" msprop:Generator_ColumnPropNameInRow="pickOrderNo" msprop:Generator_ColumnPropNameInTable="pickOrderNoColumn" msprop:Generator_UserColumnName="pickOrderNo">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="waveOrder" msprop:Generator_ColumnVarNameInTable="columnwaveOrder" msprop:Generator_ColumnPropNameInRow="waveOrder" msprop:Generator_ColumnPropNameInTable="waveOrderColumn" msprop:Generator_UserColumnName="waveOrder" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="recordId" msprop:Generator_ColumnVarNameInTable="columnrecordId" msprop:Generator_ColumnPropNameInRow="recordId" msprop:Generator_ColumnPropNameInTable="recordIdColumn" msprop:Generator_UserColumnName="recordId" type="xs:int" />
|
|
<xs:element name="count" msprop:Generator_ColumnVarNameInTable="columncount" msprop:Generator_ColumnPropNameInRow="count" msprop:Generator_ColumnPropNameInTable="countColumn" msprop:Generator_UserColumnName="count" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="boxcnt" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnboxcnt" msprop:Generator_ColumnPropNameInRow="boxcnt" msprop:Generator_ColumnPropNameInTable="boxcntColumn" msprop:Generator_UserColumnName="boxcnt" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="locationId" msprop:Generator_ColumnVarNameInTable="columnlocationId" msprop:Generator_ColumnPropNameInRow="locationId" msprop:Generator_ColumnPropNameInTable="locationIdColumn" msprop:Generator_UserColumnName="locationId" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="state" msprop:Generator_ColumnVarNameInTable="columnstate" msprop:Generator_ColumnPropNameInRow="state" msprop:Generator_ColumnPropNameInTable="stateColumn" msprop:Generator_UserColumnName="state" type="xs:int" minOccurs="0" />
|
|
<xs:element name="pickCount" msprop:Generator_ColumnVarNameInTable="columnpickCount" msprop:Generator_ColumnPropNameInRow="pickCount" msprop:Generator_ColumnPropNameInTable="pickCountColumn" msprop:Generator_UserColumnName="pickCount" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="description" msprop:Generator_ColumnVarNameInTable="columndescription" msprop:Generator_ColumnPropNameInRow="description" msprop:Generator_ColumnPropNameInTable="descriptionColumn" msprop:Generator_UserColumnName="description" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="operater" msprop:Generator_ColumnVarNameInTable="columnoperater" msprop:Generator_ColumnPropNameInRow="operater" msprop:Generator_ColumnPropNameInTable="operaterColumn" msprop:Generator_UserColumnName="operater" type="xs:int" minOccurs="0" />
|
|
<xs:element name="dr" msprop:Generator_ColumnVarNameInTable="columndr" msprop:Generator_ColumnPropNameInRow="dr" msprop:Generator_ColumnPropNameInTable="drColumn" msprop:Generator_UserColumnName="dr" type="xs:boolean" minOccurs="0" />
|
|
<xs:element name="createtime" msprop:Generator_ColumnVarNameInTable="columncreatetime" msprop:Generator_ColumnPropNameInRow="createtime" msprop:Generator_ColumnPropNameInTable="createtimeColumn" msprop:Generator_UserColumnName="createtime" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="lastmodified" msprop:Generator_ColumnVarNameInTable="columnlastmodified" msprop:Generator_ColumnPropNameInRow="lastmodified" msprop:Generator_ColumnPropNameInTable="lastmodifiedColumn" msprop:Generator_UserColumnName="lastmodified" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="batch" msprop:Generator_ColumnVarNameInTable="columnbatch" msprop:Generator_ColumnPropNameInRow="batch" msprop:Generator_ColumnPropNameInTable="batchColumn" msprop:Generator_UserColumnName="batch" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="productDate" msprop:Generator_ColumnVarNameInTable="columnproductDate" msprop:Generator_ColumnPropNameInRow="productDate" msprop:Generator_ColumnPropNameInTable="productDateColumn" msprop:Generator_UserColumnName="productDate" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="validDate" msprop:Generator_ColumnVarNameInTable="columnvalidDate" msprop:Generator_ColumnPropNameInRow="validDate" msprop:Generator_ColumnPropNameInTable="validDateColumn" msprop:Generator_UserColumnName="validDate" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="goodsName" msprop:Generator_ColumnVarNameInTable="columngoodsName" msprop:Generator_ColumnPropNameInRow="goodsName" msprop:Generator_ColumnPropNameInTable="goodsNameColumn" msprop:Generator_UserColumnName="goodsName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="120" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="manufacturer" msprop:Generator_ColumnVarNameInTable="columnmanufacturer" msprop:Generator_ColumnPropNameInRow="manufacturer" msprop:Generator_ColumnPropNameInTable="manufacturerColumn" msprop:Generator_UserColumnName="manufacturer" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="256" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="spec" msprop:Generator_ColumnVarNameInTable="columnspec" msprop:Generator_ColumnPropNameInRow="spec" msprop:Generator_ColumnPropNameInTable="specColumn" msprop:Generator_UserColumnName="spec" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="unit" msprop:Generator_ColumnVarNameInTable="columnunit" msprop:Generator_ColumnPropNameInRow="unit" msprop:Generator_ColumnPropNameInTable="unitColumn" msprop:Generator_UserColumnName="unit" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="20" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="bigCount" msprop:Generator_ColumnVarNameInTable="columnbigCount" msprop:Generator_ColumnPropNameInRow="bigCount" msprop:Generator_ColumnPropNameInTable="bigCountColumn" msprop:Generator_UserColumnName="bigCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="BarCode" msprop:Generator_ColumnVarNameInTable="columnBarCode" msprop:Generator_ColumnPropNameInRow="BarCode" msprop:Generator_ColumnPropNameInTable="BarCodeColumn" msprop:Generator_UserColumnName="BarCode" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="30" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="goodsTypeName" msprop:Generator_ColumnVarNameInTable="columngoodsTypeName" msprop:Generator_ColumnPropNameInRow="goodsTypeName" msprop:Generator_ColumnPropNameInTable="goodsTypeNameColumn" msprop:Generator_UserColumnName="goodsTypeName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="type" msprop:Generator_ColumnVarNameInTable="columntype" msprop:Generator_ColumnPropNameInRow="type" msprop:Generator_ColumnPropNameInTable="typeColumn" msprop:Generator_UserColumnName="type" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="30" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="bulkMax" msprop:Generator_ColumnVarNameInTable="columnbulkMax" msprop:Generator_ColumnPropNameInRow="bulkMax" msprop:Generator_ColumnPropNameInTable="bulkMaxColumn" msprop:Generator_UserColumnName="bulkMax" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="bulkMax1" msprop:Generator_ColumnVarNameInTable="columnbulkMax1" msprop:Generator_ColumnPropNameInRow="bulkMax1" msprop:Generator_ColumnPropNameInTable="bulkMax1Column" msprop:Generator_UserColumnName="bulkMax1" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="batchMax1" msprop:Generator_ColumnVarNameInTable="columnbatchMax1" msprop:Generator_ColumnPropNameInRow="batchMax1" msprop:Generator_ColumnPropNameInTable="batchMax1Column" msprop:Generator_UserColumnName="batchMax1" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="batchMax2" msprop:Generator_ColumnVarNameInTable="columnbatchMax2" msprop:Generator_ColumnPropNameInRow="batchMax2" msprop:Generator_ColumnPropNameInTable="batchMax2Column" msprop:Generator_UserColumnName="batchMax2" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="customerName" msprop:Generator_ColumnVarNameInTable="columncustomerName" msprop:Generator_ColumnPropNameInRow="customerName" msprop:Generator_ColumnPropNameInTable="customerNameColumn" msprop:Generator_UserColumnName="customerName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="batchPickState" msprop:Generator_ColumnVarNameInTable="columnbatchPickState" msprop:Generator_ColumnPropNameInRow="batchPickState" msprop:Generator_ColumnPropNameInTable="batchPickStateColumn" msprop:Generator_UserColumnName="batchPickState" type="xs:int" minOccurs="0" />
|
|
<xs:element name="regeditCode" msprop:Generator_ColumnVarNameInTable="columnregeditCode" msprop:Generator_ColumnPropNameInRow="regeditCode" msprop:Generator_ColumnPropNameInTable="regeditCodeColumn" msprop:Generator_UserColumnName="regeditCode" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="customerId" msprop:Generator_ColumnVarNameInTable="columncustomerId" msprop:Generator_ColumnPropNameInRow="customerId" msprop:Generator_ColumnPropNameInTable="customerIdColumn" msprop:Generator_UserColumnName="customerId" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="goodsId" msprop:Generator_ColumnVarNameInTable="columngoodsId" msprop:Generator_ColumnPropNameInRow="goodsId" msprop:Generator_ColumnPropNameInTable="goodsIdColumn" msprop:Generator_UserColumnName="goodsId" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="orderType" msprop:Generator_ColumnVarNameInTable="columnorderType" msprop:Generator_ColumnPropNameInRow="orderType" msprop:Generator_ColumnPropNameInTable="orderTypeColumn" msprop:Generator_UserColumnName="orderType" type="xs:int" minOccurs="0" />
|
|
<xs:element name="orderDate" msprop:Generator_ColumnVarNameInTable="columnorderDate" msprop:Generator_ColumnPropNameInRow="orderDate" msprop:Generator_ColumnPropNameInTable="orderDateColumn" msprop:Generator_UserColumnName="orderDate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="tranLocationId" msprop:Generator_ColumnVarNameInTable="columntranLocationId" msprop:Generator_ColumnPropNameInRow="tranLocationId" msprop:Generator_ColumnPropNameInTable="tranLocationIdColumn" msprop:Generator_UserColumnName="tranLocationId" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="custAddress" msprop:Generator_ColumnVarNameInTable="columncustAddress" msprop:Generator_ColumnPropNameInRow="custAddress" msprop:Generator_ColumnPropNameInTable="custAddressColumn" msprop:Generator_UserColumnName="custAddress" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="volType" msprop:Generator_ColumnVarNameInTable="columnvolType" msprop:Generator_ColumnPropNameInRow="volType" msprop:Generator_ColumnPropNameInTable="volTypeColumn" msprop:Generator_UserColumnName="volType" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="v_stockOutBatchPickDetail4Wince" msprop:Generator_TableClassName="v_stockOutBatchPickDetail4WinceDataTable" msprop:Generator_TableVarName="tablev_stockOutBatchPickDetail4Wince" msprop:Generator_TablePropName="v_stockOutBatchPickDetail4Wince" msprop:Generator_RowDeletingName="v_stockOutBatchPickDetail4WinceRowDeleting" msprop:Generator_RowChangingName="v_stockOutBatchPickDetail4WinceRowChanging" msprop:Generator_RowEvHandlerName="v_stockOutBatchPickDetail4WinceRowChangeEventHandler" msprop:Generator_RowDeletedName="v_stockOutBatchPickDetail4WinceRowDeleted" msprop:Generator_UserTableName="v_stockOutBatchPickDetail4Wince" msprop:Generator_RowChangedName="v_stockOutBatchPickDetail4WinceRowChanged" msprop:Generator_RowEvArgName="v_stockOutBatchPickDetail4WinceRowChangeEvent" msprop:Generator_RowClassName="v_stockOutBatchPickDetail4WinceRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="商品" msprop:Generator_ColumnVarNameInTable="column商品" msprop:Generator_ColumnPropNameInRow="商品" msprop:Generator_ColumnPropNameInTable="商品Column" msprop:Generator_UserColumnName="商品" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="120" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="数量" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="column数量" msprop:Generator_ColumnPropNameInRow="数量" msprop:Generator_ColumnPropNameInTable="数量Column" msprop:Generator_UserColumnName="数量" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="件" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="column件" msprop:Generator_ColumnPropNameInRow="件" msprop:Generator_ColumnPropNameInTable="件Column" msprop:Generator_UserColumnName="件" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="状态" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="column状态" msprop:Generator_ColumnPropNameInRow="状态" msprop:Generator_ColumnPropNameInTable="状态Column" msprop:Generator_UserColumnName="状态" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="6" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="货位" msprop:Generator_ColumnVarNameInTable="column货位" msprop:Generator_ColumnPropNameInRow="货位" msprop:Generator_ColumnPropNameInTable="货位Column" msprop:Generator_UserColumnName="货位" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="批号" msprop:Generator_ColumnVarNameInTable="column批号" msprop:Generator_ColumnPropNameInRow="批号" msprop:Generator_ColumnPropNameInTable="批号Column" msprop:Generator_UserColumnName="批号" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="商品类别" msprop:Generator_ColumnVarNameInTable="column商品类别" msprop:Generator_ColumnPropNameInRow="商品类别" msprop:Generator_ColumnPropNameInTable="商品类别Column" msprop:Generator_UserColumnName="商品类别" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="厂家" msprop:Generator_ColumnVarNameInTable="column厂家" msprop:Generator_ColumnPropNameInRow="厂家" msprop:Generator_ColumnPropNameInTable="厂家Column" msprop:Generator_UserColumnName="厂家" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="256" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="pickOrderNo" msprop:Generator_ColumnVarNameInTable="columnpickOrderNo" msprop:Generator_ColumnPropNameInRow="pickOrderNo" msprop:Generator_ColumnPropNameInTable="pickOrderNoColumn" msprop:Generator_UserColumnName="pickOrderNo">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="state" msprop:Generator_ColumnVarNameInTable="columnstate" msprop:Generator_ColumnPropNameInRow="state" msprop:Generator_ColumnPropNameInTable="stateColumn" msprop:Generator_UserColumnName="state" type="xs:int" minOccurs="0" />
|
|
<xs:element name="orderType" msprop:Generator_ColumnVarNameInTable="columnorderType" msprop:Generator_ColumnPropNameInRow="orderType" msprop:Generator_ColumnPropNameInTable="orderTypeColumn" msprop:Generator_UserColumnName="orderType" type="xs:int" minOccurs="0" />
|
|
<xs:element name="id" msprop:Generator_ColumnVarNameInTable="columnid" msprop:Generator_ColumnPropNameInRow="id" msprop:Generator_ColumnPropNameInTable="idColumn" msprop:Generator_UserColumnName="id" type="xs:int" />
|
|
<xs:element name="orderDate" msprop:Generator_ColumnVarNameInTable="columnorderDate" msprop:Generator_ColumnPropNameInRow="orderDate" msprop:Generator_ColumnPropNameInTable="orderDateColumn" msprop:Generator_UserColumnName="orderDate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="pickCount" msprop:Generator_ColumnVarNameInTable="columnpickCount" msprop:Generator_ColumnPropNameInRow="pickCount" msprop:Generator_ColumnPropNameInTable="pickCountColumn" msprop:Generator_UserColumnName="pickCount" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="goodsId" msprop:Generator_ColumnVarNameInTable="columngoodsId" msprop:Generator_ColumnPropNameInRow="goodsId" msprop:Generator_ColumnPropNameInTable="goodsIdColumn" msprop:Generator_UserColumnName="goodsId" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="barCode" msprop:Generator_ColumnVarNameInTable="columnbarCode" msprop:Generator_ColumnPropNameInRow="barCode" msprop:Generator_ColumnPropNameInTable="barCodeColumn" msprop:Generator_UserColumnName="barCode" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="30" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="v_stockOutBatchPickOrder4Wince" msprop:Generator_TableClassName="v_stockOutBatchPickOrder4WinceDataTable" msprop:Generator_TableVarName="tablev_stockOutBatchPickOrder4Wince" msprop:Generator_TablePropName="v_stockOutBatchPickOrder4Wince" msprop:Generator_RowDeletingName="v_stockOutBatchPickOrder4WinceRowDeleting" msprop:Generator_RowChangingName="v_stockOutBatchPickOrder4WinceRowChanging" msprop:Generator_RowEvHandlerName="v_stockOutBatchPickOrder4WinceRowChangeEventHandler" msprop:Generator_RowDeletedName="v_stockOutBatchPickOrder4WinceRowDeleted" msprop:Generator_UserTableName="v_stockOutBatchPickOrder4Wince" msprop:Generator_RowChangedName="v_stockOutBatchPickOrder4WinceRowChanged" msprop:Generator_RowEvArgName="v_stockOutBatchPickOrder4WinceRowChangeEvent" msprop:Generator_RowClassName="v_stockOutBatchPickOrder4WinceRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="客户" msprop:Generator_ColumnVarNameInTable="column客户" msprop:Generator_ColumnPropNameInRow="客户" msprop:Generator_ColumnPropNameInTable="客户Column" msprop:Generator_UserColumnName="客户" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="整库状态" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="column整库状态" msprop:Generator_ColumnPropNameInRow="整库状态" msprop:Generator_ColumnPropNameInTable="整库状态Column" msprop:Generator_UserColumnName="整库状态" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="8" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="订单状态" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="column订单状态" msprop:Generator_ColumnPropNameInRow="订单状态" msprop:Generator_ColumnPropNameInTable="订单状态Column" msprop:Generator_UserColumnName="订单状态" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="8" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="出库单" msprop:Generator_ColumnVarNameInTable="column出库单" msprop:Generator_ColumnPropNameInRow="出库单" msprop:Generator_ColumnPropNameInTable="出库单Column" msprop:Generator_UserColumnName="出库单">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="集货货位" msprop:Generator_ColumnVarNameInTable="column集货货位" msprop:Generator_ColumnPropNameInRow="集货货位" msprop:Generator_ColumnPropNameInTable="集货货位Column" msprop:Generator_UserColumnName="集货货位" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="v_stockOutBulkInCurrentWave" msprop:Generator_TableClassName="v_stockOutBulkInCurrentWaveDataTable" msprop:Generator_TableVarName="tablev_stockOutBulkInCurrentWave" msprop:Generator_TablePropName="v_stockOutBulkInCurrentWave" msprop:Generator_RowDeletingName="v_stockOutBulkInCurrentWaveRowDeleting" msprop:Generator_RowChangingName="v_stockOutBulkInCurrentWaveRowChanging" msprop:Generator_RowEvHandlerName="v_stockOutBulkInCurrentWaveRowChangeEventHandler" msprop:Generator_RowDeletedName="v_stockOutBulkInCurrentWaveRowDeleted" msprop:Generator_UserTableName="v_stockOutBulkInCurrentWave" msprop:Generator_RowChangedName="v_stockOutBulkInCurrentWaveRowChanged" msprop:Generator_RowEvArgName="v_stockOutBulkInCurrentWaveRowChangeEvent" msprop:Generator_RowClassName="v_stockOutBulkInCurrentWaveRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="id" msprop:Generator_ColumnVarNameInTable="columnid" msprop:Generator_ColumnPropNameInRow="id" msprop:Generator_ColumnPropNameInTable="idColumn" msprop:Generator_UserColumnName="id" type="xs:int" />
|
|
<xs:element name="pickOrderNo" msprop:Generator_ColumnVarNameInTable="columnpickOrderNo" msprop:Generator_ColumnPropNameInRow="pickOrderNo" msprop:Generator_ColumnPropNameInTable="pickOrderNoColumn" msprop:Generator_UserColumnName="pickOrderNo">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="waveOrder" msprop:Generator_ColumnVarNameInTable="columnwaveOrder" msprop:Generator_ColumnPropNameInRow="waveOrder" msprop:Generator_ColumnPropNameInTable="waveOrderColumn" msprop:Generator_UserColumnName="waveOrder">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="recordId" msprop:Generator_ColumnVarNameInTable="columnrecordId" msprop:Generator_ColumnPropNameInRow="recordId" msprop:Generator_ColumnPropNameInTable="recordIdColumn" msprop:Generator_UserColumnName="recordId" type="xs:int" />
|
|
<xs:element name="count" msprop:Generator_ColumnVarNameInTable="columncount" msprop:Generator_ColumnPropNameInRow="count" msprop:Generator_ColumnPropNameInTable="countColumn" msprop:Generator_UserColumnName="count" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="locationId" msprop:Generator_ColumnVarNameInTable="columnlocationId" msprop:Generator_ColumnPropNameInRow="locationId" msprop:Generator_ColumnPropNameInTable="locationIdColumn" msprop:Generator_UserColumnName="locationId" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="elabId" msprop:Generator_ColumnVarNameInTable="columnelabId" msprop:Generator_ColumnPropNameInRow="elabId" msprop:Generator_ColumnPropNameInTable="elabIdColumn" msprop:Generator_UserColumnName="elabId" type="xs:int" minOccurs="0" />
|
|
<xs:element name="port" msprop:Generator_ColumnVarNameInTable="columnport" msprop:Generator_ColumnPropNameInRow="port" msprop:Generator_ColumnPropNameInTable="portColumn" msprop:Generator_UserColumnName="port" type="xs:int" minOccurs="0" />
|
|
<xs:element name="elabAddress" msprop:Generator_ColumnVarNameInTable="columnelabAddress" msprop:Generator_ColumnPropNameInRow="elabAddress" msprop:Generator_ColumnPropNameInTable="elabAddressColumn" msprop:Generator_UserColumnName="elabAddress" type="xs:int" minOccurs="0" />
|
|
<xs:element name="state" msprop:Generator_ColumnVarNameInTable="columnstate" msprop:Generator_ColumnPropNameInRow="state" msprop:Generator_ColumnPropNameInTable="stateColumn" msprop:Generator_UserColumnName="state" type="xs:int" minOccurs="0" />
|
|
<xs:element name="pickCount" msprop:Generator_ColumnVarNameInTable="columnpickCount" msprop:Generator_ColumnPropNameInRow="pickCount" msprop:Generator_ColumnPropNameInTable="pickCountColumn" msprop:Generator_UserColumnName="pickCount" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="description" msprop:Generator_ColumnVarNameInTable="columndescription" msprop:Generator_ColumnPropNameInRow="description" msprop:Generator_ColumnPropNameInTable="descriptionColumn" msprop:Generator_UserColumnName="description" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="operater" msprop:Generator_ColumnVarNameInTable="columnoperater" msprop:Generator_ColumnPropNameInRow="operater" msprop:Generator_ColumnPropNameInTable="operaterColumn" msprop:Generator_UserColumnName="operater" type="xs:int" minOccurs="0" />
|
|
<xs:element name="dr" msprop:Generator_ColumnVarNameInTable="columndr" msprop:Generator_ColumnPropNameInRow="dr" msprop:Generator_ColumnPropNameInTable="drColumn" msprop:Generator_UserColumnName="dr" type="xs:boolean" minOccurs="0" />
|
|
<xs:element name="createtime" msprop:Generator_ColumnVarNameInTable="columncreatetime" msprop:Generator_ColumnPropNameInRow="createtime" msprop:Generator_ColumnPropNameInTable="createtimeColumn" msprop:Generator_UserColumnName="createtime" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="lastmodified" msprop:Generator_ColumnVarNameInTable="columnlastmodified" msprop:Generator_ColumnPropNameInRow="lastmodified" msprop:Generator_ColumnPropNameInTable="lastmodifiedColumn" msprop:Generator_UserColumnName="lastmodified" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="manufacturer" msprop:Generator_ColumnVarNameInTable="columnmanufacturer" msprop:Generator_ColumnPropNameInRow="manufacturer" msprop:Generator_ColumnPropNameInTable="manufacturerColumn" msprop:Generator_UserColumnName="manufacturer" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="256" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="goodsName" msprop:Generator_ColumnVarNameInTable="columngoodsName" msprop:Generator_ColumnPropNameInRow="goodsName" msprop:Generator_ColumnPropNameInTable="goodsNameColumn" msprop:Generator_UserColumnName="goodsName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="120" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="spec" msprop:Generator_ColumnVarNameInTable="columnspec" msprop:Generator_ColumnPropNameInRow="spec" msprop:Generator_ColumnPropNameInTable="specColumn" msprop:Generator_UserColumnName="spec" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="unit" msprop:Generator_ColumnVarNameInTable="columnunit" msprop:Generator_ColumnPropNameInRow="unit" msprop:Generator_ColumnPropNameInTable="unitColumn" msprop:Generator_UserColumnName="unit" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="20" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="regeditCode" msprop:Generator_ColumnVarNameInTable="columnregeditCode" msprop:Generator_ColumnPropNameInRow="regeditCode" msprop:Generator_ColumnPropNameInTable="regeditCodeColumn" msprop:Generator_UserColumnName="regeditCode" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="72" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="drug_code" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columndrug_code" msprop:Generator_ColumnPropNameInRow="drug_code" msprop:Generator_ColumnPropNameInTable="drug_codeColumn" msprop:Generator_UserColumnName="drug_code" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="1" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="BarCode" msprop:Generator_ColumnVarNameInTable="columnBarCode" msprop:Generator_ColumnPropNameInRow="BarCode" msprop:Generator_ColumnPropNameInTable="BarCodeColumn" msprop:Generator_UserColumnName="BarCode" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="30" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="goodsTypeName" msprop:Generator_ColumnVarNameInTable="columngoodsTypeName" msprop:Generator_ColumnPropNameInRow="goodsTypeName" msprop:Generator_ColumnPropNameInTable="goodsTypeNameColumn" msprop:Generator_UserColumnName="goodsTypeName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="colorName" msprop:Generator_ColumnVarNameInTable="columncolorName" msprop:Generator_ColumnPropNameInRow="colorName" msprop:Generator_ColumnPropNameInTable="colorNameColumn" msprop:Generator_UserColumnName="colorName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="customerName" msprop:Generator_ColumnVarNameInTable="columncustomerName" msprop:Generator_ColumnPropNameInRow="customerName" msprop:Generator_ColumnPropNameInTable="customerNameColumn" msprop:Generator_UserColumnName="customerName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="customerId" msprop:Generator_ColumnVarNameInTable="columncustomerId" msprop:Generator_ColumnPropNameInRow="customerId" msprop:Generator_ColumnPropNameInTable="customerIdColumn" msprop:Generator_UserColumnName="customerId" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="productDate" msprop:Generator_ColumnVarNameInTable="columnproductDate" msprop:Generator_ColumnPropNameInRow="productDate" msprop:Generator_ColumnPropNameInTable="productDateColumn" msprop:Generator_UserColumnName="productDate" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="validDate" msprop:Generator_ColumnVarNameInTable="columnvalidDate" msprop:Generator_ColumnPropNameInRow="validDate" msprop:Generator_ColumnPropNameInTable="validDateColumn" msprop:Generator_UserColumnName="validDate" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="batch" msprop:Generator_ColumnVarNameInTable="columnbatch" msprop:Generator_ColumnPropNameInRow="batch" msprop:Generator_ColumnPropNameInTable="batchColumn" msprop:Generator_UserColumnName="batch" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="goodsId" msprop:Generator_ColumnVarNameInTable="columngoodsId" msprop:Generator_ColumnPropNameInRow="goodsId" msprop:Generator_ColumnPropNameInTable="goodsIdColumn" msprop:Generator_UserColumnName="goodsId" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="color" msprop:Generator_ColumnVarNameInTable="columncolor" msprop:Generator_ColumnPropNameInRow="color" msprop:Generator_ColumnPropNameInTable="colorColumn" msprop:Generator_UserColumnName="color" type="xs:int" />
|
|
<xs:element name="isLightUp" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnisLightUp" msprop:Generator_ColumnPropNameInRow="isLightUp" msprop:Generator_ColumnPropNameInTable="isLightUpColumn" msprop:Generator_UserColumnName="isLightUp" type="xs:int" minOccurs="0" />
|
|
<xs:element name="isPicked" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnisPicked" msprop:Generator_ColumnPropNameInRow="isPicked" msprop:Generator_ColumnPropNameInTable="isPickedColumn" msprop:Generator_UserColumnName="isPicked" type="xs:int" minOccurs="0" />
|
|
<xs:element name="type" msprop:Generator_ColumnVarNameInTable="columntype" msprop:Generator_ColumnPropNameInRow="type" msprop:Generator_ColumnPropNameInTable="typeColumn" msprop:Generator_UserColumnName="type" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="30" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="v_stockOutCheckDetail" msprop:Generator_TableClassName="v_stockOutCheckDetailDataTable" msprop:Generator_TableVarName="tablev_stockOutCheckDetail" msprop:Generator_TablePropName="v_stockOutCheckDetail" msprop:Generator_RowDeletingName="v_stockOutCheckDetailRowDeleting" msprop:Generator_RowChangingName="v_stockOutCheckDetailRowChanging" msprop:Generator_RowEvHandlerName="v_stockOutCheckDetailRowChangeEventHandler" msprop:Generator_RowDeletedName="v_stockOutCheckDetailRowDeleted" msprop:Generator_UserTableName="v_stockOutCheckDetail" msprop:Generator_RowChangedName="v_stockOutCheckDetailRowChanged" msprop:Generator_RowEvArgName="v_stockOutCheckDetailRowChangeEvent" msprop:Generator_RowClassName="v_stockOutCheckDetailRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="goodsName" msprop:Generator_ColumnVarNameInTable="columngoodsName" msprop:Generator_ColumnPropNameInRow="goodsName" msprop:Generator_ColumnPropNameInTable="goodsNameColumn" msprop:Generator_UserColumnName="goodsName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="120" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="manufacturer" msprop:Generator_ColumnVarNameInTable="columnmanufacturer" msprop:Generator_ColumnPropNameInRow="manufacturer" msprop:Generator_ColumnPropNameInTable="manufacturerColumn" msprop:Generator_UserColumnName="manufacturer" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="256" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="spec" msprop:Generator_ColumnVarNameInTable="columnspec" msprop:Generator_ColumnPropNameInRow="spec" msprop:Generator_ColumnPropNameInTable="specColumn" msprop:Generator_UserColumnName="spec" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="unit" msprop:Generator_ColumnVarNameInTable="columnunit" msprop:Generator_ColumnPropNameInRow="unit" msprop:Generator_ColumnPropNameInTable="unitColumn" msprop:Generator_UserColumnName="unit" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="20" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="regeditCode" msprop:Generator_ColumnVarNameInTable="columnregeditCode" msprop:Generator_ColumnPropNameInRow="regeditCode" msprop:Generator_ColumnPropNameInTable="regeditCodeColumn" msprop:Generator_UserColumnName="regeditCode" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="72" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="barCode" msprop:Generator_ColumnVarNameInTable="columnbarCode" msprop:Generator_ColumnPropNameInRow="barCode" msprop:Generator_ColumnPropNameInTable="barCodeColumn" msprop:Generator_UserColumnName="barCode" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="30" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="count" msprop:Generator_ColumnVarNameInTable="columncount" msprop:Generator_ColumnPropNameInRow="count" msprop:Generator_ColumnPropNameInTable="countColumn" msprop:Generator_UserColumnName="count" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="productDate" msprop:Generator_ColumnVarNameInTable="columnproductDate" msprop:Generator_ColumnPropNameInRow="productDate" msprop:Generator_ColumnPropNameInTable="productDateColumn" msprop:Generator_UserColumnName="productDate" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="validDate" msprop:Generator_ColumnVarNameInTable="columnvalidDate" msprop:Generator_ColumnPropNameInRow="validDate" msprop:Generator_ColumnPropNameInTable="validDateColumn" msprop:Generator_UserColumnName="validDate" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="deskName" msprop:Generator_ColumnVarNameInTable="columndeskName" msprop:Generator_ColumnPropNameInRow="deskName" msprop:Generator_ColumnPropNameInTable="deskNameColumn" msprop:Generator_UserColumnName="deskName">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="v_stockOutDetail_available" msprop:Generator_TableClassName="v_stockOutDetail_availableDataTable" msprop:Generator_TableVarName="tablev_stockOutDetail_available" msprop:Generator_TablePropName="v_stockOutDetail_available" msprop:Generator_RowDeletingName="v_stockOutDetail_availableRowDeleting" msprop:Generator_RowChangingName="v_stockOutDetail_availableRowChanging" msprop:Generator_RowEvHandlerName="v_stockOutDetail_availableRowChangeEventHandler" msprop:Generator_RowDeletedName="v_stockOutDetail_availableRowDeleted" msprop:Generator_UserTableName="v_stockOutDetail_available" msprop:Generator_RowChangedName="v_stockOutDetail_availableRowChanged" msprop:Generator_RowEvArgName="v_stockOutDetail_availableRowChangeEvent" msprop:Generator_RowClassName="v_stockOutDetail_availableRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="orderNo" msprop:Generator_ColumnVarNameInTable="columnorderNo" msprop:Generator_ColumnPropNameInRow="orderNo" msprop:Generator_ColumnPropNameInTable="orderNoColumn" msprop:Generator_UserColumnName="orderNo">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="15" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="goodsId" msprop:Generator_ColumnVarNameInTable="columngoodsId" msprop:Generator_ColumnPropNameInRow="goodsId" msprop:Generator_ColumnPropNameInTable="goodsIdColumn" msprop:Generator_UserColumnName="goodsId" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="11" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="batch" msprop:Generator_ColumnVarNameInTable="columnbatch" msprop:Generator_ColumnPropNameInRow="batch" msprop:Generator_ColumnPropNameInTable="batchColumn" msprop:Generator_UserColumnName="batch" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="productDate" msprop:Generator_ColumnVarNameInTable="columnproductDate" msprop:Generator_ColumnPropNameInRow="productDate" msprop:Generator_ColumnPropNameInTable="productDateColumn" msprop:Generator_UserColumnName="productDate" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="10" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="validDate" msprop:Generator_ColumnVarNameInTable="columnvalidDate" msprop:Generator_ColumnPropNameInRow="validDate" msprop:Generator_ColumnPropNameInTable="validDateColumn" msprop:Generator_UserColumnName="validDate" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="10" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="count" msprop:Generator_ColumnVarNameInTable="columncount" msprop:Generator_ColumnPropNameInRow="count" msprop:Generator_ColumnPropNameInTable="countColumn" msprop:Generator_UserColumnName="count" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="bulkCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnbulkCount" msprop:Generator_ColumnPropNameInRow="bulkCount" msprop:Generator_ColumnPropNameInTable="bulkCountColumn" msprop:Generator_UserColumnName="bulkCount" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="batch1Count" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnbatch1Count" msprop:Generator_ColumnPropNameInRow="batch1Count" msprop:Generator_ColumnPropNameInTable="batch1CountColumn" msprop:Generator_UserColumnName="batch1Count" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="boxcnt" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnboxcnt" msprop:Generator_ColumnPropNameInRow="boxcnt" msprop:Generator_ColumnPropNameInTable="boxcntColumn" msprop:Generator_UserColumnName="boxcnt" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="bigCount" msprop:Generator_ColumnVarNameInTable="columnbigCount" msprop:Generator_ColumnPropNameInRow="bigCount" msprop:Generator_ColumnPropNameInTable="bigCountColumn" msprop:Generator_UserColumnName="bigCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="whtype" msprop:Generator_ColumnVarNameInTable="columnwhtype" msprop:Generator_ColumnPropNameInRow="whtype" msprop:Generator_ColumnPropNameInTable="whtypeColumn" msprop:Generator_UserColumnName="whtype" type="xs:int" minOccurs="0" />
|
|
<xs:element name="state" msprop:Generator_ColumnVarNameInTable="columnstate" msprop:Generator_ColumnPropNameInRow="state" msprop:Generator_ColumnPropNameInTable="stateColumn" msprop:Generator_UserColumnName="state" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="v_stockOutDetail_wms" msprop:Generator_TableClassName="v_stockOutDetail_wmsDataTable" msprop:Generator_TableVarName="tablev_stockOutDetail_wms" msprop:Generator_TablePropName="v_stockOutDetail_wms" msprop:Generator_RowDeletingName="v_stockOutDetail_wmsRowDeleting" msprop:Generator_RowChangingName="v_stockOutDetail_wmsRowChanging" msprop:Generator_RowEvHandlerName="v_stockOutDetail_wmsRowChangeEventHandler" msprop:Generator_RowDeletedName="v_stockOutDetail_wmsRowDeleted" msprop:Generator_UserTableName="v_stockOutDetail_wms" msprop:Generator_RowChangedName="v_stockOutDetail_wmsRowChanged" msprop:Generator_RowEvArgName="v_stockOutDetail_wmsRowChangeEvent" msprop:Generator_RowClassName="v_stockOutDetail_wmsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="id" msprop:Generator_ColumnVarNameInTable="columnid" msprop:Generator_ColumnPropNameInRow="id" msprop:Generator_ColumnPropNameInTable="idColumn" msprop:Generator_UserColumnName="id" type="xs:int" />
|
|
<xs:element name="orderNo" msprop:Generator_ColumnVarNameInTable="columnorderNo" msprop:Generator_ColumnPropNameInRow="orderNo" msprop:Generator_ColumnPropNameInTable="orderNoColumn" msprop:Generator_UserColumnName="orderNo">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="goodsId" msprop:Generator_ColumnVarNameInTable="columngoodsId" msprop:Generator_ColumnPropNameInRow="goodsId" msprop:Generator_ColumnPropNameInTable="goodsIdColumn" msprop:Generator_UserColumnName="goodsId" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="batch" msprop:Generator_ColumnVarNameInTable="columnbatch" msprop:Generator_ColumnPropNameInRow="batch" msprop:Generator_ColumnPropNameInTable="batchColumn" msprop:Generator_UserColumnName="batch" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="count" msprop:Generator_ColumnVarNameInTable="columncount" msprop:Generator_ColumnPropNameInRow="count" msprop:Generator_ColumnPropNameInTable="countColumn" msprop:Generator_UserColumnName="count" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="bulkCount" msprop:Generator_ColumnVarNameInTable="columnbulkCount" msprop:Generator_ColumnPropNameInRow="bulkCount" msprop:Generator_ColumnPropNameInTable="bulkCountColumn" msprop:Generator_UserColumnName="bulkCount" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="batch1Count" msprop:Generator_ColumnVarNameInTable="columnbatch1Count" msprop:Generator_ColumnPropNameInRow="batch1Count" msprop:Generator_ColumnPropNameInTable="batch1CountColumn" msprop:Generator_UserColumnName="batch1Count" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="batch2Count" msprop:Generator_ColumnVarNameInTable="columnbatch2Count" msprop:Generator_ColumnPropNameInRow="batch2Count" msprop:Generator_ColumnPropNameInTable="batch2CountColumn" msprop:Generator_UserColumnName="batch2Count" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="boxcnt" msprop:Generator_ColumnVarNameInTable="columnboxcnt" msprop:Generator_ColumnPropNameInRow="boxcnt" msprop:Generator_ColumnPropNameInTable="boxcntColumn" msprop:Generator_UserColumnName="boxcnt" type="xs:int" minOccurs="0" />
|
|
<xs:element name="productDate" msprop:Generator_ColumnVarNameInTable="columnproductDate" msprop:Generator_ColumnPropNameInRow="productDate" msprop:Generator_ColumnPropNameInTable="productDateColumn" msprop:Generator_UserColumnName="productDate" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="validDate" msprop:Generator_ColumnVarNameInTable="columnvalidDate" msprop:Generator_ColumnPropNameInRow="validDate" msprop:Generator_ColumnPropNameInTable="validDateColumn" msprop:Generator_UserColumnName="validDate" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="state" msprop:Generator_ColumnVarNameInTable="columnstate" msprop:Generator_ColumnPropNameInRow="state" msprop:Generator_ColumnPropNameInTable="stateColumn" msprop:Generator_UserColumnName="state" type="xs:int" minOccurs="0" />
|
|
<xs:element name="whtype" msprop:Generator_ColumnVarNameInTable="columnwhtype" msprop:Generator_ColumnPropNameInRow="whtype" msprop:Generator_ColumnPropNameInTable="whtypeColumn" msprop:Generator_UserColumnName="whtype" type="xs:int" minOccurs="0" />
|
|
<xs:element name="description" msprop:Generator_ColumnVarNameInTable="columndescription" msprop:Generator_ColumnPropNameInRow="description" msprop:Generator_ColumnPropNameInTable="descriptionColumn" msprop:Generator_UserColumnName="description" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="operater" msprop:Generator_ColumnVarNameInTable="columnoperater" msprop:Generator_ColumnPropNameInRow="operater" msprop:Generator_ColumnPropNameInTable="operaterColumn" msprop:Generator_UserColumnName="operater" type="xs:int" minOccurs="0" />
|
|
<xs:element name="dr" msprop:Generator_ColumnVarNameInTable="columndr" msprop:Generator_ColumnPropNameInRow="dr" msprop:Generator_ColumnPropNameInTable="drColumn" msprop:Generator_UserColumnName="dr" type="xs:boolean" minOccurs="0" />
|
|
<xs:element name="createtime" msprop:Generator_ColumnVarNameInTable="columncreatetime" msprop:Generator_ColumnPropNameInRow="createtime" msprop:Generator_ColumnPropNameInTable="createtimeColumn" msprop:Generator_UserColumnName="createtime" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="lastmodified" msprop:Generator_ColumnVarNameInTable="columnlastmodified" msprop:Generator_ColumnPropNameInRow="lastmodified" msprop:Generator_ColumnPropNameInTable="lastmodifiedColumn" msprop:Generator_UserColumnName="lastmodified" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="goodsTypeName" msprop:Generator_ColumnVarNameInTable="columngoodsTypeName" msprop:Generator_ColumnPropNameInRow="goodsTypeName" msprop:Generator_ColumnPropNameInTable="goodsTypeNameColumn" msprop:Generator_UserColumnName="goodsTypeName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="goodsName" msprop:Generator_ColumnVarNameInTable="columngoodsName" msprop:Generator_ColumnPropNameInRow="goodsName" msprop:Generator_ColumnPropNameInTable="goodsNameColumn" msprop:Generator_UserColumnName="goodsName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="120" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="manufacturer" msprop:Generator_ColumnVarNameInTable="columnmanufacturer" msprop:Generator_ColumnPropNameInRow="manufacturer" msprop:Generator_ColumnPropNameInTable="manufacturerColumn" msprop:Generator_UserColumnName="manufacturer" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="256" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="spec" msprop:Generator_ColumnVarNameInTable="columnspec" msprop:Generator_ColumnPropNameInRow="spec" msprop:Generator_ColumnPropNameInTable="specColumn" msprop:Generator_UserColumnName="spec" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="unit" msprop:Generator_ColumnVarNameInTable="columnunit" msprop:Generator_ColumnPropNameInRow="unit" msprop:Generator_ColumnPropNameInTable="unitColumn" msprop:Generator_UserColumnName="unit" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="20" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="regeditCode" msprop:Generator_ColumnVarNameInTable="columnregeditCode" msprop:Generator_ColumnPropNameInRow="regeditCode" msprop:Generator_ColumnPropNameInTable="regeditCodeColumn" msprop:Generator_UserColumnName="regeditCode" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="72" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="BarCode" msprop:Generator_ColumnVarNameInTable="columnBarCode" msprop:Generator_ColumnPropNameInRow="BarCode" msprop:Generator_ColumnPropNameInTable="BarCodeColumn" msprop:Generator_UserColumnName="BarCode" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="30" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="type" msprop:Generator_ColumnVarNameInTable="columntype" msprop:Generator_ColumnPropNameInRow="type" msprop:Generator_ColumnPropNameInTable="typeColumn" msprop:Generator_UserColumnName="type" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="30" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="bigCount" msprop:Generator_ColumnVarNameInTable="columnbigCount" msprop:Generator_ColumnPropNameInRow="bigCount" msprop:Generator_ColumnPropNameInTable="bigCountColumn" msprop:Generator_UserColumnName="bigCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="v_stockOutDetailByCust" msprop:Generator_TableClassName="v_stockOutDetailByCustDataTable" msprop:Generator_TableVarName="tablev_stockOutDetailByCust" msprop:Generator_TablePropName="v_stockOutDetailByCust" msprop:Generator_RowDeletingName="v_stockOutDetailByCustRowDeleting" msprop:Generator_RowChangingName="v_stockOutDetailByCustRowChanging" msprop:Generator_RowEvHandlerName="v_stockOutDetailByCustRowChangeEventHandler" msprop:Generator_RowDeletedName="v_stockOutDetailByCustRowDeleted" msprop:Generator_UserTableName="v_stockOutDetailByCust" msprop:Generator_RowChangedName="v_stockOutDetailByCustRowChanged" msprop:Generator_RowEvArgName="v_stockOutDetailByCustRowChangeEvent" msprop:Generator_RowClassName="v_stockOutDetailByCustRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="customerId" msprop:Generator_ColumnVarNameInTable="columncustomerId" msprop:Generator_ColumnPropNameInRow="customerId" msprop:Generator_ColumnPropNameInTable="customerIdColumn" msprop:Generator_UserColumnName="customerId" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="goodsId" msprop:Generator_ColumnVarNameInTable="columngoodsId" msprop:Generator_ColumnPropNameInRow="goodsId" msprop:Generator_ColumnPropNameInTable="goodsIdColumn" msprop:Generator_UserColumnName="goodsId" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="batch" msprop:Generator_ColumnVarNameInTable="columnbatch" msprop:Generator_ColumnPropNameInRow="batch" msprop:Generator_ColumnPropNameInTable="batchColumn" msprop:Generator_UserColumnName="batch" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="count" msprop:Generator_ColumnVarNameInTable="columncount" msprop:Generator_ColumnPropNameInRow="count" msprop:Generator_ColumnPropNameInTable="countColumn" msprop:Generator_UserColumnName="count" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="bulkCount" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnbulkCount" msprop:Generator_ColumnPropNameInRow="bulkCount" msprop:Generator_ColumnPropNameInTable="bulkCountColumn" msprop:Generator_UserColumnName="bulkCount" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="batch1Count" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnbatch1Count" msprop:Generator_ColumnPropNameInRow="batch1Count" msprop:Generator_ColumnPropNameInTable="batch1CountColumn" msprop:Generator_UserColumnName="batch1Count" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="boxcnt" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnboxcnt" msprop:Generator_ColumnPropNameInRow="boxcnt" msprop:Generator_ColumnPropNameInTable="boxcntColumn" msprop:Generator_UserColumnName="boxcnt" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="bigCount" msprop:Generator_ColumnVarNameInTable="columnbigCount" msprop:Generator_ColumnPropNameInRow="bigCount" msprop:Generator_ColumnPropNameInTable="bigCountColumn" msprop:Generator_UserColumnName="bigCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="customerName" msprop:Generator_ColumnVarNameInTable="columncustomerName" msprop:Generator_ColumnPropNameInRow="customerName" msprop:Generator_ColumnPropNameInTable="customerNameColumn" msprop:Generator_UserColumnName="customerName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="whtype" msprop:Generator_ColumnVarNameInTable="columnwhtype" msprop:Generator_ColumnPropNameInRow="whtype" msprop:Generator_ColumnPropNameInTable="whtypeColumn" msprop:Generator_UserColumnName="whtype" type="xs:int" minOccurs="0" />
|
|
<xs:element name="productDate" msprop:Generator_ColumnVarNameInTable="columnproductDate" msprop:Generator_ColumnPropNameInRow="productDate" msprop:Generator_ColumnPropNameInTable="productDateColumn" msprop:Generator_UserColumnName="productDate" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="validDate" msprop:Generator_ColumnVarNameInTable="columnvalidDate" msprop:Generator_ColumnPropNameInRow="validDate" msprop:Generator_ColumnPropNameInTable="validDateColumn" msprop:Generator_UserColumnName="validDate" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="lastmodified" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnlastmodified" msprop:Generator_ColumnPropNameInRow="lastmodified" msprop:Generator_ColumnPropNameInTable="lastmodifiedColumn" msprop:Generator_UserColumnName="lastmodified" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="dr" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columndr" msprop:Generator_ColumnPropNameInRow="dr" msprop:Generator_ColumnPropNameInTable="drColumn" msprop:Generator_UserColumnName="dr" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="4" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="id" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnid" msprop:Generator_ColumnPropNameInRow="id" msprop:Generator_ColumnPropNameInTable="idColumn" msprop:Generator_UserColumnName="id" type="xs:int" minOccurs="0" />
|
|
<xs:element name="batch2Count" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnbatch2Count" msprop:Generator_ColumnPropNameInRow="batch2Count" msprop:Generator_ColumnPropNameInTable="batch2CountColumn" msprop:Generator_UserColumnName="batch2Count" type="xs:int" minOccurs="0" />
|
|
<xs:element name="pickOrderNo" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnpickOrderNo" msprop:Generator_ColumnPropNameInRow="pickOrderNo" msprop:Generator_ColumnPropNameInTable="pickOrderNoColumn" msprop:Generator_UserColumnName="pickOrderNo" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="1" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="state" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnstate" msprop:Generator_ColumnPropNameInRow="state" msprop:Generator_ColumnPropNameInTable="stateColumn" msprop:Generator_UserColumnName="state" type="xs:int" minOccurs="0" />
|
|
<xs:element name="description" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columndescription" msprop:Generator_ColumnPropNameInRow="description" msprop:Generator_ColumnPropNameInTable="descriptionColumn" msprop:Generator_UserColumnName="description" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="1" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="operater" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnoperater" msprop:Generator_ColumnPropNameInRow="operater" msprop:Generator_ColumnPropNameInTable="operaterColumn" msprop:Generator_UserColumnName="operater" type="xs:int" minOccurs="0" />
|
|
<xs:element name="createtime" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columncreatetime" msprop:Generator_ColumnPropNameInRow="createtime" msprop:Generator_ColumnPropNameInTable="createtimeColumn" msprop:Generator_UserColumnName="createtime" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="custAddress" msprop:Generator_ColumnVarNameInTable="columncustAddress" msprop:Generator_ColumnPropNameInRow="custAddress" msprop:Generator_ColumnPropNameInTable="custAddressColumn" msprop:Generator_UserColumnName="custAddress" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="v_stockOutLablePickDetail" msprop:Generator_TableClassName="v_stockOutLablePickDetailDataTable" msprop:Generator_TableVarName="tablev_stockOutLablePickDetail" msprop:Generator_TablePropName="v_stockOutLablePickDetail" msprop:Generator_RowDeletingName="v_stockOutLablePickDetailRowDeleting" msprop:Generator_RowChangingName="v_stockOutLablePickDetailRowChanging" msprop:Generator_RowEvHandlerName="v_stockOutLablePickDetailRowChangeEventHandler" msprop:Generator_RowDeletedName="v_stockOutLablePickDetailRowDeleted" msprop:Generator_UserTableName="v_stockOutLablePickDetail" msprop:Generator_RowChangedName="v_stockOutLablePickDetailRowChanged" msprop:Generator_RowEvArgName="v_stockOutLablePickDetailRowChangeEvent" msprop:Generator_RowClassName="v_stockOutLablePickDetailRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="goodsId" msprop:Generator_ColumnVarNameInTable="columngoodsId" msprop:Generator_ColumnPropNameInRow="goodsId" msprop:Generator_ColumnPropNameInTable="goodsIdColumn" msprop:Generator_UserColumnName="goodsId">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="batch" msprop:Generator_ColumnVarNameInTable="columnbatch" msprop:Generator_ColumnPropNameInRow="batch" msprop:Generator_ColumnPropNameInTable="batchColumn" msprop:Generator_UserColumnName="batch" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="pickOrderNo" msprop:Generator_ColumnVarNameInTable="columnpickOrderNo" msprop:Generator_ColumnPropNameInRow="pickOrderNo" msprop:Generator_ColumnPropNameInTable="pickOrderNoColumn" msprop:Generator_UserColumnName="pickOrderNo">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="waveOrder" msprop:Generator_ColumnVarNameInTable="columnwaveOrder" msprop:Generator_ColumnPropNameInRow="waveOrder" msprop:Generator_ColumnPropNameInTable="waveOrderColumn" msprop:Generator_UserColumnName="waveOrder" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="count" msprop:Generator_ColumnVarNameInTable="columncount" msprop:Generator_ColumnPropNameInRow="count" msprop:Generator_ColumnPropNameInTable="countColumn" msprop:Generator_UserColumnName="count" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="deskName" msprop:Generator_ColumnVarNameInTable="columndeskName" msprop:Generator_ColumnPropNameInRow="deskName" msprop:Generator_ColumnPropNameInTable="deskNameColumn" msprop:Generator_UserColumnName="deskName">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="color" msprop:Generator_ColumnVarNameInTable="columncolor" msprop:Generator_ColumnPropNameInRow="color" msprop:Generator_ColumnPropNameInTable="colorColumn" msprop:Generator_UserColumnName="color" type="xs:int" />
|
|
<xs:element name="state" msprop:Generator_ColumnVarNameInTable="columnstate" msprop:Generator_ColumnPropNameInRow="state" msprop:Generator_ColumnPropNameInTable="stateColumn" msprop:Generator_UserColumnName="state" type="xs:int" minOccurs="0" />
|
|
<xs:element name="productDate" msprop:Generator_ColumnVarNameInTable="columnproductDate" msprop:Generator_ColumnPropNameInRow="productDate" msprop:Generator_ColumnPropNameInTable="productDateColumn" msprop:Generator_UserColumnName="productDate" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="validDate" msprop:Generator_ColumnVarNameInTable="columnvalidDate" msprop:Generator_ColumnPropNameInRow="validDate" msprop:Generator_ColumnPropNameInTable="validDateColumn" msprop:Generator_UserColumnName="validDate" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="recordId" msprop:Generator_ColumnVarNameInTable="columnrecordId" msprop:Generator_ColumnPropNameInRow="recordId" msprop:Generator_ColumnPropNameInTable="recordIdColumn" msprop:Generator_UserColumnName="recordId" type="xs:int" />
|
|
<xs:element name="port" msprop:Generator_ColumnVarNameInTable="columnport" msprop:Generator_ColumnPropNameInRow="port" msprop:Generator_ColumnPropNameInTable="portColumn" msprop:Generator_UserColumnName="port" type="xs:int" minOccurs="0" />
|
|
<xs:element name="locationId" msprop:Generator_ColumnVarNameInTable="columnlocationId" msprop:Generator_ColumnPropNameInRow="locationId" msprop:Generator_ColumnPropNameInTable="locationIdColumn" msprop:Generator_UserColumnName="locationId" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="pickCount" msprop:Generator_ColumnVarNameInTable="columnpickCount" msprop:Generator_ColumnPropNameInRow="pickCount" msprop:Generator_ColumnPropNameInTable="pickCountColumn" msprop:Generator_UserColumnName="pickCount" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="elabId" msprop:Generator_ColumnVarNameInTable="columnelabId" msprop:Generator_ColumnPropNameInRow="elabId" msprop:Generator_ColumnPropNameInTable="elabIdColumn" msprop:Generator_UserColumnName="elabId" type="xs:int" minOccurs="0" />
|
|
<xs:element name="elabAddress" msprop:Generator_ColumnVarNameInTable="columnelabAddress" msprop:Generator_ColumnPropNameInRow="elabAddress" msprop:Generator_ColumnPropNameInTable="elabAddressColumn" msprop:Generator_UserColumnName="elabAddress" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="v_stockOutPickDetail" msprop:Generator_TableClassName="v_stockOutPickDetailDataTable" msprop:Generator_TableVarName="tablev_stockOutPickDetail" msprop:Generator_TablePropName="v_stockOutPickDetail" msprop:Generator_RowDeletingName="v_stockOutPickDetailRowDeleting" msprop:Generator_RowChangingName="v_stockOutPickDetailRowChanging" msprop:Generator_RowEvHandlerName="v_stockOutPickDetailRowChangeEventHandler" msprop:Generator_RowDeletedName="v_stockOutPickDetailRowDeleted" msprop:Generator_UserTableName="v_stockOutPickDetail" msprop:Generator_RowChangedName="v_stockOutPickDetailRowChanged" msprop:Generator_RowEvArgName="v_stockOutPickDetailRowChangeEvent" msprop:Generator_RowClassName="v_stockOutPickDetailRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="id" msprop:Generator_ColumnVarNameInTable="columnid" msprop:Generator_ColumnPropNameInRow="id" msprop:Generator_ColumnPropNameInTable="idColumn" msprop:Generator_UserColumnName="id" type="xs:int" />
|
|
<xs:element name="pickOrderNo" msprop:Generator_ColumnVarNameInTable="columnpickOrderNo" msprop:Generator_ColumnPropNameInRow="pickOrderNo" msprop:Generator_ColumnPropNameInTable="pickOrderNoColumn" msprop:Generator_UserColumnName="pickOrderNo">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="customerId" msprop:Generator_ColumnVarNameInTable="columncustomerId" msprop:Generator_ColumnPropNameInRow="customerId" msprop:Generator_ColumnPropNameInTable="customerIdColumn" msprop:Generator_UserColumnName="customerId" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="customerName" msprop:Generator_ColumnVarNameInTable="columncustomerName" msprop:Generator_ColumnPropNameInRow="customerName" msprop:Generator_ColumnPropNameInTable="customerNameColumn" msprop:Generator_UserColumnName="customerName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="goodsId" msprop:Generator_ColumnVarNameInTable="columngoodsId" msprop:Generator_ColumnPropNameInRow="goodsId" msprop:Generator_ColumnPropNameInTable="goodsIdColumn" msprop:Generator_UserColumnName="goodsId" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="batch" msprop:Generator_ColumnVarNameInTable="columnbatch" msprop:Generator_ColumnPropNameInRow="batch" msprop:Generator_ColumnPropNameInTable="batchColumn" msprop:Generator_UserColumnName="batch" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="count" msprop:Generator_ColumnVarNameInTable="columncount" msprop:Generator_ColumnPropNameInRow="count" msprop:Generator_ColumnPropNameInTable="countColumn" msprop:Generator_UserColumnName="count" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="bulkCount" msprop:Generator_ColumnVarNameInTable="columnbulkCount" msprop:Generator_ColumnPropNameInRow="bulkCount" msprop:Generator_ColumnPropNameInTable="bulkCountColumn" msprop:Generator_UserColumnName="bulkCount" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="batch1Count" msprop:Generator_ColumnVarNameInTable="columnbatch1Count" msprop:Generator_ColumnPropNameInRow="batch1Count" msprop:Generator_ColumnPropNameInTable="batch1CountColumn" msprop:Generator_UserColumnName="batch1Count" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="batch2Count" msprop:Generator_ColumnVarNameInTable="columnbatch2Count" msprop:Generator_ColumnPropNameInRow="batch2Count" msprop:Generator_ColumnPropNameInTable="batch2CountColumn" msprop:Generator_UserColumnName="batch2Count" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="boxcnt" msprop:Generator_ColumnVarNameInTable="columnboxcnt" msprop:Generator_ColumnPropNameInRow="boxcnt" msprop:Generator_ColumnPropNameInTable="boxcntColumn" msprop:Generator_UserColumnName="boxcnt" type="xs:int" minOccurs="0" />
|
|
<xs:element name="productDate" msprop:Generator_ColumnVarNameInTable="columnproductDate" msprop:Generator_ColumnPropNameInRow="productDate" msprop:Generator_ColumnPropNameInTable="productDateColumn" msprop:Generator_UserColumnName="productDate" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="validDate" msprop:Generator_ColumnVarNameInTable="columnvalidDate" msprop:Generator_ColumnPropNameInRow="validDate" msprop:Generator_ColumnPropNameInTable="validDateColumn" msprop:Generator_UserColumnName="validDate" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="state" msprop:Generator_ColumnVarNameInTable="columnstate" msprop:Generator_ColumnPropNameInRow="state" msprop:Generator_ColumnPropNameInTable="stateColumn" msprop:Generator_UserColumnName="state" type="xs:int" minOccurs="0" />
|
|
<xs:element name="whtype" msprop:Generator_ColumnVarNameInTable="columnwhtype" msprop:Generator_ColumnPropNameInRow="whtype" msprop:Generator_ColumnPropNameInTable="whtypeColumn" msprop:Generator_UserColumnName="whtype" type="xs:int" minOccurs="0" />
|
|
<xs:element name="description" msprop:Generator_ColumnVarNameInTable="columndescription" msprop:Generator_ColumnPropNameInRow="description" msprop:Generator_ColumnPropNameInTable="descriptionColumn" msprop:Generator_UserColumnName="description" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="confirmedCount" msprop:Generator_ColumnVarNameInTable="columnconfirmedCount" msprop:Generator_ColumnPropNameInRow="confirmedCount" msprop:Generator_ColumnPropNameInTable="confirmedCountColumn" msprop:Generator_UserColumnName="confirmedCount" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="checkedBy" msprop:Generator_ColumnVarNameInTable="columncheckedBy" msprop:Generator_ColumnPropNameInRow="checkedBy" msprop:Generator_ColumnPropNameInTable="checkedByColumn" msprop:Generator_UserColumnName="checkedBy" type="xs:int" minOccurs="0" />
|
|
<xs:element name="validReason" msprop:Generator_ColumnVarNameInTable="columnvalidReason" msprop:Generator_ColumnPropNameInRow="validReason" msprop:Generator_ColumnPropNameInTable="validReasonColumn" msprop:Generator_UserColumnName="validReason" type="xs:int" minOccurs="0" />
|
|
<xs:element name="validSolution" msprop:Generator_ColumnVarNameInTable="columnvalidSolution" msprop:Generator_ColumnPropNameInRow="validSolution" msprop:Generator_ColumnPropNameInTable="validSolutionColumn" msprop:Generator_UserColumnName="validSolution" type="xs:int" minOccurs="0" />
|
|
<xs:element name="validRemark" msprop:Generator_ColumnVarNameInTable="columnvalidRemark" msprop:Generator_ColumnPropNameInRow="validRemark" msprop:Generator_ColumnPropNameInTable="validRemarkColumn" msprop:Generator_UserColumnName="validRemark" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="solutionRemark" msprop:Generator_ColumnVarNameInTable="columnsolutionRemark" msprop:Generator_ColumnPropNameInRow="solutionRemark" msprop:Generator_ColumnPropNameInTable="solutionRemarkColumn" msprop:Generator_UserColumnName="solutionRemark" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="checkedTime" msprop:Generator_ColumnVarNameInTable="columncheckedTime" msprop:Generator_ColumnPropNameInRow="checkedTime" msprop:Generator_ColumnPropNameInTable="checkedTimeColumn" msprop:Generator_UserColumnName="checkedTime" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="operater" msprop:Generator_ColumnVarNameInTable="columnoperater" msprop:Generator_ColumnPropNameInRow="operater" msprop:Generator_ColumnPropNameInTable="operaterColumn" msprop:Generator_UserColumnName="operater" type="xs:int" minOccurs="0" />
|
|
<xs:element name="dr" msprop:Generator_ColumnVarNameInTable="columndr" msprop:Generator_ColumnPropNameInRow="dr" msprop:Generator_ColumnPropNameInTable="drColumn" msprop:Generator_UserColumnName="dr" type="xs:boolean" minOccurs="0" />
|
|
<xs:element name="createtime" msprop:Generator_ColumnVarNameInTable="columncreatetime" msprop:Generator_ColumnPropNameInRow="createtime" msprop:Generator_ColumnPropNameInTable="createtimeColumn" msprop:Generator_UserColumnName="createtime" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="lastmodified" msprop:Generator_ColumnVarNameInTable="columnlastmodified" msprop:Generator_ColumnPropNameInRow="lastmodified" msprop:Generator_ColumnPropNameInTable="lastmodifiedColumn" msprop:Generator_UserColumnName="lastmodified" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="manufacturer" msprop:Generator_ColumnVarNameInTable="columnmanufacturer" msprop:Generator_ColumnPropNameInRow="manufacturer" msprop:Generator_ColumnPropNameInTable="manufacturerColumn" msprop:Generator_UserColumnName="manufacturer" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="256" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="goodsName" msprop:Generator_ColumnVarNameInTable="columngoodsName" msprop:Generator_ColumnPropNameInRow="goodsName" msprop:Generator_ColumnPropNameInTable="goodsNameColumn" msprop:Generator_UserColumnName="goodsName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="120" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="spec" msprop:Generator_ColumnVarNameInTable="columnspec" msprop:Generator_ColumnPropNameInRow="spec" msprop:Generator_ColumnPropNameInTable="specColumn" msprop:Generator_UserColumnName="spec" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="unit" msprop:Generator_ColumnVarNameInTable="columnunit" msprop:Generator_ColumnPropNameInRow="unit" msprop:Generator_ColumnPropNameInTable="unitColumn" msprop:Generator_UserColumnName="unit" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="20" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="regeditCode" msprop:Generator_ColumnVarNameInTable="columnregeditCode" msprop:Generator_ColumnPropNameInRow="regeditCode" msprop:Generator_ColumnPropNameInTable="regeditCodeColumn" msprop:Generator_UserColumnName="regeditCode" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="72" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="bigCount" msprop:Generator_ColumnVarNameInTable="columnbigCount" msprop:Generator_ColumnPropNameInRow="bigCount" msprop:Generator_ColumnPropNameInTable="bigCountColumn" msprop:Generator_UserColumnName="bigCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="address" msprop:Generator_ColumnVarNameInTable="columnaddress" msprop:Generator_ColumnPropNameInRow="address" msprop:Generator_ColumnPropNameInTable="addressColumn" msprop:Generator_UserColumnName="address" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="barCode" msprop:Generator_ColumnVarNameInTable="columnbarCode" msprop:Generator_ColumnPropNameInRow="barCode" msprop:Generator_ColumnPropNameInTable="barCodeColumn" msprop:Generator_UserColumnName="barCode" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="30" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="type" msprop:Generator_ColumnVarNameInTable="columntype" msprop:Generator_ColumnPropNameInRow="type" msprop:Generator_ColumnPropNameInTable="typeColumn" msprop:Generator_UserColumnName="type" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="30" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="batchPickState" msprop:Generator_ColumnVarNameInTable="columnbatchPickState" msprop:Generator_ColumnPropNameInRow="batchPickState" msprop:Generator_ColumnPropNameInTable="batchPickStateColumn" msprop:Generator_UserColumnName="batchPickState" type="xs:int" minOccurs="0" />
|
|
<xs:element name="bulkPickState" msprop:Generator_ColumnVarNameInTable="columnbulkPickState" msprop:Generator_ColumnPropNameInRow="bulkPickState" msprop:Generator_ColumnPropNameInTable="bulkPickStateColumn" msprop:Generator_UserColumnName="bulkPickState" type="xs:int" minOccurs="0" />
|
|
<xs:element name="bulkMax" msprop:Generator_ColumnVarNameInTable="columnbulkMax" msprop:Generator_ColumnPropNameInRow="bulkMax" msprop:Generator_ColumnPropNameInTable="bulkMaxColumn" msprop:Generator_UserColumnName="bulkMax" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="bulkMax1" msprop:Generator_ColumnVarNameInTable="columnbulkMax1" msprop:Generator_ColumnPropNameInRow="bulkMax1" msprop:Generator_ColumnPropNameInTable="bulkMax1Column" msprop:Generator_UserColumnName="bulkMax1" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="batchMax1" msprop:Generator_ColumnVarNameInTable="columnbatchMax1" msprop:Generator_ColumnPropNameInRow="batchMax1" msprop:Generator_ColumnPropNameInTable="batchMax1Column" msprop:Generator_UserColumnName="batchMax1" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="batchMax2" msprop:Generator_ColumnVarNameInTable="columnbatchMax2" msprop:Generator_ColumnPropNameInRow="batchMax2" msprop:Generator_ColumnPropNameInTable="batchMax2Column" msprop:Generator_UserColumnName="batchMax2" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="goodsTypeName" msprop:Generator_ColumnVarNameInTable="columngoodsTypeName" msprop:Generator_ColumnPropNameInRow="goodsTypeName" msprop:Generator_ColumnPropNameInTable="goodsTypeNameColumn" msprop:Generator_UserColumnName="goodsTypeName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="custAddress" msprop:Generator_ColumnVarNameInTable="columncustAddress" msprop:Generator_ColumnPropNameInRow="custAddress" msprop:Generator_ColumnPropNameInTable="custAddressColumn" msprop:Generator_UserColumnName="custAddress" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="v_stockOutPickDetailSeeds" msprop:Generator_TableClassName="v_stockOutPickDetailSeedsDataTable" msprop:Generator_TableVarName="tablev_stockOutPickDetailSeeds" msprop:Generator_TablePropName="v_stockOutPickDetailSeeds" msprop:Generator_RowDeletingName="v_stockOutPickDetailSeedsRowDeleting" msprop:Generator_RowChangingName="v_stockOutPickDetailSeedsRowChanging" msprop:Generator_RowEvHandlerName="v_stockOutPickDetailSeedsRowChangeEventHandler" msprop:Generator_RowDeletedName="v_stockOutPickDetailSeedsRowDeleted" msprop:Generator_UserTableName="v_stockOutPickDetailSeeds" msprop:Generator_RowChangedName="v_stockOutPickDetailSeedsRowChanged" msprop:Generator_RowEvArgName="v_stockOutPickDetailSeedsRowChangeEvent" msprop:Generator_RowClassName="v_stockOutPickDetailSeedsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="orderState" msprop:Generator_ColumnVarNameInTable="columnorderState" msprop:Generator_ColumnPropNameInRow="orderState" msprop:Generator_ColumnPropNameInTable="orderStateColumn" msprop:Generator_UserColumnName="orderState" type="xs:int" minOccurs="0" />
|
|
<xs:element name="seedsPickNo" msprop:Generator_ColumnVarNameInTable="columnseedsPickNo" msprop:Generator_ColumnPropNameInRow="seedsPickNo" msprop:Generator_ColumnPropNameInTable="seedsPickNoColumn" msprop:Generator_UserColumnName="seedsPickNo" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="goodsId" msprop:Generator_ColumnVarNameInTable="columngoodsId" msprop:Generator_ColumnPropNameInRow="goodsId" msprop:Generator_ColumnPropNameInTable="goodsIdColumn" msprop:Generator_UserColumnName="goodsId" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="batch" msprop:Generator_ColumnVarNameInTable="columnbatch" msprop:Generator_ColumnPropNameInRow="batch" msprop:Generator_ColumnPropNameInTable="batchColumn" msprop:Generator_UserColumnName="batch" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="bulkCount" msprop:Generator_ColumnVarNameInTable="columnbulkCount" msprop:Generator_ColumnPropNameInRow="bulkCount" msprop:Generator_ColumnPropNameInTable="bulkCountColumn" msprop:Generator_UserColumnName="bulkCount" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="goodsName" msprop:Generator_ColumnVarNameInTable="columngoodsName" msprop:Generator_ColumnPropNameInRow="goodsName" msprop:Generator_ColumnPropNameInTable="goodsNameColumn" msprop:Generator_UserColumnName="goodsName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="120" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="manufacturer" msprop:Generator_ColumnVarNameInTable="columnmanufacturer" msprop:Generator_ColumnPropNameInRow="manufacturer" msprop:Generator_ColumnPropNameInTable="manufacturerColumn" msprop:Generator_UserColumnName="manufacturer" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="256" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="spec" msprop:Generator_ColumnVarNameInTable="columnspec" msprop:Generator_ColumnPropNameInRow="spec" msprop:Generator_ColumnPropNameInTable="specColumn" msprop:Generator_UserColumnName="spec" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="unit" msprop:Generator_ColumnVarNameInTable="columnunit" msprop:Generator_ColumnPropNameInRow="unit" msprop:Generator_ColumnPropNameInTable="unitColumn" msprop:Generator_UserColumnName="unit" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="20" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="BarCode" msprop:Generator_ColumnVarNameInTable="columnBarCode" msprop:Generator_ColumnPropNameInRow="BarCode" msprop:Generator_ColumnPropNameInTable="BarCodeColumn" msprop:Generator_UserColumnName="BarCode" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="30" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="solutionRemark" msprop:Generator_ColumnVarNameInTable="columnsolutionRemark" msprop:Generator_ColumnPropNameInRow="solutionRemark" msprop:Generator_ColumnPropNameInTable="solutionRemarkColumn" msprop:Generator_UserColumnName="solutionRemark" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="validSolution" msprop:Generator_ColumnVarNameInTable="columnvalidSolution" msprop:Generator_ColumnPropNameInRow="validSolution" msprop:Generator_ColumnPropNameInTable="validSolutionColumn" msprop:Generator_UserColumnName="validSolution" type="xs:int" minOccurs="0" />
|
|
<xs:element name="desk" msprop:Generator_ColumnVarNameInTable="columndesk" msprop:Generator_ColumnPropNameInRow="desk" msprop:Generator_ColumnPropNameInTable="deskColumn" msprop:Generator_UserColumnName="desk" type="xs:int" minOccurs="0" />
|
|
<xs:element name="confirmedCount" msprop:Generator_ColumnVarNameInTable="columnconfirmedCount" msprop:Generator_ColumnPropNameInRow="confirmedCount" msprop:Generator_ColumnPropNameInTable="confirmedCountColumn" msprop:Generator_UserColumnName="confirmedCount" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="validRemark" msprop:Generator_ColumnVarNameInTable="columnvalidRemark" msprop:Generator_ColumnPropNameInRow="validRemark" msprop:Generator_ColumnPropNameInTable="validRemarkColumn" msprop:Generator_UserColumnName="validRemark" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="productDate" msprop:Generator_ColumnVarNameInTable="columnproductDate" msprop:Generator_ColumnPropNameInRow="productDate" msprop:Generator_ColumnPropNameInTable="productDateColumn" msprop:Generator_UserColumnName="productDate" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="validDate" msprop:Generator_ColumnVarNameInTable="columnvalidDate" msprop:Generator_ColumnPropNameInRow="validDate" msprop:Generator_ColumnPropNameInTable="validDateColumn" msprop:Generator_UserColumnName="validDate" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="type" msprop:Generator_ColumnVarNameInTable="columntype" msprop:Generator_ColumnPropNameInRow="type" msprop:Generator_ColumnPropNameInTable="typeColumn" msprop:Generator_UserColumnName="type" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="30" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="seedsPort" msprop:Generator_ColumnVarNameInTable="columnseedsPort" msprop:Generator_ColumnPropNameInRow="seedsPort" msprop:Generator_ColumnPropNameInTable="seedsPortColumn" msprop:Generator_UserColumnName="seedsPort" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="v_stockOutPickDetailSeeds_to_delete" msprop:Generator_TableClassName="v_stockOutPickDetailSeeds_to_deleteDataTable" msprop:Generator_TableVarName="tablev_stockOutPickDetailSeeds_to_delete" msprop:Generator_TablePropName="v_stockOutPickDetailSeeds_to_delete" msprop:Generator_RowDeletingName="v_stockOutPickDetailSeeds_to_deleteRowDeleting" msprop:Generator_RowChangingName="v_stockOutPickDetailSeeds_to_deleteRowChanging" msprop:Generator_RowEvHandlerName="v_stockOutPickDetailSeeds_to_deleteRowChangeEventHandler" msprop:Generator_RowDeletedName="v_stockOutPickDetailSeeds_to_deleteRowDeleted" msprop:Generator_UserTableName="v_stockOutPickDetailSeeds_to_delete" msprop:Generator_RowChangedName="v_stockOutPickDetailSeeds_to_deleteRowChanged" msprop:Generator_RowEvArgName="v_stockOutPickDetailSeeds_to_deleteRowChangeEvent" msprop:Generator_RowClassName="v_stockOutPickDetailSeeds_to_deleteRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="seedsPickNo" msprop:Generator_ColumnVarNameInTable="columnseedsPickNo" msprop:Generator_ColumnPropNameInRow="seedsPickNo" msprop:Generator_ColumnPropNameInTable="seedsPickNoColumn" msprop:Generator_UserColumnName="seedsPickNo" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="goodsId" msprop:Generator_ColumnVarNameInTable="columngoodsId" msprop:Generator_ColumnPropNameInRow="goodsId" msprop:Generator_ColumnPropNameInTable="goodsIdColumn" msprop:Generator_UserColumnName="goodsId" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="batch" msprop:Generator_ColumnVarNameInTable="columnbatch" msprop:Generator_ColumnPropNameInRow="batch" msprop:Generator_ColumnPropNameInTable="batchColumn" msprop:Generator_UserColumnName="batch" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="bulkcount" msprop:Generator_ColumnVarNameInTable="columnbulkcount" msprop:Generator_ColumnPropNameInRow="bulkcount" msprop:Generator_ColumnPropNameInTable="bulkcountColumn" msprop:Generator_UserColumnName="bulkcount" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="orderState" msprop:Generator_ColumnVarNameInTable="columnorderState" msprop:Generator_ColumnPropNameInRow="orderState" msprop:Generator_ColumnPropNameInTable="orderStateColumn" msprop:Generator_UserColumnName="orderState" type="xs:int" minOccurs="0" />
|
|
<xs:element name="desk" msprop:Generator_ColumnVarNameInTable="columndesk" msprop:Generator_ColumnPropNameInRow="desk" msprop:Generator_ColumnPropNameInTable="deskColumn" msprop:Generator_UserColumnName="desk" type="xs:int" minOccurs="0" />
|
|
<xs:element name="productDate" msprop:Generator_ColumnVarNameInTable="columnproductDate" msprop:Generator_ColumnPropNameInRow="productDate" msprop:Generator_ColumnPropNameInTable="productDateColumn" msprop:Generator_UserColumnName="productDate" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="validDate" msprop:Generator_ColumnVarNameInTable="columnvalidDate" msprop:Generator_ColumnPropNameInRow="validDate" msprop:Generator_ColumnPropNameInTable="validDateColumn" msprop:Generator_UserColumnName="validDate" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="confirmedCount" msprop:Generator_ColumnVarNameInTable="columnconfirmedCount" msprop:Generator_ColumnPropNameInRow="confirmedCount" msprop:Generator_ColumnPropNameInTable="confirmedCountColumn" msprop:Generator_UserColumnName="confirmedCount" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="description" msprop:Generator_ColumnVarNameInTable="columndescription" msprop:Generator_ColumnPropNameInRow="description" msprop:Generator_ColumnPropNameInTable="descriptionColumn" msprop:Generator_UserColumnName="description" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="validRemark" msprop:Generator_ColumnVarNameInTable="columnvalidRemark" msprop:Generator_ColumnPropNameInRow="validRemark" msprop:Generator_ColumnPropNameInTable="validRemarkColumn" msprop:Generator_UserColumnName="validRemark" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="validReason" msprop:Generator_ColumnVarNameInTable="columnvalidReason" msprop:Generator_ColumnPropNameInRow="validReason" msprop:Generator_ColumnPropNameInTable="validReasonColumn" msprop:Generator_UserColumnName="validReason" type="xs:int" minOccurs="0" />
|
|
<xs:element name="goodsName" msprop:Generator_ColumnVarNameInTable="columngoodsName" msprop:Generator_ColumnPropNameInRow="goodsName" msprop:Generator_ColumnPropNameInTable="goodsNameColumn" msprop:Generator_UserColumnName="goodsName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="120" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="manufacturer" msprop:Generator_ColumnVarNameInTable="columnmanufacturer" msprop:Generator_ColumnPropNameInRow="manufacturer" msprop:Generator_ColumnPropNameInTable="manufacturerColumn" msprop:Generator_UserColumnName="manufacturer" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="256" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="spec" msprop:Generator_ColumnVarNameInTable="columnspec" msprop:Generator_ColumnPropNameInRow="spec" msprop:Generator_ColumnPropNameInTable="specColumn" msprop:Generator_UserColumnName="spec" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="unit" msprop:Generator_ColumnVarNameInTable="columnunit" msprop:Generator_ColumnPropNameInRow="unit" msprop:Generator_ColumnPropNameInTable="unitColumn" msprop:Generator_UserColumnName="unit" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="20" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="regeditCode" msprop:Generator_ColumnVarNameInTable="columnregeditCode" msprop:Generator_ColumnPropNameInRow="regeditCode" msprop:Generator_ColumnPropNameInTable="regeditCodeColumn" msprop:Generator_UserColumnName="regeditCode" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="72" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="BarCode" msprop:Generator_ColumnVarNameInTable="columnBarCode" msprop:Generator_ColumnPropNameInRow="BarCode" msprop:Generator_ColumnPropNameInTable="BarCodeColumn" msprop:Generator_UserColumnName="BarCode" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="30" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="type" msprop:Generator_ColumnVarNameInTable="columntype" msprop:Generator_ColumnPropNameInRow="type" msprop:Generator_ColumnPropNameInTable="typeColumn" msprop:Generator_UserColumnName="type" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="30" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="solutionRemark" msprop:Generator_ColumnVarNameInTable="columnsolutionRemark" msprop:Generator_ColumnPropNameInRow="solutionRemark" msprop:Generator_ColumnPropNameInTable="solutionRemarkColumn" msprop:Generator_UserColumnName="solutionRemark" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="validSolution" msprop:Generator_ColumnVarNameInTable="columnvalidSolution" msprop:Generator_ColumnPropNameInRow="validSolution" msprop:Generator_ColumnPropNameInTable="validSolutionColumn" msprop:Generator_UserColumnName="validSolution" type="xs:int" minOccurs="0" />
|
|
<xs:element name="validResult" msprop:Generator_ColumnVarNameInTable="columnvalidResult" msprop:Generator_ColumnPropNameInRow="validResult" msprop:Generator_ColumnPropNameInTable="validResultColumn" msprop:Generator_UserColumnName="validResult" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="solution" msprop:Generator_ColumnVarNameInTable="columnsolution" msprop:Generator_ColumnPropNameInRow="solution" msprop:Generator_ColumnPropNameInTable="solutionColumn" msprop:Generator_UserColumnName="solution" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="bulkPickState" msprop:Generator_ColumnVarNameInTable="columnbulkPickState" msprop:Generator_ColumnPropNameInRow="bulkPickState" msprop:Generator_ColumnPropNameInTable="bulkPickStateColumn" msprop:Generator_UserColumnName="bulkPickState" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="v_stockOutPickDetailValidation" msprop:Generator_TableClassName="v_stockOutPickDetailValidationDataTable" msprop:Generator_TableVarName="tablev_stockOutPickDetailValidation" msprop:Generator_TablePropName="v_stockOutPickDetailValidation" msprop:Generator_RowDeletingName="v_stockOutPickDetailValidationRowDeleting" msprop:Generator_RowChangingName="v_stockOutPickDetailValidationRowChanging" msprop:Generator_RowEvHandlerName="v_stockOutPickDetailValidationRowChangeEventHandler" msprop:Generator_RowDeletedName="v_stockOutPickDetailValidationRowDeleted" msprop:Generator_UserTableName="v_stockOutPickDetailValidation" msprop:Generator_RowChangedName="v_stockOutPickDetailValidationRowChanged" msprop:Generator_RowEvArgName="v_stockOutPickDetailValidationRowChangeEvent" msprop:Generator_RowClassName="v_stockOutPickDetailValidationRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="desk" msprop:Generator_ColumnVarNameInTable="columndesk" msprop:Generator_ColumnPropNameInRow="desk" msprop:Generator_ColumnPropNameInTable="deskColumn" msprop:Generator_UserColumnName="desk" type="xs:int" minOccurs="0" />
|
|
<xs:element name="orderState" msprop:Generator_ColumnVarNameInTable="columnorderState" msprop:Generator_ColumnPropNameInRow="orderState" msprop:Generator_ColumnPropNameInTable="orderStateColumn" msprop:Generator_UserColumnName="orderState" type="xs:int" minOccurs="0" />
|
|
<xs:element name="waveOrder" msprop:Generator_ColumnVarNameInTable="columnwaveOrder" msprop:Generator_ColumnPropNameInRow="waveOrder" msprop:Generator_ColumnPropNameInTable="waveOrderColumn" msprop:Generator_UserColumnName="waveOrder" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="seedsPickNo" msprop:Generator_ColumnVarNameInTable="columnseedsPickNo" msprop:Generator_ColumnPropNameInRow="seedsPickNo" msprop:Generator_ColumnPropNameInTable="seedsPickNoColumn" msprop:Generator_UserColumnName="seedsPickNo" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="seedsPort" msprop:Generator_ColumnVarNameInTable="columnseedsPort" msprop:Generator_ColumnPropNameInRow="seedsPort" msprop:Generator_ColumnPropNameInTable="seedsPortColumn" msprop:Generator_UserColumnName="seedsPort" type="xs:int" minOccurs="0" />
|
|
<xs:element name="id" msprop:Generator_ColumnVarNameInTable="columnid" msprop:Generator_ColumnPropNameInRow="id" msprop:Generator_ColumnPropNameInTable="idColumn" msprop:Generator_UserColumnName="id" type="xs:int" />
|
|
<xs:element name="pickOrderNo" msprop:Generator_ColumnVarNameInTable="columnpickOrderNo" msprop:Generator_ColumnPropNameInRow="pickOrderNo" msprop:Generator_ColumnPropNameInTable="pickOrderNoColumn" msprop:Generator_UserColumnName="pickOrderNo">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="customerId" msprop:Generator_ColumnVarNameInTable="columncustomerId" msprop:Generator_ColumnPropNameInRow="customerId" msprop:Generator_ColumnPropNameInTable="customerIdColumn" msprop:Generator_UserColumnName="customerId" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="customerName" msprop:Generator_ColumnVarNameInTable="columncustomerName" msprop:Generator_ColumnPropNameInRow="customerName" msprop:Generator_ColumnPropNameInTable="customerNameColumn" msprop:Generator_UserColumnName="customerName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="goodsId" msprop:Generator_ColumnVarNameInTable="columngoodsId" msprop:Generator_ColumnPropNameInRow="goodsId" msprop:Generator_ColumnPropNameInTable="goodsIdColumn" msprop:Generator_UserColumnName="goodsId" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="batch" msprop:Generator_ColumnVarNameInTable="columnbatch" msprop:Generator_ColumnPropNameInRow="batch" msprop:Generator_ColumnPropNameInTable="batchColumn" msprop:Generator_UserColumnName="batch" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="count" msprop:Generator_ColumnVarNameInTable="columncount" msprop:Generator_ColumnPropNameInRow="count" msprop:Generator_ColumnPropNameInTable="countColumn" msprop:Generator_UserColumnName="count" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="bulkCount" msprop:Generator_ColumnVarNameInTable="columnbulkCount" msprop:Generator_ColumnPropNameInRow="bulkCount" msprop:Generator_ColumnPropNameInTable="bulkCountColumn" msprop:Generator_UserColumnName="bulkCount" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="batch1Count" msprop:Generator_ColumnVarNameInTable="columnbatch1Count" msprop:Generator_ColumnPropNameInRow="batch1Count" msprop:Generator_ColumnPropNameInTable="batch1CountColumn" msprop:Generator_UserColumnName="batch1Count" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="batch2Count" msprop:Generator_ColumnVarNameInTable="columnbatch2Count" msprop:Generator_ColumnPropNameInRow="batch2Count" msprop:Generator_ColumnPropNameInTable="batch2CountColumn" msprop:Generator_UserColumnName="batch2Count" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="boxcnt" msprop:Generator_ColumnVarNameInTable="columnboxcnt" msprop:Generator_ColumnPropNameInRow="boxcnt" msprop:Generator_ColumnPropNameInTable="boxcntColumn" msprop:Generator_UserColumnName="boxcnt" type="xs:int" minOccurs="0" />
|
|
<xs:element name="productDate" msprop:Generator_ColumnVarNameInTable="columnproductDate" msprop:Generator_ColumnPropNameInRow="productDate" msprop:Generator_ColumnPropNameInTable="productDateColumn" msprop:Generator_UserColumnName="productDate" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="validDate" msprop:Generator_ColumnVarNameInTable="columnvalidDate" msprop:Generator_ColumnPropNameInRow="validDate" msprop:Generator_ColumnPropNameInTable="validDateColumn" msprop:Generator_UserColumnName="validDate" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="state" msprop:Generator_ColumnVarNameInTable="columnstate" msprop:Generator_ColumnPropNameInRow="state" msprop:Generator_ColumnPropNameInTable="stateColumn" msprop:Generator_UserColumnName="state" type="xs:int" minOccurs="0" />
|
|
<xs:element name="whtype" msprop:Generator_ColumnVarNameInTable="columnwhtype" msprop:Generator_ColumnPropNameInRow="whtype" msprop:Generator_ColumnPropNameInTable="whtypeColumn" msprop:Generator_UserColumnName="whtype" type="xs:int" minOccurs="0" />
|
|
<xs:element name="description" msprop:Generator_ColumnVarNameInTable="columndescription" msprop:Generator_ColumnPropNameInRow="description" msprop:Generator_ColumnPropNameInTable="descriptionColumn" msprop:Generator_UserColumnName="description" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="confirmedCount" msprop:Generator_ColumnVarNameInTable="columnconfirmedCount" msprop:Generator_ColumnPropNameInRow="confirmedCount" msprop:Generator_ColumnPropNameInTable="confirmedCountColumn" msprop:Generator_UserColumnName="confirmedCount" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="checkedBy" msprop:Generator_ColumnVarNameInTable="columncheckedBy" msprop:Generator_ColumnPropNameInRow="checkedBy" msprop:Generator_ColumnPropNameInTable="checkedByColumn" msprop:Generator_UserColumnName="checkedBy" type="xs:int" minOccurs="0" />
|
|
<xs:element name="validRemark" msprop:Generator_ColumnVarNameInTable="columnvalidRemark" msprop:Generator_ColumnPropNameInRow="validRemark" msprop:Generator_ColumnPropNameInTable="validRemarkColumn" msprop:Generator_UserColumnName="validRemark" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="validReason" msprop:Generator_ColumnVarNameInTable="columnvalidReason" msprop:Generator_ColumnPropNameInRow="validReason" msprop:Generator_ColumnPropNameInTable="validReasonColumn" msprop:Generator_UserColumnName="validReason" type="xs:int" minOccurs="0" />
|
|
<xs:element name="checkedTime" msprop:Generator_ColumnVarNameInTable="columncheckedTime" msprop:Generator_ColumnPropNameInRow="checkedTime" msprop:Generator_ColumnPropNameInTable="checkedTimeColumn" msprop:Generator_UserColumnName="checkedTime" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="operater" msprop:Generator_ColumnVarNameInTable="columnoperater" msprop:Generator_ColumnPropNameInRow="operater" msprop:Generator_ColumnPropNameInTable="operaterColumn" msprop:Generator_UserColumnName="operater" type="xs:int" minOccurs="0" />
|
|
<xs:element name="dr" msprop:Generator_ColumnVarNameInTable="columndr" msprop:Generator_ColumnPropNameInRow="dr" msprop:Generator_ColumnPropNameInTable="drColumn" msprop:Generator_UserColumnName="dr" type="xs:boolean" minOccurs="0" />
|
|
<xs:element name="createtime" msprop:Generator_ColumnVarNameInTable="columncreatetime" msprop:Generator_ColumnPropNameInRow="createtime" msprop:Generator_ColumnPropNameInTable="createtimeColumn" msprop:Generator_UserColumnName="createtime" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="lastmodified" msprop:Generator_ColumnVarNameInTable="columnlastmodified" msprop:Generator_ColumnPropNameInRow="lastmodified" msprop:Generator_ColumnPropNameInTable="lastmodifiedColumn" msprop:Generator_UserColumnName="lastmodified" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="goodsName" msprop:Generator_ColumnVarNameInTable="columngoodsName" msprop:Generator_ColumnPropNameInRow="goodsName" msprop:Generator_ColumnPropNameInTable="goodsNameColumn" msprop:Generator_UserColumnName="goodsName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="120" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="manufacturer" msprop:Generator_ColumnVarNameInTable="columnmanufacturer" msprop:Generator_ColumnPropNameInRow="manufacturer" msprop:Generator_ColumnPropNameInTable="manufacturerColumn" msprop:Generator_UserColumnName="manufacturer" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="256" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="spec" msprop:Generator_ColumnVarNameInTable="columnspec" msprop:Generator_ColumnPropNameInRow="spec" msprop:Generator_ColumnPropNameInTable="specColumn" msprop:Generator_UserColumnName="spec" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="unit" msprop:Generator_ColumnVarNameInTable="columnunit" msprop:Generator_ColumnPropNameInRow="unit" msprop:Generator_ColumnPropNameInTable="unitColumn" msprop:Generator_UserColumnName="unit" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="20" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="regeditCode" msprop:Generator_ColumnVarNameInTable="columnregeditCode" msprop:Generator_ColumnPropNameInRow="regeditCode" msprop:Generator_ColumnPropNameInTable="regeditCodeColumn" msprop:Generator_UserColumnName="regeditCode" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="72" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="bigCount" msprop:Generator_ColumnVarNameInTable="columnbigCount" msprop:Generator_ColumnPropNameInRow="bigCount" msprop:Generator_ColumnPropNameInTable="bigCountColumn" msprop:Generator_UserColumnName="bigCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="BarCode" msprop:Generator_ColumnVarNameInTable="columnBarCode" msprop:Generator_ColumnPropNameInRow="BarCode" msprop:Generator_ColumnPropNameInTable="BarCodeColumn" msprop:Generator_UserColumnName="BarCode" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="30" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="drug_code" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columndrug_code" msprop:Generator_ColumnPropNameInRow="drug_code" msprop:Generator_ColumnPropNameInTable="drug_codeColumn" msprop:Generator_UserColumnName="drug_code" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="1" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="type" msprop:Generator_ColumnVarNameInTable="columntype" msprop:Generator_ColumnPropNameInRow="type" msprop:Generator_ColumnPropNameInTable="typeColumn" msprop:Generator_UserColumnName="type" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="30" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Isimport" msprop:Generator_ColumnVarNameInTable="columnIsimport" msprop:Generator_ColumnPropNameInRow="Isimport" msprop:Generator_ColumnPropNameInTable="IsimportColumn" msprop:Generator_UserColumnName="Isimport" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="1" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="goodsTypeName" msprop:Generator_ColumnVarNameInTable="columngoodsTypeName" msprop:Generator_ColumnPropNameInRow="goodsTypeName" msprop:Generator_ColumnPropNameInTable="goodsTypeNameColumn" msprop:Generator_UserColumnName="goodsTypeName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="solutionRemark" msprop:Generator_ColumnVarNameInTable="columnsolutionRemark" msprop:Generator_ColumnPropNameInRow="solutionRemark" msprop:Generator_ColumnPropNameInTable="solutionRemarkColumn" msprop:Generator_UserColumnName="solutionRemark" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="validSolution" msprop:Generator_ColumnVarNameInTable="columnvalidSolution" msprop:Generator_ColumnPropNameInRow="validSolution" msprop:Generator_ColumnPropNameInTable="validSolutionColumn" msprop:Generator_UserColumnName="validSolution" type="xs:int" minOccurs="0" />
|
|
<xs:element name="validResult" msprop:Generator_ColumnVarNameInTable="columnvalidResult" msprop:Generator_ColumnPropNameInRow="validResult" msprop:Generator_ColumnPropNameInTable="validResultColumn" msprop:Generator_UserColumnName="validResult" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="solution" msprop:Generator_ColumnVarNameInTable="columnsolution" msprop:Generator_ColumnPropNameInRow="solution" msprop:Generator_ColumnPropNameInTable="solutionColumn" msprop:Generator_UserColumnName="solution" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="bulkPickState" msprop:Generator_ColumnVarNameInTable="columnbulkPickState" msprop:Generator_ColumnPropNameInRow="bulkPickState" msprop:Generator_ColumnPropNameInTable="bulkPickStateColumn" msprop:Generator_UserColumnName="bulkPickState" type="xs:int" minOccurs="0" />
|
|
<xs:element name="batchPickState" msprop:Generator_ColumnVarNameInTable="columnbatchPickState" msprop:Generator_ColumnPropNameInRow="batchPickState" msprop:Generator_ColumnPropNameInTable="batchPickStateColumn" msprop:Generator_UserColumnName="batchPickState" type="xs:int" minOccurs="0" />
|
|
<xs:element name="custAddress" msprop:Generator_ColumnVarNameInTable="columncustAddress" msprop:Generator_ColumnPropNameInRow="custAddress" msprop:Generator_ColumnPropNameInTable="custAddressColumn" msprop:Generator_UserColumnName="custAddress" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="seedsLabelId" msprop:Generator_ColumnVarNameInTable="columnseedsLabelId" msprop:Generator_ColumnPropNameInRow="seedsLabelId" msprop:Generator_ColumnPropNameInTable="seedsLabelIdColumn" msprop:Generator_UserColumnName="seedsLabelId" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="v_stockOutPickRequestLog" msprop:Generator_TableClassName="v_stockOutPickRequestLogDataTable" msprop:Generator_TableVarName="tablev_stockOutPickRequestLog" msprop:Generator_TablePropName="v_stockOutPickRequestLog" msprop:Generator_RowDeletingName="v_stockOutPickRequestLogRowDeleting" msprop:Generator_RowChangingName="v_stockOutPickRequestLogRowChanging" msprop:Generator_RowEvHandlerName="v_stockOutPickRequestLogRowChangeEventHandler" msprop:Generator_RowDeletedName="v_stockOutPickRequestLogRowDeleted" msprop:Generator_UserTableName="v_stockOutPickRequestLog" msprop:Generator_RowChangedName="v_stockOutPickRequestLogRowChanged" msprop:Generator_RowEvArgName="v_stockOutPickRequestLogRowChangeEvent" msprop:Generator_RowClassName="v_stockOutPickRequestLogRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="orderState" msprop:Generator_ColumnVarNameInTable="columnorderState" msprop:Generator_ColumnPropNameInRow="orderState" msprop:Generator_ColumnPropNameInTable="orderStateColumn" msprop:Generator_UserColumnName="orderState" type="xs:int" minOccurs="0" />
|
|
<xs:element name="pickOrderNo" msprop:Generator_ColumnVarNameInTable="columnpickOrderNo" msprop:Generator_ColumnPropNameInRow="pickOrderNo" msprop:Generator_ColumnPropNameInTable="pickOrderNoColumn" msprop:Generator_UserColumnName="pickOrderNo" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="pickState" msprop:Generator_ColumnVarNameInTable="columnpickState" msprop:Generator_ColumnPropNameInRow="pickState" msprop:Generator_ColumnPropNameInTable="pickStateColumn" msprop:Generator_UserColumnName="pickState" type="xs:int" minOccurs="0" />
|
|
<xs:element name="bulkPickState" msprop:Generator_ColumnVarNameInTable="columnbulkPickState" msprop:Generator_ColumnPropNameInRow="bulkPickState" msprop:Generator_ColumnPropNameInTable="bulkPickStateColumn" msprop:Generator_UserColumnName="bulkPickState" type="xs:int" minOccurs="0" />
|
|
<xs:element name="batchPickState" msprop:Generator_ColumnVarNameInTable="columnbatchPickState" msprop:Generator_ColumnPropNameInRow="batchPickState" msprop:Generator_ColumnPropNameInTable="batchPickStateColumn" msprop:Generator_UserColumnName="batchPickState" type="xs:int" minOccurs="0" />
|
|
<xs:element name="operater" msprop:Generator_ColumnVarNameInTable="columnoperater" msprop:Generator_ColumnPropNameInRow="operater" msprop:Generator_ColumnPropNameInTable="operaterColumn" msprop:Generator_UserColumnName="operater" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="lastmodified" msprop:Generator_ColumnVarNameInTable="columnlastmodified" msprop:Generator_ColumnPropNameInRow="lastmodified" msprop:Generator_ColumnPropNameInTable="lastmodifiedColumn" msprop:Generator_UserColumnName="lastmodified" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="orderNo" msprop:Generator_ColumnVarNameInTable="columnorderNo" msprop:Generator_ColumnPropNameInRow="orderNo" msprop:Generator_ColumnPropNameInTable="orderNoColumn" msprop:Generator_UserColumnName="orderNo" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="v_stockOutPickSeedsGoodsSum" msprop:Generator_TableClassName="v_stockOutPickSeedsGoodsSumDataTable" msprop:Generator_TableVarName="tablev_stockOutPickSeedsGoodsSum" msprop:Generator_TablePropName="v_stockOutPickSeedsGoodsSum" msprop:Generator_RowDeletingName="v_stockOutPickSeedsGoodsSumRowDeleting" msprop:Generator_RowChangingName="v_stockOutPickSeedsGoodsSumRowChanging" msprop:Generator_RowEvHandlerName="v_stockOutPickSeedsGoodsSumRowChangeEventHandler" msprop:Generator_RowDeletedName="v_stockOutPickSeedsGoodsSumRowDeleted" msprop:Generator_UserTableName="v_stockOutPickSeedsGoodsSum" msprop:Generator_RowChangedName="v_stockOutPickSeedsGoodsSumRowChanged" msprop:Generator_RowEvArgName="v_stockOutPickSeedsGoodsSumRowChangeEvent" msprop:Generator_RowClassName="v_stockOutPickSeedsGoodsSumRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="seedsPickNo" msprop:Generator_ColumnVarNameInTable="columnseedsPickNo" msprop:Generator_ColumnPropNameInRow="seedsPickNo" msprop:Generator_ColumnPropNameInTable="seedsPickNoColumn" msprop:Generator_UserColumnName="seedsPickNo" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="goodsId" msprop:Generator_ColumnVarNameInTable="columngoodsId" msprop:Generator_ColumnPropNameInRow="goodsId" msprop:Generator_ColumnPropNameInTable="goodsIdColumn" msprop:Generator_UserColumnName="goodsId" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="batch" msprop:Generator_ColumnVarNameInTable="columnbatch" msprop:Generator_ColumnPropNameInRow="batch" msprop:Generator_ColumnPropNameInTable="batchColumn" msprop:Generator_UserColumnName="batch" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="bulkcount" msprop:Generator_ColumnVarNameInTable="columnbulkcount" msprop:Generator_ColumnPropNameInRow="bulkcount" msprop:Generator_ColumnPropNameInTable="bulkcountColumn" msprop:Generator_UserColumnName="bulkcount" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="orderState" msprop:Generator_ColumnVarNameInTable="columnorderState" msprop:Generator_ColumnPropNameInRow="orderState" msprop:Generator_ColumnPropNameInTable="orderStateColumn" msprop:Generator_UserColumnName="orderState" type="xs:int" minOccurs="0" />
|
|
<xs:element name="desk" msprop:Generator_ColumnVarNameInTable="columndesk" msprop:Generator_ColumnPropNameInRow="desk" msprop:Generator_ColumnPropNameInTable="deskColumn" msprop:Generator_UserColumnName="desk" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="v_stockOutPickVolume" msprop:Generator_TableClassName="v_stockOutPickVolumeDataTable" msprop:Generator_TableVarName="tablev_stockOutPickVolume" msprop:Generator_TablePropName="v_stockOutPickVolume" msprop:Generator_RowDeletingName="v_stockOutPickVolumeRowDeleting" msprop:Generator_RowChangingName="v_stockOutPickVolumeRowChanging" msprop:Generator_RowEvHandlerName="v_stockOutPickVolumeRowChangeEventHandler" msprop:Generator_RowDeletedName="v_stockOutPickVolumeRowDeleted" msprop:Generator_UserTableName="v_stockOutPickVolume" msprop:Generator_RowChangedName="v_stockOutPickVolumeRowChanged" msprop:Generator_RowEvArgName="v_stockOutPickVolumeRowChangeEvent" msprop:Generator_RowClassName="v_stockOutPickVolumeRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="pickOrderNo" msprop:Generator_ColumnVarNameInTable="columnpickOrderNo" msprop:Generator_ColumnPropNameInRow="pickOrderNo" msprop:Generator_ColumnPropNameInTable="pickOrderNoColumn" msprop:Generator_UserColumnName="pickOrderNo">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="boxcnt" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnboxcnt" msprop:Generator_ColumnPropNameInRow="boxcnt" msprop:Generator_ColumnPropNameInTable="boxcntColumn" msprop:Generator_UserColumnName="boxcnt" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="boxcnt2" msprop:Generator_ColumnVarNameInTable="columnboxcnt2" msprop:Generator_ColumnPropNameInRow="boxcnt2" msprop:Generator_ColumnPropNameInTable="boxcnt2Column" msprop:Generator_UserColumnName="boxcnt2" type="xs:int" minOccurs="0" />
|
|
<xs:element name="volume" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnvolume" msprop:Generator_ColumnPropNameInRow="volume" msprop:Generator_ColumnPropNameInTable="volumeColumn" msprop:Generator_UserColumnName="volume" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="weight" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnweight" msprop:Generator_ColumnPropNameInRow="weight" msprop:Generator_ColumnPropNameInTable="weightColumn" msprop:Generator_UserColumnName="weight" type="xs:decimal" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="v_stockOutPickVolumSum" msprop:Generator_TableClassName="v_stockOutPickVolumSumDataTable" msprop:Generator_TableVarName="tablev_stockOutPickVolumSum" msprop:Generator_TablePropName="v_stockOutPickVolumSum" msprop:Generator_RowDeletingName="v_stockOutPickVolumSumRowDeleting" msprop:Generator_RowChangingName="v_stockOutPickVolumSumRowChanging" msprop:Generator_RowEvHandlerName="v_stockOutPickVolumSumRowChangeEventHandler" msprop:Generator_RowDeletedName="v_stockOutPickVolumSumRowDeleted" msprop:Generator_UserTableName="v_stockOutPickVolumSum" msprop:Generator_RowChangedName="v_stockOutPickVolumSumRowChanged" msprop:Generator_RowEvArgName="v_stockOutPickVolumSumRowChangeEvent" msprop:Generator_RowClassName="v_stockOutPickVolumSumRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="pickOrderNo" msprop:Generator_ColumnVarNameInTable="columnpickOrderNo" msprop:Generator_ColumnPropNameInRow="pickOrderNo" msprop:Generator_ColumnPropNameInTable="pickOrderNoColumn" msprop:Generator_UserColumnName="pickOrderNo">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="sumVol" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnsumVol" msprop:Generator_ColumnPropNameInRow="sumVol" msprop:Generator_ColumnPropNameInTable="sumVolColumn" msprop:Generator_UserColumnName="sumVol" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="sumWeight" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnsumWeight" msprop:Generator_ColumnPropNameInRow="sumWeight" msprop:Generator_ColumnPropNameInTable="sumWeightColumn" msprop:Generator_UserColumnName="sumWeight" type="xs:decimal" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="v_stockOutPort" msprop:Generator_TableClassName="v_stockOutPortDataTable" msprop:Generator_TableVarName="tablev_stockOutPort" msprop:Generator_TablePropName="v_stockOutPort" msprop:Generator_RowDeletingName="v_stockOutPortRowDeleting" msprop:Generator_RowChangingName="v_stockOutPortRowChanging" msprop:Generator_RowEvHandlerName="v_stockOutPortRowChangeEventHandler" msprop:Generator_RowDeletedName="v_stockOutPortRowDeleted" msprop:Generator_UserTableName="v_stockOutPort" msprop:Generator_RowChangedName="v_stockOutPortRowChanged" msprop:Generator_RowEvArgName="v_stockOutPortRowChangeEvent" msprop:Generator_RowClassName="v_stockOutPortRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="id" msprop:Generator_ColumnVarNameInTable="columnid" msprop:Generator_ColumnPropNameInRow="id" msprop:Generator_ColumnPropNameInTable="idColumn" msprop:Generator_UserColumnName="id" type="xs:int" />
|
|
<xs:element name="pickOrderNo" msprop:Generator_ColumnVarNameInTable="columnpickOrderNo" msprop:Generator_ColumnPropNameInRow="pickOrderNo" msprop:Generator_ColumnPropNameInTable="pickOrderNoColumn" msprop:Generator_UserColumnName="pickOrderNo">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="waveOrder" msprop:Generator_ColumnVarNameInTable="columnwaveOrder" msprop:Generator_ColumnPropNameInRow="waveOrder" msprop:Generator_ColumnPropNameInTable="waveOrderColumn" msprop:Generator_UserColumnName="waveOrder" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="recordId" msprop:Generator_ColumnVarNameInTable="columnrecordId" msprop:Generator_ColumnPropNameInRow="recordId" msprop:Generator_ColumnPropNameInTable="recordIdColumn" msprop:Generator_UserColumnName="recordId" type="xs:int" />
|
|
<xs:element name="count" msprop:Generator_ColumnVarNameInTable="columncount" msprop:Generator_ColumnPropNameInRow="count" msprop:Generator_ColumnPropNameInTable="countColumn" msprop:Generator_UserColumnName="count" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="boxcnt" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnboxcnt" msprop:Generator_ColumnPropNameInRow="boxcnt" msprop:Generator_ColumnPropNameInTable="boxcntColumn" msprop:Generator_UserColumnName="boxcnt" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="locationId" msprop:Generator_ColumnVarNameInTable="columnlocationId" msprop:Generator_ColumnPropNameInRow="locationId" msprop:Generator_ColumnPropNameInTable="locationIdColumn" msprop:Generator_UserColumnName="locationId" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="state" msprop:Generator_ColumnVarNameInTable="columnstate" msprop:Generator_ColumnPropNameInRow="state" msprop:Generator_ColumnPropNameInTable="stateColumn" msprop:Generator_UserColumnName="state" type="xs:int" minOccurs="0" />
|
|
<xs:element name="pickCount" msprop:Generator_ColumnVarNameInTable="columnpickCount" msprop:Generator_ColumnPropNameInRow="pickCount" msprop:Generator_ColumnPropNameInTable="pickCountColumn" msprop:Generator_UserColumnName="pickCount" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="description" msprop:Generator_ColumnVarNameInTable="columndescription" msprop:Generator_ColumnPropNameInRow="description" msprop:Generator_ColumnPropNameInTable="descriptionColumn" msprop:Generator_UserColumnName="description" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="operater" msprop:Generator_ColumnVarNameInTable="columnoperater" msprop:Generator_ColumnPropNameInRow="operater" msprop:Generator_ColumnPropNameInTable="operaterColumn" msprop:Generator_UserColumnName="operater" type="xs:int" minOccurs="0" />
|
|
<xs:element name="dr" msprop:Generator_ColumnVarNameInTable="columndr" msprop:Generator_ColumnPropNameInRow="dr" msprop:Generator_ColumnPropNameInTable="drColumn" msprop:Generator_UserColumnName="dr" type="xs:boolean" minOccurs="0" />
|
|
<xs:element name="createtime" msprop:Generator_ColumnVarNameInTable="columncreatetime" msprop:Generator_ColumnPropNameInRow="createtime" msprop:Generator_ColumnPropNameInTable="createtimeColumn" msprop:Generator_UserColumnName="createtime" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="lastmodified" msprop:Generator_ColumnVarNameInTable="columnlastmodified" msprop:Generator_ColumnPropNameInRow="lastmodified" msprop:Generator_ColumnPropNameInTable="lastmodifiedColumn" msprop:Generator_UserColumnName="lastmodified" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="batch" msprop:Generator_ColumnVarNameInTable="columnbatch" msprop:Generator_ColumnPropNameInRow="batch" msprop:Generator_ColumnPropNameInTable="batchColumn" msprop:Generator_UserColumnName="batch" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="productDate" msprop:Generator_ColumnVarNameInTable="columnproductDate" msprop:Generator_ColumnPropNameInRow="productDate" msprop:Generator_ColumnPropNameInTable="productDateColumn" msprop:Generator_UserColumnName="productDate" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="validDate" msprop:Generator_ColumnVarNameInTable="columnvalidDate" msprop:Generator_ColumnPropNameInRow="validDate" msprop:Generator_ColumnPropNameInTable="validDateColumn" msprop:Generator_UserColumnName="validDate" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="goodsName" msprop:Generator_ColumnVarNameInTable="columngoodsName" msprop:Generator_ColumnPropNameInRow="goodsName" msprop:Generator_ColumnPropNameInTable="goodsNameColumn" msprop:Generator_UserColumnName="goodsName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="120" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="manufacturer" msprop:Generator_ColumnVarNameInTable="columnmanufacturer" msprop:Generator_ColumnPropNameInRow="manufacturer" msprop:Generator_ColumnPropNameInTable="manufacturerColumn" msprop:Generator_UserColumnName="manufacturer" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="256" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="spec" msprop:Generator_ColumnVarNameInTable="columnspec" msprop:Generator_ColumnPropNameInRow="spec" msprop:Generator_ColumnPropNameInTable="specColumn" msprop:Generator_UserColumnName="spec" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="unit" msprop:Generator_ColumnVarNameInTable="columnunit" msprop:Generator_ColumnPropNameInRow="unit" msprop:Generator_ColumnPropNameInTable="unitColumn" msprop:Generator_UserColumnName="unit" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="20" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="bigCount" msprop:Generator_ColumnVarNameInTable="columnbigCount" msprop:Generator_ColumnPropNameInRow="bigCount" msprop:Generator_ColumnPropNameInTable="bigCountColumn" msprop:Generator_UserColumnName="bigCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="BarCode" msprop:Generator_ColumnVarNameInTable="columnBarCode" msprop:Generator_ColumnPropNameInRow="BarCode" msprop:Generator_ColumnPropNameInTable="BarCodeColumn" msprop:Generator_UserColumnName="BarCode" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="30" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="goodsTypeName" msprop:Generator_ColumnVarNameInTable="columngoodsTypeName" msprop:Generator_ColumnPropNameInRow="goodsTypeName" msprop:Generator_ColumnPropNameInTable="goodsTypeNameColumn" msprop:Generator_UserColumnName="goodsTypeName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="type" msprop:Generator_ColumnVarNameInTable="columntype" msprop:Generator_ColumnPropNameInRow="type" msprop:Generator_ColumnPropNameInTable="typeColumn" msprop:Generator_UserColumnName="type" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="30" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="bulkMax" msprop:Generator_ColumnVarNameInTable="columnbulkMax" msprop:Generator_ColumnPropNameInRow="bulkMax" msprop:Generator_ColumnPropNameInTable="bulkMaxColumn" msprop:Generator_UserColumnName="bulkMax" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="bulkMax1" msprop:Generator_ColumnVarNameInTable="columnbulkMax1" msprop:Generator_ColumnPropNameInRow="bulkMax1" msprop:Generator_ColumnPropNameInTable="bulkMax1Column" msprop:Generator_UserColumnName="bulkMax1" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="batchMax1" msprop:Generator_ColumnVarNameInTable="columnbatchMax1" msprop:Generator_ColumnPropNameInRow="batchMax1" msprop:Generator_ColumnPropNameInTable="batchMax1Column" msprop:Generator_UserColumnName="batchMax1" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="batchMax2" msprop:Generator_ColumnVarNameInTable="columnbatchMax2" msprop:Generator_ColumnPropNameInRow="batchMax2" msprop:Generator_ColumnPropNameInTable="batchMax2Column" msprop:Generator_UserColumnName="batchMax2" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="customerName" msprop:Generator_ColumnVarNameInTable="columncustomerName" msprop:Generator_ColumnPropNameInRow="customerName" msprop:Generator_ColumnPropNameInTable="customerNameColumn" msprop:Generator_UserColumnName="customerName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="batchPickState" msprop:Generator_ColumnVarNameInTable="columnbatchPickState" msprop:Generator_ColumnPropNameInRow="batchPickState" msprop:Generator_ColumnPropNameInTable="batchPickStateColumn" msprop:Generator_UserColumnName="batchPickState" type="xs:int" minOccurs="0" />
|
|
<xs:element name="regeditCode" msprop:Generator_ColumnVarNameInTable="columnregeditCode" msprop:Generator_ColumnPropNameInRow="regeditCode" msprop:Generator_ColumnPropNameInTable="regeditCodeColumn" msprop:Generator_UserColumnName="regeditCode" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="customerId" msprop:Generator_ColumnVarNameInTable="columncustomerId" msprop:Generator_ColumnPropNameInRow="customerId" msprop:Generator_ColumnPropNameInTable="customerIdColumn" msprop:Generator_UserColumnName="customerId" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="goodsId" msprop:Generator_ColumnVarNameInTable="columngoodsId" msprop:Generator_ColumnPropNameInRow="goodsId" msprop:Generator_ColumnPropNameInTable="goodsIdColumn" msprop:Generator_UserColumnName="goodsId" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="orderType" msprop:Generator_ColumnVarNameInTable="columnorderType" msprop:Generator_ColumnPropNameInRow="orderType" msprop:Generator_ColumnPropNameInTable="orderTypeColumn" msprop:Generator_UserColumnName="orderType" type="xs:int" minOccurs="0" />
|
|
<xs:element name="orderDate" msprop:Generator_ColumnVarNameInTable="columnorderDate" msprop:Generator_ColumnPropNameInRow="orderDate" msprop:Generator_ColumnPropNameInTable="orderDateColumn" msprop:Generator_UserColumnName="orderDate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="tranLocationId" msprop:Generator_ColumnVarNameInTable="columntranLocationId" msprop:Generator_ColumnPropNameInRow="tranLocationId" msprop:Generator_ColumnPropNameInTable="tranLocationIdColumn" msprop:Generator_UserColumnName="tranLocationId" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="custAddress" msprop:Generator_ColumnVarNameInTable="columncustAddress" msprop:Generator_ColumnPropNameInRow="custAddress" msprop:Generator_ColumnPropNameInTable="custAddressColumn" msprop:Generator_UserColumnName="custAddress" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="volType" msprop:Generator_ColumnVarNameInTable="columnvolType" msprop:Generator_ColumnPropNameInRow="volType" msprop:Generator_ColumnPropNameInTable="volTypeColumn" msprop:Generator_UserColumnName="volType" type="xs:int" minOccurs="0" />
|
|
<xs:element name="rectype" msprop:Generator_ColumnVarNameInTable="columnrectype" msprop:Generator_ColumnPropNameInRow="rectype" msprop:Generator_ColumnPropNameInTable="rectypeColumn" msprop:Generator_UserColumnName="rectype" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="v_stockOutRequest_Available" msprop:Generator_TableClassName="v_stockOutRequest_AvailableDataTable" msprop:Generator_TableVarName="tablev_stockOutRequest_Available" msprop:Generator_TablePropName="v_stockOutRequest_Available" msprop:Generator_RowDeletingName="v_stockOutRequest_AvailableRowDeleting" msprop:Generator_RowChangingName="v_stockOutRequest_AvailableRowChanging" msprop:Generator_RowEvHandlerName="v_stockOutRequest_AvailableRowChangeEventHandler" msprop:Generator_RowDeletedName="v_stockOutRequest_AvailableRowDeleted" msprop:Generator_UserTableName="v_stockOutRequest_Available" msprop:Generator_RowChangedName="v_stockOutRequest_AvailableRowChanged" msprop:Generator_RowEvArgName="v_stockOutRequest_AvailableRowChangeEvent" msprop:Generator_RowClassName="v_stockOutRequest_AvailableRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="orderNo" msprop:Generator_ColumnVarNameInTable="columnorderNo" msprop:Generator_ColumnPropNameInRow="orderNo" msprop:Generator_ColumnPropNameInTable="orderNoColumn" msprop:Generator_UserColumnName="orderNo">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="15" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="orderType" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnorderType" msprop:Generator_ColumnPropNameInRow="orderType" msprop:Generator_ColumnPropNameInTable="orderTypeColumn" msprop:Generator_UserColumnName="orderType" type="xs:int" minOccurs="0" />
|
|
<xs:element name="orderTypeName" msprop:Generator_ColumnVarNameInTable="columnorderTypeName" msprop:Generator_ColumnPropNameInRow="orderTypeName" msprop:Generator_ColumnPropNameInTable="orderTypeNameColumn" msprop:Generator_UserColumnName="orderTypeName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="20" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="customerId" msprop:Generator_ColumnVarNameInTable="columncustomerId" msprop:Generator_ColumnPropNameInRow="customerId" msprop:Generator_ColumnPropNameInTable="customerIdColumn" msprop:Generator_UserColumnName="customerId" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="11" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="customerName" msprop:Generator_ColumnVarNameInTable="columncustomerName" msprop:Generator_ColumnPropNameInRow="customerName" msprop:Generator_ColumnPropNameInTable="customerNameColumn" msprop:Generator_UserColumnName="customerName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Delivery" msprop:Generator_ColumnVarNameInTable="columnDelivery" msprop:Generator_ColumnPropNameInRow="Delivery" msprop:Generator_ColumnPropNameInTable="DeliveryColumn" msprop:Generator_UserColumnName="Delivery" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="20" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="phone1" msprop:Generator_ColumnVarNameInTable="columnphone1" msprop:Generator_ColumnPropNameInRow="phone1" msprop:Generator_ColumnPropNameInTable="phone1Column" msprop:Generator_UserColumnName="phone1" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="phone2" msprop:Generator_ColumnVarNameInTable="columnphone2" msprop:Generator_ColumnPropNameInRow="phone2" msprop:Generator_ColumnPropNameInTable="phone2Column" msprop:Generator_UserColumnName="phone2" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="salesperson" msprop:Generator_ColumnVarNameInTable="columnsalesperson" msprop:Generator_ColumnPropNameInRow="salesperson" msprop:Generator_ColumnPropNameInTable="salespersonColumn" msprop:Generator_UserColumnName="salesperson" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="contactperson" msprop:Generator_ColumnVarNameInTable="columncontactperson" msprop:Generator_ColumnPropNameInRow="contactperson" msprop:Generator_ColumnPropNameInTable="contactpersonColumn" msprop:Generator_UserColumnName="contactperson" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="totalnumber" msprop:Generator_ColumnVarNameInTable="columntotalnumber" msprop:Generator_ColumnPropNameInRow="totalnumber" msprop:Generator_ColumnPropNameInTable="totalnumberColumn" msprop:Generator_UserColumnName="totalnumber" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Remark" msprop:Generator_ColumnVarNameInTable="columnRemark" msprop:Generator_ColumnPropNameInRow="Remark" msprop:Generator_ColumnPropNameInTable="RemarkColumn" msprop:Generator_UserColumnName="Remark" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="orderDate" msprop:Generator_ColumnVarNameInTable="columnorderDate" msprop:Generator_ColumnPropNameInRow="orderDate" msprop:Generator_ColumnPropNameInTable="orderDateColumn" msprop:Generator_UserColumnName="orderDate" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="10" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="custAddress" msprop:Generator_ColumnVarNameInTable="columncustAddress" msprop:Generator_ColumnPropNameInRow="custAddress" msprop:Generator_ColumnPropNameInTable="custAddressColumn" msprop:Generator_UserColumnName="custAddress" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="v_stockOutRequestDetail_available" msprop:Generator_TableClassName="v_stockOutRequestDetail_availableDataTable" msprop:Generator_TableVarName="tablev_stockOutRequestDetail_available" msprop:Generator_TablePropName="v_stockOutRequestDetail_available" msprop:Generator_RowDeletingName="v_stockOutRequestDetail_availableRowDeleting" msprop:Generator_RowChangingName="v_stockOutRequestDetail_availableRowChanging" msprop:Generator_RowEvHandlerName="v_stockOutRequestDetail_availableRowChangeEventHandler" msprop:Generator_RowDeletedName="v_stockOutRequestDetail_availableRowDeleted" msprop:Generator_UserTableName="v_stockOutRequestDetail_available" msprop:Generator_RowChangedName="v_stockOutRequestDetail_availableRowChanged" msprop:Generator_RowEvArgName="v_stockOutRequestDetail_availableRowChangeEvent" msprop:Generator_RowClassName="v_stockOutRequestDetail_availableRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="orderNo" msprop:Generator_ColumnVarNameInTable="columnorderNo" msprop:Generator_ColumnPropNameInRow="orderNo" msprop:Generator_ColumnPropNameInTable="orderNoColumn" msprop:Generator_UserColumnName="orderNo">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="15" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="orderSn" msprop:Generator_ColumnVarNameInTable="columnorderSn" msprop:Generator_ColumnPropNameInRow="orderSn" msprop:Generator_ColumnPropNameInTable="orderSnColumn" msprop:Generator_UserColumnName="orderSn" type="xs:int" />
|
|
<xs:element name="goodsId" msprop:Generator_ColumnVarNameInTable="columngoodsId" msprop:Generator_ColumnPropNameInRow="goodsId" msprop:Generator_ColumnPropNameInTable="goodsIdColumn" msprop:Generator_UserColumnName="goodsId" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="11" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="batch" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnbatch" msprop:Generator_ColumnPropNameInRow="batch" msprop:Generator_ColumnPropNameInTable="batchColumn" msprop:Generator_UserColumnName="batch" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="productDate" msprop:Generator_ColumnVarNameInTable="columnproductDate" msprop:Generator_ColumnPropNameInRow="productDate" msprop:Generator_ColumnPropNameInTable="productDateColumn" msprop:Generator_UserColumnName="productDate" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="10" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="validDate" msprop:Generator_ColumnVarNameInTable="columnvalidDate" msprop:Generator_ColumnPropNameInRow="validDate" msprop:Generator_ColumnPropNameInTable="validDateColumn" msprop:Generator_UserColumnName="validDate" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="10" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Count" msprop:Generator_ColumnVarNameInTable="columnCount" msprop:Generator_ColumnPropNameInRow="Count" msprop:Generator_ColumnPropNameInTable="CountColumn" msprop:Generator_UserColumnName="Count" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="saleDate" msprop:Generator_ColumnVarNameInTable="columnsaleDate" msprop:Generator_ColumnPropNameInRow="saleDate" msprop:Generator_ColumnPropNameInTable="saleDateColumn" msprop:Generator_UserColumnName="saleDate" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="19" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="state" msprop:Generator_ColumnVarNameInTable="columnstate" msprop:Generator_ColumnPropNameInRow="state" msprop:Generator_ColumnPropNameInTable="stateColumn" msprop:Generator_UserColumnName="state" type="xs:int" minOccurs="0" />
|
|
<xs:element name="whtype" msprop:Generator_ColumnVarNameInTable="columnwhtype" msprop:Generator_ColumnPropNameInRow="whtype" msprop:Generator_ColumnPropNameInTable="whtypeColumn" msprop:Generator_UserColumnName="whtype" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="v_stockOutRequestDetailLog" msprop:Generator_TableClassName="v_stockOutRequestDetailLogDataTable" msprop:Generator_TableVarName="tablev_stockOutRequestDetailLog" msprop:Generator_TablePropName="v_stockOutRequestDetailLog" msprop:Generator_RowDeletingName="v_stockOutRequestDetailLogRowDeleting" msprop:Generator_RowChangingName="v_stockOutRequestDetailLogRowChanging" msprop:Generator_RowEvHandlerName="v_stockOutRequestDetailLogRowChangeEventHandler" msprop:Generator_RowDeletedName="v_stockOutRequestDetailLogRowDeleted" msprop:Generator_UserTableName="v_stockOutRequestDetailLog" msprop:Generator_RowChangedName="v_stockOutRequestDetailLogRowChanged" msprop:Generator_RowEvArgName="v_stockOutRequestDetailLogRowChangeEvent" msprop:Generator_RowClassName="v_stockOutRequestDetailLogRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="orderNo" msprop:Generator_ColumnVarNameInTable="columnorderNo" msprop:Generator_ColumnPropNameInRow="orderNo" msprop:Generator_ColumnPropNameInTable="orderNoColumn" msprop:Generator_UserColumnName="orderNo">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="goodsName" msprop:Generator_ColumnVarNameInTable="columngoodsName" msprop:Generator_ColumnPropNameInRow="goodsName" msprop:Generator_ColumnPropNameInTable="goodsNameColumn" msprop:Generator_UserColumnName="goodsName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="120" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="goodsId" msprop:Generator_ColumnVarNameInTable="columngoodsId" msprop:Generator_ColumnPropNameInRow="goodsId" msprop:Generator_ColumnPropNameInTable="goodsIdColumn" msprop:Generator_UserColumnName="goodsId" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="batch" msprop:Generator_ColumnVarNameInTable="columnbatch" msprop:Generator_ColumnPropNameInRow="batch" msprop:Generator_ColumnPropNameInTable="batchColumn" msprop:Generator_UserColumnName="batch" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="count" msprop:Generator_ColumnVarNameInTable="columncount" msprop:Generator_ColumnPropNameInRow="count" msprop:Generator_ColumnPropNameInTable="countColumn" msprop:Generator_UserColumnName="count" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="boxcnt" msprop:Generator_ColumnVarNameInTable="columnboxcnt" msprop:Generator_ColumnPropNameInRow="boxcnt" msprop:Generator_ColumnPropNameInTable="boxcntColumn" msprop:Generator_UserColumnName="boxcnt" type="xs:int" minOccurs="0" />
|
|
<xs:element name="pickOrderNo" msprop:Generator_ColumnVarNameInTable="columnpickOrderNo" msprop:Generator_ColumnPropNameInRow="pickOrderNo" msprop:Generator_ColumnPropNameInTable="pickOrderNoColumn" msprop:Generator_UserColumnName="pickOrderNo" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="orderState" msprop:Generator_ColumnVarNameInTable="columnorderState" msprop:Generator_ColumnPropNameInRow="orderState" msprop:Generator_ColumnPropNameInTable="orderStateColumn" msprop:Generator_UserColumnName="orderState" type="xs:int" minOccurs="0" />
|
|
<xs:element name="pickState" msprop:Generator_ColumnVarNameInTable="columnpickState" msprop:Generator_ColumnPropNameInRow="pickState" msprop:Generator_ColumnPropNameInTable="pickStateColumn" msprop:Generator_UserColumnName="pickState" type="xs:int" minOccurs="0" />
|
|
<xs:element name="em_name" msprop:Generator_ColumnVarNameInTable="columnem_name" msprop:Generator_ColumnPropNameInRow="em_name" msprop:Generator_ColumnPropNameInTable="em_nameColumn" msprop:Generator_UserColumnName="em_name" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="10" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="lastmodified" msprop:Generator_ColumnVarNameInTable="columnlastmodified" msprop:Generator_ColumnPropNameInRow="lastmodified" msprop:Generator_ColumnPropNameInTable="lastmodifiedColumn" msprop:Generator_UserColumnName="lastmodified" type="xs:dateTime" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="v_stockOutRequestLog" msprop:Generator_TableClassName="v_stockOutRequestLogDataTable" msprop:Generator_TableVarName="tablev_stockOutRequestLog" msprop:Generator_TablePropName="v_stockOutRequestLog" msprop:Generator_RowDeletingName="v_stockOutRequestLogRowDeleting" msprop:Generator_RowChangingName="v_stockOutRequestLogRowChanging" msprop:Generator_RowEvHandlerName="v_stockOutRequestLogRowChangeEventHandler" msprop:Generator_RowDeletedName="v_stockOutRequestLogRowDeleted" msprop:Generator_UserTableName="v_stockOutRequestLog" msprop:Generator_RowChangedName="v_stockOutRequestLogRowChanged" msprop:Generator_RowEvArgName="v_stockOutRequestLogRowChangeEvent" msprop:Generator_RowClassName="v_stockOutRequestLogRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="orderState" msprop:Generator_ColumnVarNameInTable="columnorderState" msprop:Generator_ColumnPropNameInRow="orderState" msprop:Generator_ColumnPropNameInTable="orderStateColumn" msprop:Generator_UserColumnName="orderState" type="xs:int" minOccurs="0" />
|
|
<xs:element name="pickOrderNo" msprop:Generator_ColumnVarNameInTable="columnpickOrderNo" msprop:Generator_ColumnPropNameInRow="pickOrderNo" msprop:Generator_ColumnPropNameInTable="pickOrderNoColumn" msprop:Generator_UserColumnName="pickOrderNo" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="pickState" msprop:Generator_ColumnVarNameInTable="columnpickState" msprop:Generator_ColumnPropNameInRow="pickState" msprop:Generator_ColumnPropNameInTable="pickStateColumn" msprop:Generator_UserColumnName="pickState" type="xs:int" minOccurs="0" />
|
|
<xs:element name="bulkPickState" msprop:Generator_ColumnVarNameInTable="columnbulkPickState" msprop:Generator_ColumnPropNameInRow="bulkPickState" msprop:Generator_ColumnPropNameInTable="bulkPickStateColumn" msprop:Generator_UserColumnName="bulkPickState" type="xs:int" minOccurs="0" />
|
|
<xs:element name="batchPickState" msprop:Generator_ColumnVarNameInTable="columnbatchPickState" msprop:Generator_ColumnPropNameInRow="batchPickState" msprop:Generator_ColumnPropNameInTable="batchPickStateColumn" msprop:Generator_UserColumnName="batchPickState" type="xs:int" minOccurs="0" />
|
|
<xs:element name="operater" msprop:Generator_ColumnVarNameInTable="columnoperater" msprop:Generator_ColumnPropNameInRow="operater" msprop:Generator_ColumnPropNameInTable="operaterColumn" msprop:Generator_UserColumnName="operater" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="lastmodified" msprop:Generator_ColumnVarNameInTable="columnlastmodified" msprop:Generator_ColumnPropNameInRow="lastmodified" msprop:Generator_ColumnPropNameInTable="lastmodifiedColumn" msprop:Generator_UserColumnName="lastmodified" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="orderNo" msprop:Generator_ColumnVarNameInTable="columnorderNo" msprop:Generator_ColumnPropNameInRow="orderNo" msprop:Generator_ColumnPropNameInTable="orderNoColumn" msprop:Generator_UserColumnName="orderNo" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="v_stockOutRequestPick" msprop:Generator_TableClassName="v_stockOutRequestPickDataTable" msprop:Generator_TableVarName="tablev_stockOutRequestPick" msprop:Generator_TablePropName="v_stockOutRequestPick" msprop:Generator_RowDeletingName="v_stockOutRequestPickRowDeleting" msprop:Generator_RowChangingName="v_stockOutRequestPickRowChanging" msprop:Generator_RowEvHandlerName="v_stockOutRequestPickRowChangeEventHandler" msprop:Generator_RowDeletedName="v_stockOutRequestPickRowDeleted" msprop:Generator_UserTableName="v_stockOutRequestPick" msprop:Generator_RowChangedName="v_stockOutRequestPickRowChanged" msprop:Generator_RowEvArgName="v_stockOutRequestPickRowChangeEvent" msprop:Generator_RowClassName="v_stockOutRequestPickRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="orderNo" msprop:Generator_ColumnVarNameInTable="columnorderNo" msprop:Generator_ColumnPropNameInRow="orderNo" msprop:Generator_ColumnPropNameInTable="orderNoColumn" msprop:Generator_UserColumnName="orderNo" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="orderType" msprop:Generator_ColumnVarNameInTable="columnorderType" msprop:Generator_ColumnPropNameInRow="orderType" msprop:Generator_ColumnPropNameInTable="orderTypeColumn" msprop:Generator_UserColumnName="orderType" type="xs:int" minOccurs="0" />
|
|
<xs:element name="orderTypeName" msprop:Generator_ColumnVarNameInTable="columnorderTypeName" msprop:Generator_ColumnPropNameInRow="orderTypeName" msprop:Generator_ColumnPropNameInTable="orderTypeNameColumn" msprop:Generator_UserColumnName="orderTypeName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="20" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="customerId" msprop:Generator_ColumnVarNameInTable="columncustomerId" msprop:Generator_ColumnPropNameInRow="customerId" msprop:Generator_ColumnPropNameInTable="customerIdColumn" msprop:Generator_UserColumnName="customerId" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="customerName" msprop:Generator_ColumnVarNameInTable="columncustomerName" msprop:Generator_ColumnPropNameInRow="customerName" msprop:Generator_ColumnPropNameInTable="customerNameColumn" msprop:Generator_UserColumnName="customerName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="delivery" msprop:Generator_ColumnVarNameInTable="columndelivery" msprop:Generator_ColumnPropNameInRow="delivery" msprop:Generator_ColumnPropNameInTable="deliveryColumn" msprop:Generator_UserColumnName="delivery" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="phone1" msprop:Generator_ColumnVarNameInTable="columnphone1" msprop:Generator_ColumnPropNameInRow="phone1" msprop:Generator_ColumnPropNameInTable="phone1Column" msprop:Generator_UserColumnName="phone1" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="phone2" msprop:Generator_ColumnVarNameInTable="columnphone2" msprop:Generator_ColumnPropNameInRow="phone2" msprop:Generator_ColumnPropNameInTable="phone2Column" msprop:Generator_UserColumnName="phone2" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="salesperson" msprop:Generator_ColumnVarNameInTable="columnsalesperson" msprop:Generator_ColumnPropNameInRow="salesperson" msprop:Generator_ColumnPropNameInTable="salespersonColumn" msprop:Generator_UserColumnName="salesperson" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="contactperson" msprop:Generator_ColumnVarNameInTable="columncontactperson" msprop:Generator_ColumnPropNameInRow="contactperson" msprop:Generator_ColumnPropNameInTable="contactpersonColumn" msprop:Generator_UserColumnName="contactperson" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="totalnumber" msprop:Generator_ColumnVarNameInTable="columntotalnumber" msprop:Generator_ColumnPropNameInRow="totalnumber" msprop:Generator_ColumnPropNameInTable="totalnumberColumn" msprop:Generator_UserColumnName="totalnumber" type="xs:int" minOccurs="0" />
|
|
<xs:element name="remark" msprop:Generator_ColumnVarNameInTable="columnremark" msprop:Generator_ColumnPropNameInRow="remark" msprop:Generator_ColumnPropNameInTable="remarkColumn" msprop:Generator_UserColumnName="remark" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="orderDate" msprop:Generator_ColumnVarNameInTable="columnorderDate" msprop:Generator_ColumnPropNameInRow="orderDate" msprop:Generator_ColumnPropNameInTable="orderDateColumn" msprop:Generator_UserColumnName="orderDate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="state" msprop:Generator_ColumnVarNameInTable="columnstate" msprop:Generator_ColumnPropNameInRow="state" msprop:Generator_ColumnPropNameInTable="stateColumn" msprop:Generator_UserColumnName="state" type="xs:int" minOccurs="0" />
|
|
<xs:element name="operater" msprop:Generator_ColumnVarNameInTable="columnoperater" msprop:Generator_ColumnPropNameInRow="operater" msprop:Generator_ColumnPropNameInTable="operaterColumn" msprop:Generator_UserColumnName="operater" type="xs:int" minOccurs="0" />
|
|
<xs:element name="dr" msprop:Generator_ColumnVarNameInTable="columndr" msprop:Generator_ColumnPropNameInRow="dr" msprop:Generator_ColumnPropNameInTable="drColumn" msprop:Generator_UserColumnName="dr" type="xs:boolean" minOccurs="0" />
|
|
<xs:element name="createtime" msprop:Generator_ColumnVarNameInTable="columncreatetime" msprop:Generator_ColumnPropNameInRow="createtime" msprop:Generator_ColumnPropNameInTable="createtimeColumn" msprop:Generator_UserColumnName="createtime" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="lastmodified" msprop:Generator_ColumnVarNameInTable="columnlastmodified" msprop:Generator_ColumnPropNameInRow="lastmodified" msprop:Generator_ColumnPropNameInTable="lastmodifiedColumn" msprop:Generator_UserColumnName="lastmodified" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="id" msprop:Generator_ColumnVarNameInTable="columnid" msprop:Generator_ColumnPropNameInRow="id" msprop:Generator_ColumnPropNameInTable="idColumn" msprop:Generator_UserColumnName="id" type="xs:int" minOccurs="0" />
|
|
<xs:element name="pickOrderNo" msprop:Generator_ColumnVarNameInTable="columnpickOrderNo" msprop:Generator_ColumnPropNameInRow="pickOrderNo" msprop:Generator_ColumnPropNameInTable="pickOrderNoColumn" msprop:Generator_UserColumnName="pickOrderNo" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="waveOrder" msprop:Generator_ColumnVarNameInTable="columnwaveOrder" msprop:Generator_ColumnPropNameInRow="waveOrder" msprop:Generator_ColumnPropNameInTable="waveOrderColumn" msprop:Generator_UserColumnName="waveOrder" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="pickOrderState" msprop:Generator_ColumnVarNameInTable="columnpickOrderState" msprop:Generator_ColumnPropNameInRow="pickOrderState" msprop:Generator_ColumnPropNameInTable="pickOrderStateColumn" msprop:Generator_UserColumnName="pickOrderState" type="xs:int" minOccurs="0" />
|
|
<xs:element name="goodsPickState" msprop:Generator_ColumnVarNameInTable="columngoodsPickState" msprop:Generator_ColumnPropNameInRow="goodsPickState" msprop:Generator_ColumnPropNameInTable="goodsPickStateColumn" msprop:Generator_UserColumnName="goodsPickState" type="xs:int" minOccurs="0" />
|
|
<xs:element name="goodsId" msprop:Generator_ColumnVarNameInTable="columngoodsId" msprop:Generator_ColumnPropNameInRow="goodsId" msprop:Generator_ColumnPropNameInTable="goodsIdColumn" msprop:Generator_UserColumnName="goodsId" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="batch" msprop:Generator_ColumnVarNameInTable="columnbatch" msprop:Generator_ColumnPropNameInRow="batch" msprop:Generator_ColumnPropNameInTable="batchColumn" msprop:Generator_UserColumnName="batch" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="count" msprop:Generator_ColumnVarNameInTable="columncount" msprop:Generator_ColumnPropNameInRow="count" msprop:Generator_ColumnPropNameInTable="countColumn" msprop:Generator_UserColumnName="count" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="bulkCount" msprop:Generator_ColumnVarNameInTable="columnbulkCount" msprop:Generator_ColumnPropNameInRow="bulkCount" msprop:Generator_ColumnPropNameInTable="bulkCountColumn" msprop:Generator_UserColumnName="bulkCount" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="batch1Count" msprop:Generator_ColumnVarNameInTable="columnbatch1Count" msprop:Generator_ColumnPropNameInRow="batch1Count" msprop:Generator_ColumnPropNameInTable="batch1CountColumn" msprop:Generator_UserColumnName="batch1Count" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="batch2Count" msprop:Generator_ColumnVarNameInTable="columnbatch2Count" msprop:Generator_ColumnPropNameInRow="batch2Count" msprop:Generator_ColumnPropNameInTable="batch2CountColumn" msprop:Generator_UserColumnName="batch2Count" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="boxcnt" msprop:Generator_ColumnVarNameInTable="columnboxcnt" msprop:Generator_ColumnPropNameInRow="boxcnt" msprop:Generator_ColumnPropNameInTable="boxcntColumn" msprop:Generator_UserColumnName="boxcnt" type="xs:int" minOccurs="0" />
|
|
<xs:element name="productDate" msprop:Generator_ColumnVarNameInTable="columnproductDate" msprop:Generator_ColumnPropNameInRow="productDate" msprop:Generator_ColumnPropNameInTable="productDateColumn" msprop:Generator_UserColumnName="productDate" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="validDate" msprop:Generator_ColumnVarNameInTable="columnvalidDate" msprop:Generator_ColumnPropNameInRow="validDate" msprop:Generator_ColumnPropNameInTable="validDateColumn" msprop:Generator_UserColumnName="validDate" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="goodsName" msprop:Generator_ColumnVarNameInTable="columngoodsName" msprop:Generator_ColumnPropNameInRow="goodsName" msprop:Generator_ColumnPropNameInTable="goodsNameColumn" msprop:Generator_UserColumnName="goodsName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="120" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="manufacturer" msprop:Generator_ColumnVarNameInTable="columnmanufacturer" msprop:Generator_ColumnPropNameInRow="manufacturer" msprop:Generator_ColumnPropNameInTable="manufacturerColumn" msprop:Generator_UserColumnName="manufacturer" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="256" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="spec" msprop:Generator_ColumnVarNameInTable="columnspec" msprop:Generator_ColumnPropNameInRow="spec" msprop:Generator_ColumnPropNameInTable="specColumn" msprop:Generator_UserColumnName="spec" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="regeditCode" msprop:Generator_ColumnVarNameInTable="columnregeditCode" msprop:Generator_ColumnPropNameInRow="regeditCode" msprop:Generator_ColumnPropNameInTable="regeditCodeColumn" msprop:Generator_UserColumnName="regeditCode" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="72" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="unit" msprop:Generator_ColumnVarNameInTable="columnunit" msprop:Generator_ColumnPropNameInRow="unit" msprop:Generator_ColumnPropNameInTable="unitColumn" msprop:Generator_UserColumnName="unit" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="20" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="type" msprop:Generator_ColumnVarNameInTable="columntype" msprop:Generator_ColumnPropNameInRow="type" msprop:Generator_ColumnPropNameInTable="typeColumn" msprop:Generator_UserColumnName="type" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="30" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="BarCode" msprop:Generator_ColumnVarNameInTable="columnBarCode" msprop:Generator_ColumnPropNameInRow="BarCode" msprop:Generator_ColumnPropNameInTable="BarCodeColumn" msprop:Generator_UserColumnName="BarCode" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="30" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="goodsType" msprop:Generator_ColumnVarNameInTable="columngoodsType" msprop:Generator_ColumnPropNameInRow="goodsType" msprop:Generator_ColumnPropNameInTable="goodsTypeColumn" msprop:Generator_UserColumnName="goodsType" type="xs:int" minOccurs="0" />
|
|
<xs:element name="goodsTypeName" msprop:Generator_ColumnVarNameInTable="columngoodsTypeName" msprop:Generator_ColumnPropNameInRow="goodsTypeName" msprop:Generator_ColumnPropNameInTable="goodsTypeNameColumn" msprop:Generator_UserColumnName="goodsTypeName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="bulkPickState" msprop:Generator_ColumnVarNameInTable="columnbulkPickState" msprop:Generator_ColumnPropNameInRow="bulkPickState" msprop:Generator_ColumnPropNameInTable="bulkPickStateColumn" msprop:Generator_UserColumnName="bulkPickState" type="xs:int" minOccurs="0" />
|
|
<xs:element name="batchPickState" msprop:Generator_ColumnVarNameInTable="columnbatchPickState" msprop:Generator_ColumnPropNameInRow="batchPickState" msprop:Generator_ColumnPropNameInTable="batchPickStateColumn" msprop:Generator_UserColumnName="batchPickState" type="xs:int" minOccurs="0" />
|
|
<xs:element name="bulkCnt" msprop:Generator_ColumnVarNameInTable="columnbulkCnt" msprop:Generator_ColumnPropNameInRow="bulkCnt" msprop:Generator_ColumnPropNameInTable="bulkCntColumn" msprop:Generator_UserColumnName="bulkCnt" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="custAddress" msprop:Generator_ColumnVarNameInTable="columncustAddress" msprop:Generator_ColumnPropNameInRow="custAddress" msprop:Generator_ColumnPropNameInTable="custAddressColumn" msprop:Generator_UserColumnName="custAddress" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="bigCount" msprop:Generator_ColumnVarNameInTable="columnbigCount" msprop:Generator_ColumnPropNameInRow="bigCount" msprop:Generator_ColumnPropNameInTable="bigCountColumn" msprop:Generator_UserColumnName="bigCount" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="v_stockOutSeedsGoods" msprop:Generator_TableClassName="v_stockOutSeedsGoodsDataTable" msprop:Generator_TableVarName="tablev_stockOutSeedsGoods" msprop:Generator_TablePropName="v_stockOutSeedsGoods" msprop:Generator_RowDeletingName="v_stockOutSeedsGoodsRowDeleting" msprop:Generator_RowChangingName="v_stockOutSeedsGoodsRowChanging" msprop:Generator_RowEvHandlerName="v_stockOutSeedsGoodsRowChangeEventHandler" msprop:Generator_RowDeletedName="v_stockOutSeedsGoodsRowDeleted" msprop:Generator_UserTableName="v_stockOutSeedsGoods" msprop:Generator_RowChangedName="v_stockOutSeedsGoodsRowChanged" msprop:Generator_RowEvArgName="v_stockOutSeedsGoodsRowChangeEvent" msprop:Generator_RowClassName="v_stockOutSeedsGoodsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="seedsPickNo" msprop:Generator_ColumnVarNameInTable="columnseedsPickNo" msprop:Generator_ColumnPropNameInRow="seedsPickNo" msprop:Generator_ColumnPropNameInTable="seedsPickNoColumn" msprop:Generator_UserColumnName="seedsPickNo" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="goodsId" msprop:Generator_ColumnVarNameInTable="columngoodsId" msprop:Generator_ColumnPropNameInRow="goodsId" msprop:Generator_ColumnPropNameInTable="goodsIdColumn" msprop:Generator_UserColumnName="goodsId" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="batch" msprop:Generator_ColumnVarNameInTable="columnbatch" msprop:Generator_ColumnPropNameInRow="batch" msprop:Generator_ColumnPropNameInTable="batchColumn" msprop:Generator_UserColumnName="batch" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="bulkcount" msprop:Generator_ColumnVarNameInTable="columnbulkcount" msprop:Generator_ColumnPropNameInRow="bulkcount" msprop:Generator_ColumnPropNameInTable="bulkcountColumn" msprop:Generator_UserColumnName="bulkcount" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="orderState" msprop:Generator_ColumnVarNameInTable="columnorderState" msprop:Generator_ColumnPropNameInRow="orderState" msprop:Generator_ColumnPropNameInTable="orderStateColumn" msprop:Generator_UserColumnName="orderState" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="v_stockOutValidationException" msprop:Generator_TableClassName="v_stockOutValidationExceptionDataTable" msprop:Generator_TableVarName="tablev_stockOutValidationException" msprop:Generator_TablePropName="v_stockOutValidationException" msprop:Generator_RowDeletingName="v_stockOutValidationExceptionRowDeleting" msprop:Generator_RowChangingName="v_stockOutValidationExceptionRowChanging" msprop:Generator_RowEvHandlerName="v_stockOutValidationExceptionRowChangeEventHandler" msprop:Generator_RowDeletedName="v_stockOutValidationExceptionRowDeleted" msprop:Generator_UserTableName="v_stockOutValidationException" msprop:Generator_RowChangedName="v_stockOutValidationExceptionRowChanged" msprop:Generator_RowEvArgName="v_stockOutValidationExceptionRowChangeEvent" msprop:Generator_RowClassName="v_stockOutValidationExceptionRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="desk" msprop:Generator_ColumnVarNameInTable="columndesk" msprop:Generator_ColumnPropNameInRow="desk" msprop:Generator_ColumnPropNameInTable="deskColumn" msprop:Generator_UserColumnName="desk" type="xs:int" minOccurs="0" />
|
|
<xs:element name="orderState" msprop:Generator_ColumnVarNameInTable="columnorderState" msprop:Generator_ColumnPropNameInRow="orderState" msprop:Generator_ColumnPropNameInTable="orderStateColumn" msprop:Generator_UserColumnName="orderState" type="xs:int" minOccurs="0" />
|
|
<xs:element name="waveOrder" msprop:Generator_ColumnVarNameInTable="columnwaveOrder" msprop:Generator_ColumnPropNameInRow="waveOrder" msprop:Generator_ColumnPropNameInTable="waveOrderColumn" msprop:Generator_UserColumnName="waveOrder" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="id" msprop:Generator_ColumnVarNameInTable="columnid" msprop:Generator_ColumnPropNameInRow="id" msprop:Generator_ColumnPropNameInTable="idColumn" msprop:Generator_UserColumnName="id" type="xs:int" />
|
|
<xs:element name="pickOrderNo" msprop:Generator_ColumnVarNameInTable="columnpickOrderNo" msprop:Generator_ColumnPropNameInRow="pickOrderNo" msprop:Generator_ColumnPropNameInTable="pickOrderNoColumn" msprop:Generator_UserColumnName="pickOrderNo">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="customerId" msprop:Generator_ColumnVarNameInTable="columncustomerId" msprop:Generator_ColumnPropNameInRow="customerId" msprop:Generator_ColumnPropNameInTable="customerIdColumn" msprop:Generator_UserColumnName="customerId" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="customerName" msprop:Generator_ColumnVarNameInTable="columncustomerName" msprop:Generator_ColumnPropNameInRow="customerName" msprop:Generator_ColumnPropNameInTable="customerNameColumn" msprop:Generator_UserColumnName="customerName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="goodsId" msprop:Generator_ColumnVarNameInTable="columngoodsId" msprop:Generator_ColumnPropNameInRow="goodsId" msprop:Generator_ColumnPropNameInTable="goodsIdColumn" msprop:Generator_UserColumnName="goodsId" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="batch" msprop:Generator_ColumnVarNameInTable="columnbatch" msprop:Generator_ColumnPropNameInRow="batch" msprop:Generator_ColumnPropNameInTable="batchColumn" msprop:Generator_UserColumnName="batch" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="count" msprop:Generator_ColumnVarNameInTable="columncount" msprop:Generator_ColumnPropNameInRow="count" msprop:Generator_ColumnPropNameInTable="countColumn" msprop:Generator_UserColumnName="count" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="bulkCount" msprop:Generator_ColumnVarNameInTable="columnbulkCount" msprop:Generator_ColumnPropNameInRow="bulkCount" msprop:Generator_ColumnPropNameInTable="bulkCountColumn" msprop:Generator_UserColumnName="bulkCount" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="batch1Count" msprop:Generator_ColumnVarNameInTable="columnbatch1Count" msprop:Generator_ColumnPropNameInRow="batch1Count" msprop:Generator_ColumnPropNameInTable="batch1CountColumn" msprop:Generator_UserColumnName="batch1Count" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="batch2Count" msprop:Generator_ColumnVarNameInTable="columnbatch2Count" msprop:Generator_ColumnPropNameInRow="batch2Count" msprop:Generator_ColumnPropNameInTable="batch2CountColumn" msprop:Generator_UserColumnName="batch2Count" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="boxcnt" msprop:Generator_ColumnVarNameInTable="columnboxcnt" msprop:Generator_ColumnPropNameInRow="boxcnt" msprop:Generator_ColumnPropNameInTable="boxcntColumn" msprop:Generator_UserColumnName="boxcnt" type="xs:int" minOccurs="0" />
|
|
<xs:element name="productDate" msprop:Generator_ColumnVarNameInTable="columnproductDate" msprop:Generator_ColumnPropNameInRow="productDate" msprop:Generator_ColumnPropNameInTable="productDateColumn" msprop:Generator_UserColumnName="productDate" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="validDate" msprop:Generator_ColumnVarNameInTable="columnvalidDate" msprop:Generator_ColumnPropNameInRow="validDate" msprop:Generator_ColumnPropNameInTable="validDateColumn" msprop:Generator_UserColumnName="validDate" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="state" msprop:Generator_ColumnVarNameInTable="columnstate" msprop:Generator_ColumnPropNameInRow="state" msprop:Generator_ColumnPropNameInTable="stateColumn" msprop:Generator_UserColumnName="state" type="xs:int" minOccurs="0" />
|
|
<xs:element name="whtype" msprop:Generator_ColumnVarNameInTable="columnwhtype" msprop:Generator_ColumnPropNameInRow="whtype" msprop:Generator_ColumnPropNameInTable="whtypeColumn" msprop:Generator_UserColumnName="whtype" type="xs:int" minOccurs="0" />
|
|
<xs:element name="description" msprop:Generator_ColumnVarNameInTable="columndescription" msprop:Generator_ColumnPropNameInRow="description" msprop:Generator_ColumnPropNameInTable="descriptionColumn" msprop:Generator_UserColumnName="description" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="confirmedCount" msprop:Generator_ColumnVarNameInTable="columnconfirmedCount" msprop:Generator_ColumnPropNameInRow="confirmedCount" msprop:Generator_ColumnPropNameInTable="confirmedCountColumn" msprop:Generator_UserColumnName="confirmedCount" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="checkedBy" msprop:Generator_ColumnVarNameInTable="columncheckedBy" msprop:Generator_ColumnPropNameInRow="checkedBy" msprop:Generator_ColumnPropNameInTable="checkedByColumn" msprop:Generator_UserColumnName="checkedBy" type="xs:int" minOccurs="0" />
|
|
<xs:element name="validRemark" msprop:Generator_ColumnVarNameInTable="columnvalidRemark" msprop:Generator_ColumnPropNameInRow="validRemark" msprop:Generator_ColumnPropNameInTable="validRemarkColumn" msprop:Generator_UserColumnName="validRemark" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="validReason" msprop:Generator_ColumnVarNameInTable="columnvalidReason" msprop:Generator_ColumnPropNameInRow="validReason" msprop:Generator_ColumnPropNameInTable="validReasonColumn" msprop:Generator_UserColumnName="validReason" type="xs:int" minOccurs="0" />
|
|
<xs:element name="checkedTime" msprop:Generator_ColumnVarNameInTable="columncheckedTime" msprop:Generator_ColumnPropNameInRow="checkedTime" msprop:Generator_ColumnPropNameInTable="checkedTimeColumn" msprop:Generator_UserColumnName="checkedTime" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="operater" msprop:Generator_ColumnVarNameInTable="columnoperater" msprop:Generator_ColumnPropNameInRow="operater" msprop:Generator_ColumnPropNameInTable="operaterColumn" msprop:Generator_UserColumnName="operater" type="xs:int" minOccurs="0" />
|
|
<xs:element name="dr" msprop:Generator_ColumnVarNameInTable="columndr" msprop:Generator_ColumnPropNameInRow="dr" msprop:Generator_ColumnPropNameInTable="drColumn" msprop:Generator_UserColumnName="dr" type="xs:boolean" minOccurs="0" />
|
|
<xs:element name="createtime" msprop:Generator_ColumnVarNameInTable="columncreatetime" msprop:Generator_ColumnPropNameInRow="createtime" msprop:Generator_ColumnPropNameInTable="createtimeColumn" msprop:Generator_UserColumnName="createtime" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="lastmodified" msprop:Generator_ColumnVarNameInTable="columnlastmodified" msprop:Generator_ColumnPropNameInRow="lastmodified" msprop:Generator_ColumnPropNameInTable="lastmodifiedColumn" msprop:Generator_UserColumnName="lastmodified" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="locationId" msprop:Generator_ColumnVarNameInTable="columnlocationId" msprop:Generator_ColumnPropNameInRow="locationId" msprop:Generator_ColumnPropNameInTable="locationIdColumn" msprop:Generator_UserColumnName="locationId" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="color" msprop:Generator_ColumnVarNameInTable="columncolor" msprop:Generator_ColumnPropNameInRow="color" msprop:Generator_ColumnPropNameInTable="colorColumn" msprop:Generator_UserColumnName="color" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="pickCount" msprop:Generator_ColumnVarNameInTable="columnpickCount" msprop:Generator_ColumnPropNameInRow="pickCount" msprop:Generator_ColumnPropNameInTable="pickCountColumn" msprop:Generator_UserColumnName="pickCount" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="goodsName" msprop:Generator_ColumnVarNameInTable="columngoodsName" msprop:Generator_ColumnPropNameInRow="goodsName" msprop:Generator_ColumnPropNameInTable="goodsNameColumn" msprop:Generator_UserColumnName="goodsName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="120" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="manufacturer" msprop:Generator_ColumnVarNameInTable="columnmanufacturer" msprop:Generator_ColumnPropNameInRow="manufacturer" msprop:Generator_ColumnPropNameInTable="manufacturerColumn" msprop:Generator_UserColumnName="manufacturer" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="256" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="spec" msprop:Generator_ColumnVarNameInTable="columnspec" msprop:Generator_ColumnPropNameInRow="spec" msprop:Generator_ColumnPropNameInTable="specColumn" msprop:Generator_UserColumnName="spec" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="unit" msprop:Generator_ColumnVarNameInTable="columnunit" msprop:Generator_ColumnPropNameInRow="unit" msprop:Generator_ColumnPropNameInTable="unitColumn" msprop:Generator_UserColumnName="unit" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="20" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="regeditCode" msprop:Generator_ColumnVarNameInTable="columnregeditCode" msprop:Generator_ColumnPropNameInRow="regeditCode" msprop:Generator_ColumnPropNameInTable="regeditCodeColumn" msprop:Generator_UserColumnName="regeditCode" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="72" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="bigCount" msprop:Generator_ColumnVarNameInTable="columnbigCount" msprop:Generator_ColumnPropNameInRow="bigCount" msprop:Generator_ColumnPropNameInTable="bigCountColumn" msprop:Generator_UserColumnName="bigCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="type" msprop:Generator_ColumnVarNameInTable="columntype" msprop:Generator_ColumnPropNameInRow="type" msprop:Generator_ColumnPropNameInTable="typeColumn" msprop:Generator_UserColumnName="type" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="30" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="barCode" msprop:Generator_ColumnVarNameInTable="columnbarCode" msprop:Generator_ColumnPropNameInRow="barCode" msprop:Generator_ColumnPropNameInTable="barCodeColumn" msprop:Generator_UserColumnName="barCode" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="30" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="exception" msprop:Generator_ColumnVarNameInTable="columnexception" msprop:Generator_ColumnPropNameInRow="exception" msprop:Generator_ColumnPropNameInTable="exceptionColumn" msprop:Generator_UserColumnName="exception" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="exceptionDesc" msprop:Generator_ColumnVarNameInTable="columnexceptionDesc" msprop:Generator_ColumnPropNameInRow="exceptionDesc" msprop:Generator_ColumnPropNameInTable="exceptionDescColumn" msprop:Generator_UserColumnName="exceptionDesc" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="validSolution" msprop:Generator_ColumnVarNameInTable="columnvalidSolution" msprop:Generator_ColumnPropNameInRow="validSolution" msprop:Generator_ColumnPropNameInTable="validSolutionColumn" msprop:Generator_UserColumnName="validSolution" type="xs:int" minOccurs="0" />
|
|
<xs:element name="solutionRemark" msprop:Generator_ColumnVarNameInTable="columnsolutionRemark" msprop:Generator_ColumnPropNameInRow="solutionRemark" msprop:Generator_ColumnPropNameInTable="solutionRemarkColumn" msprop:Generator_UserColumnName="solutionRemark" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="solution" msprop:Generator_ColumnVarNameInTable="columnsolution" msprop:Generator_ColumnPropNameInRow="solution" msprop:Generator_ColumnPropNameInTable="solutionColumn" msprop:Generator_UserColumnName="solution" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="bulkPickState" msprop:Generator_ColumnVarNameInTable="columnbulkPickState" msprop:Generator_ColumnPropNameInRow="bulkPickState" msprop:Generator_ColumnPropNameInTable="bulkPickStateColumn" msprop:Generator_UserColumnName="bulkPickState" type="xs:int" minOccurs="0" />
|
|
<xs:element name="batchPickState" msprop:Generator_ColumnVarNameInTable="columnbatchPickState" msprop:Generator_ColumnPropNameInRow="batchPickState" msprop:Generator_ColumnPropNameInTable="batchPickStateColumn" msprop:Generator_UserColumnName="batchPickState" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="v_stockOutWavePickDetail" msprop:Generator_TableClassName="v_stockOutWavePickDetailDataTable" msprop:Generator_TableVarName="tablev_stockOutWavePickDetail" msprop:Generator_TablePropName="v_stockOutWavePickDetail" msprop:Generator_RowDeletingName="v_stockOutWavePickDetailRowDeleting" msprop:Generator_RowChangingName="v_stockOutWavePickDetailRowChanging" msprop:Generator_RowEvHandlerName="v_stockOutWavePickDetailRowChangeEventHandler" msprop:Generator_RowDeletedName="v_stockOutWavePickDetailRowDeleted" msprop:Generator_UserTableName="v_stockOutWavePickDetail" msprop:Generator_RowChangedName="v_stockOutWavePickDetailRowChanged" msprop:Generator_RowEvArgName="v_stockOutWavePickDetailRowChangeEvent" msprop:Generator_RowClassName="v_stockOutWavePickDetailRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="waveOrder" msprop:Generator_ColumnVarNameInTable="columnwaveOrder" msprop:Generator_ColumnPropNameInRow="waveOrder" msprop:Generator_ColumnPropNameInTable="waveOrderColumn" msprop:Generator_UserColumnName="waveOrder" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="pickOrderNo" msprop:Generator_ColumnVarNameInTable="columnpickOrderNo" msprop:Generator_ColumnPropNameInRow="pickOrderNo" msprop:Generator_ColumnPropNameInTable="pickOrderNoColumn" msprop:Generator_UserColumnName="pickOrderNo">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="goodsName" msprop:Generator_ColumnVarNameInTable="columngoodsName" msprop:Generator_ColumnPropNameInRow="goodsName" msprop:Generator_ColumnPropNameInTable="goodsNameColumn" msprop:Generator_UserColumnName="goodsName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="120" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="manufacturer" msprop:Generator_ColumnVarNameInTable="columnmanufacturer" msprop:Generator_ColumnPropNameInRow="manufacturer" msprop:Generator_ColumnPropNameInTable="manufacturerColumn" msprop:Generator_UserColumnName="manufacturer" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="256" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="spec" msprop:Generator_ColumnVarNameInTable="columnspec" msprop:Generator_ColumnPropNameInRow="spec" msprop:Generator_ColumnPropNameInTable="specColumn" msprop:Generator_UserColumnName="spec" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="unit" msprop:Generator_ColumnVarNameInTable="columnunit" msprop:Generator_ColumnPropNameInRow="unit" msprop:Generator_ColumnPropNameInTable="unitColumn" msprop:Generator_UserColumnName="unit" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="20" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="regeditCode" msprop:Generator_ColumnVarNameInTable="columnregeditCode" msprop:Generator_ColumnPropNameInRow="regeditCode" msprop:Generator_ColumnPropNameInTable="regeditCodeColumn" msprop:Generator_UserColumnName="regeditCode" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="72" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="drug_code" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columndrug_code" msprop:Generator_ColumnPropNameInRow="drug_code" msprop:Generator_ColumnPropNameInTable="drug_codeColumn" msprop:Generator_UserColumnName="drug_code" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="1" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="barCode" msprop:Generator_ColumnVarNameInTable="columnbarCode" msprop:Generator_ColumnPropNameInRow="barCode" msprop:Generator_ColumnPropNameInTable="barCodeColumn" msprop:Generator_UserColumnName="barCode" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="30" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="type" msprop:Generator_ColumnVarNameInTable="columntype" msprop:Generator_ColumnPropNameInRow="type" msprop:Generator_ColumnPropNameInTable="typeColumn" msprop:Generator_UserColumnName="type" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="30" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="customerName" msprop:Generator_ColumnVarNameInTable="columncustomerName" msprop:Generator_ColumnPropNameInRow="customerName" msprop:Generator_ColumnPropNameInTable="customerNameColumn" msprop:Generator_UserColumnName="customerName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="customerId" msprop:Generator_ColumnVarNameInTable="columncustomerId" msprop:Generator_ColumnPropNameInRow="customerId" msprop:Generator_ColumnPropNameInTable="customerIdColumn" msprop:Generator_UserColumnName="customerId" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="count" msprop:Generator_ColumnVarNameInTable="columncount" msprop:Generator_ColumnPropNameInRow="count" msprop:Generator_ColumnPropNameInTable="countColumn" msprop:Generator_UserColumnName="count" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="locationId" msprop:Generator_ColumnVarNameInTable="columnlocationId" msprop:Generator_ColumnPropNameInRow="locationId" msprop:Generator_ColumnPropNameInTable="locationIdColumn" msprop:Generator_UserColumnName="locationId" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="batch" msprop:Generator_ColumnVarNameInTable="columnbatch" msprop:Generator_ColumnPropNameInRow="batch" msprop:Generator_ColumnPropNameInTable="batchColumn" msprop:Generator_UserColumnName="batch" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="goodsId" msprop:Generator_ColumnVarNameInTable="columngoodsId" msprop:Generator_ColumnPropNameInRow="goodsId" msprop:Generator_ColumnPropNameInTable="goodsIdColumn" msprop:Generator_UserColumnName="goodsId" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="validDate" msprop:Generator_ColumnVarNameInTable="columnvalidDate" msprop:Generator_ColumnPropNameInRow="validDate" msprop:Generator_ColumnPropNameInTable="validDateColumn" msprop:Generator_UserColumnName="validDate" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="productDate" msprop:Generator_ColumnVarNameInTable="columnproductDate" msprop:Generator_ColumnPropNameInRow="productDate" msprop:Generator_ColumnPropNameInTable="productDateColumn" msprop:Generator_UserColumnName="productDate" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="volType" msprop:Generator_ColumnVarNameInTable="columnvolType" msprop:Generator_ColumnPropNameInRow="volType" msprop:Generator_ColumnPropNameInTable="volTypeColumn" msprop:Generator_UserColumnName="volType" type="xs:int" minOccurs="0" />
|
|
<xs:element name="elabId" msprop:Generator_ColumnVarNameInTable="columnelabId" msprop:Generator_ColumnPropNameInRow="elabId" msprop:Generator_ColumnPropNameInTable="elabIdColumn" msprop:Generator_UserColumnName="elabId" type="xs:int" minOccurs="0" />
|
|
<xs:element name="elabAddress" msprop:Generator_ColumnVarNameInTable="columnelabAddress" msprop:Generator_ColumnPropNameInRow="elabAddress" msprop:Generator_ColumnPropNameInTable="elabAddressColumn" msprop:Generator_UserColumnName="elabAddress" type="xs:int" minOccurs="0" />
|
|
<xs:element name="id" msprop:Generator_ColumnVarNameInTable="columnid" msprop:Generator_ColumnPropNameInRow="id" msprop:Generator_ColumnPropNameInTable="idColumn" msprop:Generator_UserColumnName="id" type="xs:int" minOccurs="0" />
|
|
<xs:element name="batchPickState" msprop:Generator_ColumnVarNameInTable="columnbatchPickState" msprop:Generator_ColumnPropNameInRow="batchPickState" msprop:Generator_ColumnPropNameInTable="batchPickStateColumn" msprop:Generator_UserColumnName="batchPickState" type="xs:int" minOccurs="0" />
|
|
<xs:element name="state" msprop:Generator_ColumnVarNameInTable="columnstate" msprop:Generator_ColumnPropNameInRow="state" msprop:Generator_ColumnPropNameInTable="stateColumn" msprop:Generator_UserColumnName="state" type="xs:int" minOccurs="0" />
|
|
<xs:element name="bulkPickState" msprop:Generator_ColumnVarNameInTable="columnbulkPickState" msprop:Generator_ColumnPropNameInRow="bulkPickState" msprop:Generator_ColumnPropNameInTable="bulkPickStateColumn" msprop:Generator_UserColumnName="bulkPickState" type="xs:int" minOccurs="0" />
|
|
<xs:element name="batchMax1" msprop:Generator_ColumnVarNameInTable="columnbatchMax1" msprop:Generator_ColumnPropNameInRow="batchMax1" msprop:Generator_ColumnPropNameInTable="batchMax1Column" msprop:Generator_UserColumnName="batchMax1" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="batchMax2" msprop:Generator_ColumnVarNameInTable="columnbatchMax2" msprop:Generator_ColumnPropNameInRow="batchMax2" msprop:Generator_ColumnPropNameInTable="batchMax2Column" msprop:Generator_UserColumnName="batchMax2" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="batchMax3" msprop:Generator_ColumnVarNameInTable="columnbatchMax3" msprop:Generator_ColumnPropNameInRow="batchMax3" msprop:Generator_ColumnPropNameInTable="batchMax3Column" msprop:Generator_UserColumnName="batchMax3" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="batchMax4" msprop:Generator_ColumnVarNameInTable="columnbatchMax4" msprop:Generator_ColumnPropNameInRow="batchMax4" msprop:Generator_ColumnPropNameInTable="batchMax4Column" msprop:Generator_UserColumnName="batchMax4" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="goodsTypeName" msprop:Generator_ColumnVarNameInTable="columngoodsTypeName" msprop:Generator_ColumnPropNameInRow="goodsTypeName" msprop:Generator_ColumnPropNameInTable="goodsTypeNameColumn" msprop:Generator_UserColumnName="goodsTypeName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="bigCount" msprop:Generator_ColumnVarNameInTable="columnbigCount" msprop:Generator_ColumnPropNameInRow="bigCount" msprop:Generator_ColumnPropNameInTable="bigCountColumn" msprop:Generator_UserColumnName="bigCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="id128" msprop:Generator_ColumnVarNameInTable="columnid128" msprop:Generator_ColumnPropNameInRow="id128" msprop:Generator_ColumnPropNameInTable="id128Column" msprop:Generator_UserColumnName="id128" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="v_tmsLineDetail" msprop:Generator_TableClassName="v_tmsLineDetailDataTable" msprop:Generator_TableVarName="tablev_tmsLineDetail" msprop:Generator_TablePropName="v_tmsLineDetail" msprop:Generator_RowDeletingName="v_tmsLineDetailRowDeleting" msprop:Generator_RowChangingName="v_tmsLineDetailRowChanging" msprop:Generator_RowEvHandlerName="v_tmsLineDetailRowChangeEventHandler" msprop:Generator_RowDeletedName="v_tmsLineDetailRowDeleted" msprop:Generator_UserTableName="v_tmsLineDetail" msprop:Generator_RowChangedName="v_tmsLineDetailRowChanged" msprop:Generator_RowEvArgName="v_tmsLineDetailRowChangeEvent" msprop:Generator_RowClassName="v_tmsLineDetailRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="id" msprop:Generator_ColumnVarNameInTable="columnid" msprop:Generator_ColumnPropNameInRow="id" msprop:Generator_ColumnPropNameInTable="idColumn" msprop:Generator_UserColumnName="id" type="xs:int" />
|
|
<xs:element name="lineId" msprop:Generator_ColumnVarNameInTable="columnlineId" msprop:Generator_ColumnPropNameInRow="lineId" msprop:Generator_ColumnPropNameInTable="lineIdColumn" msprop:Generator_UserColumnName="lineId" type="xs:int" />
|
|
<xs:element name="custId" msprop:Generator_ColumnVarNameInTable="columncustId" msprop:Generator_ColumnPropNameInRow="custId" msprop:Generator_ColumnPropNameInTable="custIdColumn" msprop:Generator_UserColumnName="custId">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="operater" msprop:Generator_ColumnVarNameInTable="columnoperater" msprop:Generator_ColumnPropNameInRow="operater" msprop:Generator_ColumnPropNameInTable="operaterColumn" msprop:Generator_UserColumnName="operater" type="xs:int" minOccurs="0" />
|
|
<xs:element name="lastmodified" msprop:Generator_ColumnVarNameInTable="columnlastmodified" msprop:Generator_ColumnPropNameInRow="lastmodified" msprop:Generator_ColumnPropNameInTable="lastmodifiedColumn" msprop:Generator_UserColumnName="lastmodified" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="createtime" msprop:Generator_ColumnVarNameInTable="columncreatetime" msprop:Generator_ColumnPropNameInRow="createtime" msprop:Generator_ColumnPropNameInTable="createtimeColumn" msprop:Generator_UserColumnName="createtime" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="dr" msprop:Generator_ColumnVarNameInTable="columndr" msprop:Generator_ColumnPropNameInRow="dr" msprop:Generator_ColumnPropNameInTable="drColumn" msprop:Generator_UserColumnName="dr" type="xs:boolean" minOccurs="0" />
|
|
<xs:element name="custName" msprop:Generator_ColumnVarNameInTable="columncustName" msprop:Generator_ColumnPropNameInRow="custName" msprop:Generator_ColumnPropNameInTable="custNameColumn" msprop:Generator_UserColumnName="custName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="name" msprop:Generator_ColumnVarNameInTable="columnname" msprop:Generator_ColumnPropNameInRow="name" msprop:Generator_ColumnPropNameInTable="nameColumn" msprop:Generator_UserColumnName="name" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="description" msprop:Generator_ColumnVarNameInTable="columndescription" msprop:Generator_ColumnPropNameInRow="description" msprop:Generator_ColumnPropNameInTable="descriptionColumn" msprop:Generator_UserColumnName="description" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="flag" msprop:Generator_ColumnVarNameInTable="columnflag" msprop:Generator_ColumnPropNameInRow="flag" msprop:Generator_ColumnPropNameInTable="flagColumn" msprop:Generator_UserColumnName="flag" type="xs:int" minOccurs="0" />
|
|
<xs:element name="lineOrder" msprop:Generator_ColumnVarNameInTable="columnlineOrder" msprop:Generator_ColumnPropNameInRow="lineOrder" msprop:Generator_ColumnPropNameInTable="lineOrderColumn" msprop:Generator_UserColumnName="lineOrder" type="xs:int" />
|
|
<xs:element name="Address" msprop:Generator_ColumnVarNameInTable="columnAddress" msprop:Generator_ColumnPropNameInRow="Address" msprop:Generator_ColumnPropNameInTable="AddressColumn" msprop:Generator_UserColumnName="Address" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="locationId" msprop:Generator_ColumnVarNameInTable="columnlocationId" msprop:Generator_ColumnPropNameInRow="locationId" msprop:Generator_ColumnPropNameInTable="locationIdColumn" msprop:Generator_UserColumnName="locationId" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="v_tmsPickRequest" msprop:Generator_TableClassName="v_tmsPickRequestDataTable" msprop:Generator_TableVarName="tablev_tmsPickRequest" msprop:Generator_TablePropName="v_tmsPickRequest" msprop:Generator_RowDeletingName="v_tmsPickRequestRowDeleting" msprop:Generator_RowChangingName="v_tmsPickRequestRowChanging" msprop:Generator_RowEvHandlerName="v_tmsPickRequestRowChangeEventHandler" msprop:Generator_RowDeletedName="v_tmsPickRequestRowDeleted" msprop:Generator_UserTableName="v_tmsPickRequest" msprop:Generator_RowChangedName="v_tmsPickRequestRowChanged" msprop:Generator_RowEvArgName="v_tmsPickRequestRowChangeEvent" msprop:Generator_RowClassName="v_tmsPickRequestRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="id" msprop:Generator_ColumnVarNameInTable="columnid" msprop:Generator_ColumnPropNameInRow="id" msprop:Generator_ColumnPropNameInTable="idColumn" msprop:Generator_UserColumnName="id" type="xs:int" />
|
|
<xs:element name="transNo" msprop:Generator_ColumnVarNameInTable="columntransNo" msprop:Generator_ColumnPropNameInRow="transNo" msprop:Generator_ColumnPropNameInTable="transNoColumn" msprop:Generator_UserColumnName="transNo" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="pickOrderNo" msprop:Generator_ColumnVarNameInTable="columnpickOrderNo" msprop:Generator_ColumnPropNameInRow="pickOrderNo" msprop:Generator_ColumnPropNameInTable="pickOrderNoColumn" msprop:Generator_UserColumnName="pickOrderNo">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="waveOrder" msprop:Generator_ColumnVarNameInTable="columnwaveOrder" msprop:Generator_ColumnPropNameInRow="waveOrder" msprop:Generator_ColumnPropNameInTable="waveOrderColumn" msprop:Generator_UserColumnName="waveOrder" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="orderType" msprop:Generator_ColumnVarNameInTable="columnorderType" msprop:Generator_ColumnPropNameInRow="orderType" msprop:Generator_ColumnPropNameInTable="orderTypeColumn" msprop:Generator_UserColumnName="orderType" type="xs:int" minOccurs="0" />
|
|
<xs:element name="orderTypeName" msprop:Generator_ColumnVarNameInTable="columnorderTypeName" msprop:Generator_ColumnPropNameInRow="orderTypeName" msprop:Generator_ColumnPropNameInTable="orderTypeNameColumn" msprop:Generator_UserColumnName="orderTypeName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="customerId" msprop:Generator_ColumnVarNameInTable="columncustomerId" msprop:Generator_ColumnPropNameInRow="customerId" msprop:Generator_ColumnPropNameInTable="customerIdColumn" msprop:Generator_UserColumnName="customerId" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="customerName" msprop:Generator_ColumnVarNameInTable="columncustomerName" msprop:Generator_ColumnPropNameInRow="customerName" msprop:Generator_ColumnPropNameInTable="customerNameColumn" msprop:Generator_UserColumnName="customerName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="custAddress" msprop:Generator_ColumnVarNameInTable="columncustAddress" msprop:Generator_ColumnPropNameInRow="custAddress" msprop:Generator_ColumnPropNameInTable="custAddressColumn" msprop:Generator_UserColumnName="custAddress" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="desk" msprop:Generator_ColumnVarNameInTable="columndesk" msprop:Generator_ColumnPropNameInRow="desk" msprop:Generator_ColumnPropNameInTable="deskColumn" msprop:Generator_UserColumnName="desk" type="xs:int" />
|
|
<xs:element name="boxCnt" msprop:Generator_ColumnVarNameInTable="columnboxCnt" msprop:Generator_ColumnPropNameInRow="boxCnt" msprop:Generator_ColumnPropNameInTable="boxCntColumn" msprop:Generator_UserColumnName="boxCnt" type="xs:int" minOccurs="0" />
|
|
<xs:element name="bulkCnt" msprop:Generator_ColumnVarNameInTable="columnbulkCnt" msprop:Generator_ColumnPropNameInRow="bulkCnt" msprop:Generator_ColumnPropNameInTable="bulkCntColumn" msprop:Generator_UserColumnName="bulkCnt" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="volume" msprop:Generator_ColumnVarNameInTable="columnvolume" msprop:Generator_ColumnPropNameInRow="volume" msprop:Generator_ColumnPropNameInTable="volumeColumn" msprop:Generator_UserColumnName="volume" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="weight" msprop:Generator_ColumnVarNameInTable="columnweight" msprop:Generator_ColumnPropNameInRow="weight" msprop:Generator_ColumnPropNameInTable="weightColumn" msprop:Generator_UserColumnName="weight" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="state" msprop:Generator_ColumnVarNameInTable="columnstate" msprop:Generator_ColumnPropNameInRow="state" msprop:Generator_ColumnPropNameInTable="stateColumn" msprop:Generator_UserColumnName="state" type="xs:int" minOccurs="0" />
|
|
<xs:element name="bulkPickState" msprop:Generator_ColumnVarNameInTable="columnbulkPickState" msprop:Generator_ColumnPropNameInRow="bulkPickState" msprop:Generator_ColumnPropNameInTable="bulkPickStateColumn" msprop:Generator_UserColumnName="bulkPickState" type="xs:int" minOccurs="0" />
|
|
<xs:element name="batchPickState" msprop:Generator_ColumnVarNameInTable="columnbatchPickState" msprop:Generator_ColumnPropNameInRow="batchPickState" msprop:Generator_ColumnPropNameInTable="batchPickStateColumn" msprop:Generator_UserColumnName="batchPickState" type="xs:int" minOccurs="0" />
|
|
<xs:element name="orderDate" msprop:Generator_ColumnVarNameInTable="columnorderDate" msprop:Generator_ColumnPropNameInRow="orderDate" msprop:Generator_ColumnPropNameInTable="orderDateColumn" msprop:Generator_UserColumnName="orderDate" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="description" msprop:Generator_ColumnVarNameInTable="columndescription" msprop:Generator_ColumnPropNameInRow="description" msprop:Generator_ColumnPropNameInTable="descriptionColumn" msprop:Generator_UserColumnName="description" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="pickedBye" msprop:Generator_ColumnVarNameInTable="columnpickedBye" msprop:Generator_ColumnPropNameInRow="pickedBye" msprop:Generator_ColumnPropNameInTable="pickedByeColumn" msprop:Generator_UserColumnName="pickedBye" type="xs:int" minOccurs="0" />
|
|
<xs:element name="pickedTime" msprop:Generator_ColumnVarNameInTable="columnpickedTime" msprop:Generator_ColumnPropNameInRow="pickedTime" msprop:Generator_ColumnPropNameInTable="pickedTimeColumn" msprop:Generator_UserColumnName="pickedTime" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="checkedby" msprop:Generator_ColumnVarNameInTable="columncheckedby" msprop:Generator_ColumnPropNameInRow="checkedby" msprop:Generator_ColumnPropNameInTable="checkedbyColumn" msprop:Generator_UserColumnName="checkedby" type="xs:int" minOccurs="0" />
|
|
<xs:element name="checkedTime" msprop:Generator_ColumnVarNameInTable="columncheckedTime" msprop:Generator_ColumnPropNameInRow="checkedTime" msprop:Generator_ColumnPropNameInTable="checkedTimeColumn" msprop:Generator_UserColumnName="checkedTime" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="waveStart" msprop:Generator_ColumnVarNameInTable="columnwaveStart" msprop:Generator_ColumnPropNameInRow="waveStart" msprop:Generator_ColumnPropNameInTable="waveStartColumn" msprop:Generator_UserColumnName="waveStart" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="waveEnd" msprop:Generator_ColumnVarNameInTable="columnwaveEnd" msprop:Generator_ColumnPropNameInRow="waveEnd" msprop:Generator_ColumnPropNameInTable="waveEndColumn" msprop:Generator_UserColumnName="waveEnd" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="priority" msprop:Generator_ColumnVarNameInTable="columnpriority" msprop:Generator_ColumnPropNameInRow="priority" msprop:Generator_ColumnPropNameInTable="priorityColumn" msprop:Generator_UserColumnName="priority" type="xs:int" minOccurs="0" />
|
|
<xs:element name="operater" msprop:Generator_ColumnVarNameInTable="columnoperater" msprop:Generator_ColumnPropNameInRow="operater" msprop:Generator_ColumnPropNameInTable="operaterColumn" msprop:Generator_UserColumnName="operater" type="xs:int" minOccurs="0" />
|
|
<xs:element name="dr" msprop:Generator_ColumnVarNameInTable="columndr" msprop:Generator_ColumnPropNameInRow="dr" msprop:Generator_ColumnPropNameInTable="drColumn" msprop:Generator_UserColumnName="dr" type="xs:boolean" minOccurs="0" />
|
|
<xs:element name="createtime" msprop:Generator_ColumnVarNameInTable="columncreatetime" msprop:Generator_ColumnPropNameInRow="createtime" msprop:Generator_ColumnPropNameInTable="createtimeColumn" msprop:Generator_UserColumnName="createtime" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="lastmodified" msprop:Generator_ColumnVarNameInTable="columnlastmodified" msprop:Generator_ColumnPropNameInRow="lastmodified" msprop:Generator_ColumnPropNameInTable="lastmodifiedColumn" msprop:Generator_UserColumnName="lastmodified" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="lineId" msprop:Generator_ColumnVarNameInTable="columnlineId" msprop:Generator_ColumnPropNameInRow="lineId" msprop:Generator_ColumnPropNameInTable="lineIdColumn" msprop:Generator_UserColumnName="lineId" type="xs:int" minOccurs="0" />
|
|
<xs:element name="lineOrder" msprop:Generator_ColumnVarNameInTable="columnlineOrder" msprop:Generator_ColumnPropNameInRow="lineOrder" msprop:Generator_ColumnPropNameInTable="lineOrderColumn" msprop:Generator_UserColumnName="lineOrder" type="xs:int" minOccurs="0" />
|
|
<xs:element name="lineName" msprop:Generator_ColumnVarNameInTable="columnlineName" msprop:Generator_ColumnPropNameInRow="lineName" msprop:Generator_ColumnPropNameInTable="lineNameColumn" msprop:Generator_UserColumnName="lineName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="lineDesc" msprop:Generator_ColumnVarNameInTable="columnlineDesc" msprop:Generator_ColumnPropNameInRow="lineDesc" msprop:Generator_ColumnPropNameInTable="lineDescColumn" msprop:Generator_UserColumnName="lineDesc" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="sumVol" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnsumVol" msprop:Generator_ColumnPropNameInRow="sumVol" msprop:Generator_ColumnPropNameInTable="sumVolColumn" msprop:Generator_UserColumnName="sumVol" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="sumWeight" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnsumWeight" msprop:Generator_ColumnPropNameInRow="sumWeight" msprop:Generator_ColumnPropNameInTable="sumWeightColumn" msprop:Generator_UserColumnName="sumWeight" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="bulkBox" msprop:Generator_ColumnVarNameInTable="columnbulkBox" msprop:Generator_ColumnPropNameInRow="bulkBox" msprop:Generator_ColumnPropNameInTable="bulkBoxColumn" msprop:Generator_UserColumnName="bulkBox" type="xs:int" minOccurs="0" />
|
|
<xs:element name="bulkBag" msprop:Generator_ColumnVarNameInTable="columnbulkBag" msprop:Generator_ColumnPropNameInRow="bulkBag" msprop:Generator_ColumnPropNameInTable="bulkBagColumn" msprop:Generator_UserColumnName="bulkBag" type="xs:int" minOccurs="0" />
|
|
<xs:element name="tranLocationId" msprop:Generator_ColumnVarNameInTable="columntranLocationId" msprop:Generator_ColumnPropNameInRow="tranLocationId" msprop:Generator_ColumnPropNameInTable="tranLocationIdColumn" msprop:Generator_UserColumnName="tranLocationId" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="phone1" msprop:Generator_ColumnVarNameInTable="columnphone1" msprop:Generator_ColumnPropNameInRow="phone1" msprop:Generator_ColumnPropNameInTable="phone1Column" msprop:Generator_UserColumnName="phone1" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="v_tmsPickRequestBatchDetail" msprop:Generator_TableClassName="v_tmsPickRequestBatchDetailDataTable" msprop:Generator_TableVarName="tablev_tmsPickRequestBatchDetail" msprop:Generator_TablePropName="v_tmsPickRequestBatchDetail" msprop:Generator_RowDeletingName="v_tmsPickRequestBatchDetailRowDeleting" msprop:Generator_RowChangingName="v_tmsPickRequestBatchDetailRowChanging" msprop:Generator_RowEvHandlerName="v_tmsPickRequestBatchDetailRowChangeEventHandler" msprop:Generator_RowDeletedName="v_tmsPickRequestBatchDetailRowDeleted" msprop:Generator_UserTableName="v_tmsPickRequestBatchDetail" msprop:Generator_RowChangedName="v_tmsPickRequestBatchDetailRowChanged" msprop:Generator_RowEvArgName="v_tmsPickRequestBatchDetailRowChangeEvent" msprop:Generator_RowClassName="v_tmsPickRequestBatchDetailRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="transNo" msprop:Generator_ColumnVarNameInTable="columntransNo" msprop:Generator_ColumnPropNameInRow="transNo" msprop:Generator_ColumnPropNameInTable="transNoColumn" msprop:Generator_UserColumnName="transNo" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="pickOrderNo" msprop:Generator_ColumnVarNameInTable="columnpickOrderNo" msprop:Generator_ColumnPropNameInRow="pickOrderNo" msprop:Generator_ColumnPropNameInTable="pickOrderNoColumn" msprop:Generator_UserColumnName="pickOrderNo">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="tranLocationId" msprop:Generator_ColumnVarNameInTable="columntranLocationId" msprop:Generator_ColumnPropNameInRow="tranLocationId" msprop:Generator_ColumnPropNameInTable="tranLocationIdColumn" msprop:Generator_UserColumnName="tranLocationId" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="batchPickState" msprop:Generator_ColumnVarNameInTable="columnbatchPickState" msprop:Generator_ColumnPropNameInRow="batchPickState" msprop:Generator_ColumnPropNameInTable="batchPickStateColumn" msprop:Generator_UserColumnName="batchPickState" type="xs:int" minOccurs="0" />
|
|
<xs:element name="goodsName" msprop:Generator_ColumnVarNameInTable="columngoodsName" msprop:Generator_ColumnPropNameInRow="goodsName" msprop:Generator_ColumnPropNameInTable="goodsNameColumn" msprop:Generator_UserColumnName="goodsName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="120" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="manufacturer" msprop:Generator_ColumnVarNameInTable="columnmanufacturer" msprop:Generator_ColumnPropNameInRow="manufacturer" msprop:Generator_ColumnPropNameInTable="manufacturerColumn" msprop:Generator_UserColumnName="manufacturer" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="256" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="batch" msprop:Generator_ColumnVarNameInTable="columnbatch" msprop:Generator_ColumnPropNameInRow="batch" msprop:Generator_ColumnPropNameInTable="batchColumn" msprop:Generator_UserColumnName="batch" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="boxCnt" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnboxCnt" msprop:Generator_ColumnPropNameInRow="boxCnt" msprop:Generator_ColumnPropNameInTable="boxCntColumn" msprop:Generator_UserColumnName="boxCnt" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="chang" msprop:Generator_ColumnVarNameInTable="columnchang" msprop:Generator_ColumnPropNameInRow="chang" msprop:Generator_ColumnPropNameInTable="changColumn" msprop:Generator_UserColumnName="chang" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="kuan" msprop:Generator_ColumnVarNameInTable="columnkuan" msprop:Generator_ColumnPropNameInRow="kuan" msprop:Generator_ColumnPropNameInTable="kuanColumn" msprop:Generator_UserColumnName="kuan" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="gao" msprop:Generator_ColumnVarNameInTable="columngao" msprop:Generator_ColumnPropNameInRow="gao" msprop:Generator_ColumnPropNameInTable="gaoColumn" msprop:Generator_UserColumnName="gao" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="weight" msprop:Generator_ColumnVarNameInTable="columnweight" msprop:Generator_ColumnPropNameInRow="weight" msprop:Generator_ColumnPropNameInTable="weightColumn" msprop:Generator_UserColumnName="weight" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="goodsId" msprop:Generator_ColumnVarNameInTable="columngoodsId" msprop:Generator_ColumnPropNameInRow="goodsId" msprop:Generator_ColumnPropNameInTable="goodsIdColumn" msprop:Generator_UserColumnName="goodsId" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="unit" msprop:Generator_ColumnVarNameInTable="columnunit" msprop:Generator_ColumnPropNameInRow="unit" msprop:Generator_ColumnPropNameInTable="unitColumn" msprop:Generator_UserColumnName="unit" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="20" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="bigCount" msprop:Generator_ColumnVarNameInTable="columnbigCount" msprop:Generator_ColumnPropNameInRow="bigCount" msprop:Generator_ColumnPropNameInTable="bigCountColumn" msprop:Generator_UserColumnName="bigCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="count" msprop:Generator_ColumnVarNameInTable="columncount" msprop:Generator_ColumnPropNameInRow="count" msprop:Generator_ColumnPropNameInTable="countColumn" msprop:Generator_UserColumnName="count" type="xs:decimal" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="v_tmsPickRequestBatchSum" msprop:Generator_TableClassName="v_tmsPickRequestBatchSumDataTable" msprop:Generator_TableVarName="tablev_tmsPickRequestBatchSum" msprop:Generator_TablePropName="v_tmsPickRequestBatchSum" msprop:Generator_RowDeletingName="v_tmsPickRequestBatchSumRowDeleting" msprop:Generator_RowChangingName="v_tmsPickRequestBatchSumRowChanging" msprop:Generator_RowEvHandlerName="v_tmsPickRequestBatchSumRowChangeEventHandler" msprop:Generator_RowDeletedName="v_tmsPickRequestBatchSumRowDeleted" msprop:Generator_UserTableName="v_tmsPickRequestBatchSum" msprop:Generator_RowChangedName="v_tmsPickRequestBatchSumRowChanged" msprop:Generator_RowEvArgName="v_tmsPickRequestBatchSumRowChangeEvent" msprop:Generator_RowClassName="v_tmsPickRequestBatchSumRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="transNo" msprop:Generator_ColumnVarNameInTable="columntransNo" msprop:Generator_ColumnPropNameInRow="transNo" msprop:Generator_ColumnPropNameInTable="transNoColumn" msprop:Generator_UserColumnName="transNo" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="pickOrderNo" msprop:Generator_ColumnVarNameInTable="columnpickOrderNo" msprop:Generator_ColumnPropNameInRow="pickOrderNo" msprop:Generator_ColumnPropNameInTable="pickOrderNoColumn" msprop:Generator_UserColumnName="pickOrderNo">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="tranLocationId" msprop:Generator_ColumnVarNameInTable="columntranLocationId" msprop:Generator_ColumnPropNameInRow="tranLocationId" msprop:Generator_ColumnPropNameInTable="tranLocationIdColumn" msprop:Generator_UserColumnName="tranLocationId" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="batchPickState" msprop:Generator_ColumnVarNameInTable="columnbatchPickState" msprop:Generator_ColumnPropNameInRow="batchPickState" msprop:Generator_ColumnPropNameInTable="batchPickStateColumn" msprop:Generator_UserColumnName="batchPickState" type="xs:int" minOccurs="0" />
|
|
<xs:element name="goodsId" msprop:Generator_ColumnVarNameInTable="columngoodsId" msprop:Generator_ColumnPropNameInRow="goodsId" msprop:Generator_ColumnPropNameInTable="goodsIdColumn" msprop:Generator_UserColumnName="goodsId" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="goodsName" msprop:Generator_ColumnVarNameInTable="columngoodsName" msprop:Generator_ColumnPropNameInRow="goodsName" msprop:Generator_ColumnPropNameInTable="goodsNameColumn" msprop:Generator_UserColumnName="goodsName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="120" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="manufacturer" msprop:Generator_ColumnVarNameInTable="columnmanufacturer" msprop:Generator_ColumnPropNameInRow="manufacturer" msprop:Generator_ColumnPropNameInTable="manufacturerColumn" msprop:Generator_UserColumnName="manufacturer" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="256" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="batch" msprop:Generator_ColumnVarNameInTable="columnbatch" msprop:Generator_ColumnPropNameInRow="batch" msprop:Generator_ColumnPropNameInTable="batchColumn" msprop:Generator_UserColumnName="batch" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="chang" msprop:Generator_ColumnVarNameInTable="columnchang" msprop:Generator_ColumnPropNameInRow="chang" msprop:Generator_ColumnPropNameInTable="changColumn" msprop:Generator_UserColumnName="chang" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="kuan" msprop:Generator_ColumnVarNameInTable="columnkuan" msprop:Generator_ColumnPropNameInRow="kuan" msprop:Generator_ColumnPropNameInTable="kuanColumn" msprop:Generator_UserColumnName="kuan" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="gao" msprop:Generator_ColumnVarNameInTable="columngao" msprop:Generator_ColumnPropNameInRow="gao" msprop:Generator_ColumnPropNameInTable="gaoColumn" msprop:Generator_UserColumnName="gao" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="weight" msprop:Generator_ColumnVarNameInTable="columnweight" msprop:Generator_ColumnPropNameInRow="weight" msprop:Generator_ColumnPropNameInTable="weightColumn" msprop:Generator_UserColumnName="weight" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="count" msprop:Generator_ColumnVarNameInTable="columncount" msprop:Generator_ColumnPropNameInRow="count" msprop:Generator_ColumnPropNameInTable="countColumn" msprop:Generator_UserColumnName="count" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="boxCnt" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnboxCnt" msprop:Generator_ColumnPropNameInRow="boxCnt" msprop:Generator_ColumnPropNameInTable="boxCntColumn" msprop:Generator_UserColumnName="boxCnt" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="unit" msprop:Generator_ColumnVarNameInTable="columnunit" msprop:Generator_ColumnPropNameInRow="unit" msprop:Generator_ColumnPropNameInTable="unitColumn" msprop:Generator_UserColumnName="unit" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="20" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="bigCount" msprop:Generator_ColumnVarNameInTable="columnbigCount" msprop:Generator_ColumnPropNameInRow="bigCount" msprop:Generator_ColumnPropNameInTable="bigCountColumn" msprop:Generator_UserColumnName="bigCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="volType" msprop:Generator_ColumnVarNameInTable="columnvolType" msprop:Generator_ColumnPropNameInRow="volType" msprop:Generator_ColumnPropNameInTable="volTypeColumn" msprop:Generator_UserColumnName="volType" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="v_tmsPickRequestBulks" msprop:Generator_TableClassName="v_tmsPickRequestBulksDataTable" msprop:Generator_TableVarName="tablev_tmsPickRequestBulks" msprop:Generator_TablePropName="v_tmsPickRequestBulks" msprop:Generator_RowDeletingName="v_tmsPickRequestBulksRowDeleting" msprop:Generator_RowChangingName="v_tmsPickRequestBulksRowChanging" msprop:Generator_RowEvHandlerName="v_tmsPickRequestBulksRowChangeEventHandler" msprop:Generator_RowDeletedName="v_tmsPickRequestBulksRowDeleted" msprop:Generator_UserTableName="v_tmsPickRequestBulks" msprop:Generator_RowChangedName="v_tmsPickRequestBulksRowChanged" msprop:Generator_RowEvArgName="v_tmsPickRequestBulksRowChangeEvent" msprop:Generator_RowClassName="v_tmsPickRequestBulksRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="id" msprop:Generator_ColumnVarNameInTable="columnid" msprop:Generator_ColumnPropNameInRow="id" msprop:Generator_ColumnPropNameInTable="idColumn" msprop:Generator_UserColumnName="id" type="xs:int" />
|
|
<xs:element name="transNo" msprop:Generator_ColumnVarNameInTable="columntransNo" msprop:Generator_ColumnPropNameInRow="transNo" msprop:Generator_ColumnPropNameInTable="transNoColumn" msprop:Generator_UserColumnName="transNo" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="customerId" msprop:Generator_ColumnVarNameInTable="columncustomerId" msprop:Generator_ColumnPropNameInRow="customerId" msprop:Generator_ColumnPropNameInTable="customerIdColumn" msprop:Generator_UserColumnName="customerId" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="pickOrderNo" msprop:Generator_ColumnVarNameInTable="columnpickOrderNo" msprop:Generator_ColumnPropNameInRow="pickOrderNo" msprop:Generator_ColumnPropNameInTable="pickOrderNoColumn" msprop:Generator_UserColumnName="pickOrderNo">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="locationId" msprop:Generator_ColumnVarNameInTable="columnlocationId" msprop:Generator_ColumnPropNameInRow="locationId" msprop:Generator_ColumnPropNameInTable="locationIdColumn" msprop:Generator_UserColumnName="locationId">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="volType" msprop:Generator_ColumnVarNameInTable="columnvolType" msprop:Generator_ColumnPropNameInRow="volType" msprop:Generator_ColumnPropNameInTable="volTypeColumn" msprop:Generator_UserColumnName="volType" type="xs:int" minOccurs="0" />
|
|
<xs:element name="count" msprop:Generator_ColumnVarNameInTable="columncount" msprop:Generator_ColumnPropNameInRow="count" msprop:Generator_ColumnPropNameInTable="countColumn" msprop:Generator_UserColumnName="count" type="xs:int" />
|
|
<xs:element name="state" msprop:Generator_ColumnVarNameInTable="columnstate" msprop:Generator_ColumnPropNameInRow="state" msprop:Generator_ColumnPropNameInTable="stateColumn" msprop:Generator_UserColumnName="state" type="xs:int" />
|
|
<xs:element name="customerName" msprop:Generator_ColumnVarNameInTable="columncustomerName" msprop:Generator_ColumnPropNameInRow="customerName" msprop:Generator_ColumnPropNameInTable="customerNameColumn" msprop:Generator_UserColumnName="customerName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="custAddress" msprop:Generator_ColumnVarNameInTable="columncustAddress" msprop:Generator_ColumnPropNameInRow="custAddress" msprop:Generator_ColumnPropNameInTable="custAddressColumn" msprop:Generator_UserColumnName="custAddress" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="operater" msprop:Generator_ColumnVarNameInTable="columnoperater" msprop:Generator_ColumnPropNameInRow="operater" msprop:Generator_ColumnPropNameInTable="operaterColumn" msprop:Generator_UserColumnName="operater" type="xs:int" minOccurs="0" />
|
|
<xs:element name="phone1" msprop:Generator_ColumnVarNameInTable="columnphone1" msprop:Generator_ColumnPropNameInRow="phone1" msprop:Generator_ColumnPropNameInTable="phone1Column" msprop:Generator_UserColumnName="phone1" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="lineName" msprop:Generator_ColumnVarNameInTable="columnlineName" msprop:Generator_ColumnPropNameInRow="lineName" msprop:Generator_ColumnPropNameInTable="lineNameColumn" msprop:Generator_UserColumnName="lineName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="lineOrder" msprop:Generator_ColumnVarNameInTable="columnlineOrder" msprop:Generator_ColumnPropNameInRow="lineOrder" msprop:Generator_ColumnPropNameInTable="lineOrderColumn" msprop:Generator_UserColumnName="lineOrder" type="xs:int" minOccurs="0" />
|
|
<xs:element name="bulkBag" msprop:Generator_ColumnVarNameInTable="columnbulkBag" msprop:Generator_ColumnPropNameInRow="bulkBag" msprop:Generator_ColumnPropNameInTable="bulkBagColumn" msprop:Generator_UserColumnName="bulkBag" type="xs:int" minOccurs="0" />
|
|
<xs:element name="bulkBox" msprop:Generator_ColumnVarNameInTable="columnbulkBox" msprop:Generator_ColumnPropNameInRow="bulkBox" msprop:Generator_ColumnPropNameInTable="bulkBoxColumn" msprop:Generator_UserColumnName="bulkBox" type="xs:int" minOccurs="0" />
|
|
<xs:element name="bulkCnt" msprop:Generator_ColumnVarNameInTable="columnbulkCnt" msprop:Generator_ColumnPropNameInRow="bulkCnt" msprop:Generator_ColumnPropNameInTable="bulkCntColumn" msprop:Generator_UserColumnName="bulkCnt" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="boxCnt" msprop:Generator_ColumnVarNameInTable="columnboxCnt" msprop:Generator_ColumnPropNameInRow="boxCnt" msprop:Generator_ColumnPropNameInTable="boxCntColumn" msprop:Generator_UserColumnName="boxCnt" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="v_tmsPickRequestBulks_2del" msprop:Generator_TableClassName="v_tmsPickRequestBulks_2delDataTable" msprop:Generator_TableVarName="tablev_tmsPickRequestBulks_2del" msprop:Generator_TablePropName="v_tmsPickRequestBulks_2del" msprop:Generator_RowDeletingName="v_tmsPickRequestBulks_2delRowDeleting" msprop:Generator_RowChangingName="v_tmsPickRequestBulks_2delRowChanging" msprop:Generator_RowEvHandlerName="v_tmsPickRequestBulks_2delRowChangeEventHandler" msprop:Generator_RowDeletedName="v_tmsPickRequestBulks_2delRowDeleted" msprop:Generator_UserTableName="v_tmsPickRequestBulks_2del" msprop:Generator_RowChangedName="v_tmsPickRequestBulks_2delRowChanged" msprop:Generator_RowEvArgName="v_tmsPickRequestBulks_2delRowChangeEvent" msprop:Generator_RowClassName="v_tmsPickRequestBulks_2delRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="id" msprop:Generator_ColumnVarNameInTable="columnid" msprop:Generator_ColumnPropNameInRow="id" msprop:Generator_ColumnPropNameInTable="idColumn" msprop:Generator_UserColumnName="id" type="xs:int" />
|
|
<xs:element name="transNo" msprop:Generator_ColumnVarNameInTable="columntransNo" msprop:Generator_ColumnPropNameInRow="transNo" msprop:Generator_ColumnPropNameInTable="transNoColumn" msprop:Generator_UserColumnName="transNo" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="customerId" msprop:Generator_ColumnVarNameInTable="columncustomerId" msprop:Generator_ColumnPropNameInRow="customerId" msprop:Generator_ColumnPropNameInTable="customerIdColumn" msprop:Generator_UserColumnName="customerId" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="pickOrderNo" msprop:Generator_ColumnVarNameInTable="columnpickOrderNo" msprop:Generator_ColumnPropNameInRow="pickOrderNo" msprop:Generator_ColumnPropNameInTable="pickOrderNoColumn" msprop:Generator_UserColumnName="pickOrderNo">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="locationId" msprop:Generator_ColumnVarNameInTable="columnlocationId" msprop:Generator_ColumnPropNameInRow="locationId" msprop:Generator_ColumnPropNameInTable="locationIdColumn" msprop:Generator_UserColumnName="locationId">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="volType" msprop:Generator_ColumnVarNameInTable="columnvolType" msprop:Generator_ColumnPropNameInRow="volType" msprop:Generator_ColumnPropNameInTable="volTypeColumn" msprop:Generator_UserColumnName="volType" type="xs:int" minOccurs="0" />
|
|
<xs:element name="count" msprop:Generator_ColumnVarNameInTable="columncount" msprop:Generator_ColumnPropNameInRow="count" msprop:Generator_ColumnPropNameInTable="countColumn" msprop:Generator_UserColumnName="count" type="xs:int" />
|
|
<xs:element name="state" msprop:Generator_ColumnVarNameInTable="columnstate" msprop:Generator_ColumnPropNameInRow="state" msprop:Generator_ColumnPropNameInTable="stateColumn" msprop:Generator_UserColumnName="state" type="xs:int" />
|
|
<xs:element name="customerName" msprop:Generator_ColumnVarNameInTable="columncustomerName" msprop:Generator_ColumnPropNameInRow="customerName" msprop:Generator_ColumnPropNameInTable="customerNameColumn" msprop:Generator_UserColumnName="customerName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="custAddress" msprop:Generator_ColumnVarNameInTable="columncustAddress" msprop:Generator_ColumnPropNameInRow="custAddress" msprop:Generator_ColumnPropNameInTable="custAddressColumn" msprop:Generator_UserColumnName="custAddress" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="operater" msprop:Generator_ColumnVarNameInTable="columnoperater" msprop:Generator_ColumnPropNameInRow="operater" msprop:Generator_ColumnPropNameInTable="operaterColumn" msprop:Generator_UserColumnName="operater" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="v_tmsTranReqest" msprop:Generator_TableClassName="v_tmsTranReqestDataTable" msprop:Generator_TableVarName="tablev_tmsTranReqest" msprop:Generator_TablePropName="v_tmsTranReqest" msprop:Generator_RowDeletingName="v_tmsTranReqestRowDeleting" msprop:Generator_RowChangingName="v_tmsTranReqestRowChanging" msprop:Generator_RowEvHandlerName="v_tmsTranReqestRowChangeEventHandler" msprop:Generator_RowDeletedName="v_tmsTranReqestRowDeleted" msprop:Generator_UserTableName="v_tmsTranReqest" msprop:Generator_RowChangedName="v_tmsTranReqestRowChanged" msprop:Generator_RowEvArgName="v_tmsTranReqestRowChangeEvent" msprop:Generator_RowClassName="v_tmsTranReqestRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="id" msprop:Generator_ColumnVarNameInTable="columnid" msprop:Generator_ColumnPropNameInRow="id" msprop:Generator_ColumnPropNameInTable="idColumn" msprop:Generator_UserColumnName="id" type="xs:int" />
|
|
<xs:element name="transNo" msprop:Generator_ColumnVarNameInTable="columntransNo" msprop:Generator_ColumnPropNameInRow="transNo" msprop:Generator_ColumnPropNameInTable="transNoColumn" msprop:Generator_UserColumnName="transNo">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="lineId" msprop:Generator_ColumnVarNameInTable="columnlineId" msprop:Generator_ColumnPropNameInRow="lineId" msprop:Generator_ColumnPropNameInTable="lineIdColumn" msprop:Generator_UserColumnName="lineId" type="xs:int" minOccurs="0" />
|
|
<xs:element name="tranType" msprop:Generator_ColumnVarNameInTable="columntranType" msprop:Generator_ColumnPropNameInRow="tranType" msprop:Generator_ColumnPropNameInTable="tranTypeColumn" msprop:Generator_UserColumnName="tranType" type="xs:int" />
|
|
<xs:element name="viechleNo" msprop:Generator_ColumnVarNameInTable="columnviechleNo" msprop:Generator_ColumnPropNameInRow="viechleNo" msprop:Generator_ColumnPropNameInTable="viechleNoColumn" msprop:Generator_UserColumnName="viechleNo" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="contact" msprop:Generator_ColumnVarNameInTable="columncontact" msprop:Generator_ColumnPropNameInRow="contact" msprop:Generator_ColumnPropNameInTable="contactColumn" msprop:Generator_UserColumnName="contact" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="driver" msprop:Generator_ColumnVarNameInTable="columndriver" msprop:Generator_ColumnPropNameInRow="driver" msprop:Generator_ColumnPropNameInTable="driverColumn" msprop:Generator_UserColumnName="driver" type="xs:int" minOccurs="0" />
|
|
<xs:element name="phone" msprop:Generator_ColumnVarNameInTable="columnphone" msprop:Generator_ColumnPropNameInRow="phone" msprop:Generator_ColumnPropNameInTable="phoneColumn" msprop:Generator_UserColumnName="phone" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="state" msprop:Generator_ColumnVarNameInTable="columnstate" msprop:Generator_ColumnPropNameInRow="state" msprop:Generator_ColumnPropNameInTable="stateColumn" msprop:Generator_UserColumnName="state" type="xs:int" />
|
|
<xs:element name="description" msprop:Generator_ColumnVarNameInTable="columndescription" msprop:Generator_ColumnPropNameInRow="description" msprop:Generator_ColumnPropNameInTable="descriptionColumn" msprop:Generator_UserColumnName="description" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="thirdPart" msprop:Generator_ColumnVarNameInTable="columnthirdPart" msprop:Generator_ColumnPropNameInRow="thirdPart" msprop:Generator_ColumnPropNameInTable="thirdPartColumn" msprop:Generator_UserColumnName="thirdPart" type="xs:int" minOccurs="0" />
|
|
<xs:element name="operater" msprop:Generator_ColumnVarNameInTable="columnoperater" msprop:Generator_ColumnPropNameInRow="operater" msprop:Generator_ColumnPropNameInTable="operaterColumn" msprop:Generator_UserColumnName="operater" type="xs:int" minOccurs="0" />
|
|
<xs:element name="lastmodified" msprop:Generator_ColumnVarNameInTable="columnlastmodified" msprop:Generator_ColumnPropNameInRow="lastmodified" msprop:Generator_ColumnPropNameInTable="lastmodifiedColumn" msprop:Generator_UserColumnName="lastmodified" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="createtime" msprop:Generator_ColumnVarNameInTable="columncreatetime" msprop:Generator_ColumnPropNameInRow="createtime" msprop:Generator_ColumnPropNameInTable="createtimeColumn" msprop:Generator_UserColumnName="createtime" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="dr" msprop:Generator_ColumnVarNameInTable="columndr" msprop:Generator_ColumnPropNameInRow="dr" msprop:Generator_ColumnPropNameInTable="drColumn" msprop:Generator_UserColumnName="dr" type="xs:boolean" minOccurs="0" />
|
|
<xs:element name="lineName" msprop:Generator_ColumnVarNameInTable="columnlineName" msprop:Generator_ColumnPropNameInRow="lineName" msprop:Generator_ColumnPropNameInTable="lineNameColumn" msprop:Generator_UserColumnName="lineName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="volumeName" msprop:Generator_ColumnVarNameInTable="columnvolumeName" msprop:Generator_ColumnPropNameInRow="volumeName" msprop:Generator_ColumnPropNameInTable="volumeNameColumn" msprop:Generator_UserColumnName="volumeName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="loadName" msprop:Generator_ColumnVarNameInTable="columnloadName" msprop:Generator_ColumnPropNameInRow="loadName" msprop:Generator_ColumnPropNameInTable="loadNameColumn" msprop:Generator_UserColumnName="loadName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="airConditionName" msprop:Generator_ColumnVarNameInTable="columnairConditionName" msprop:Generator_ColumnPropNameInRow="airConditionName" msprop:Generator_ColumnPropNameInTable="airConditionNameColumn" msprop:Generator_UserColumnName="airConditionName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="thirdPartName" msprop:Generator_ColumnVarNameInTable="columnthirdPartName" msprop:Generator_ColumnPropNameInRow="thirdPartName" msprop:Generator_ColumnPropNameInTable="thirdPartNameColumn" msprop:Generator_UserColumnName="thirdPartName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="sumVol" msprop:Generator_ColumnVarNameInTable="columnsumVol" msprop:Generator_ColumnPropNameInRow="sumVol" msprop:Generator_ColumnPropNameInTable="sumVolColumn" msprop:Generator_UserColumnName="sumVol" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="sumWeight" msprop:Generator_ColumnVarNameInTable="columnsumWeight" msprop:Generator_ColumnPropNameInRow="sumWeight" msprop:Generator_ColumnPropNameInTable="sumWeightColumn" msprop:Generator_UserColumnName="sumWeight" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="boxCnt" msprop:Generator_ColumnVarNameInTable="columnboxCnt" msprop:Generator_ColumnPropNameInRow="boxCnt" msprop:Generator_ColumnPropNameInTable="boxCntColumn" msprop:Generator_UserColumnName="boxCnt" type="xs:int" minOccurs="0" />
|
|
<xs:element name="bulkBox" msprop:Generator_ColumnVarNameInTable="columnbulkBox" msprop:Generator_ColumnPropNameInRow="bulkBox" msprop:Generator_ColumnPropNameInTable="bulkBoxColumn" msprop:Generator_UserColumnName="bulkBox" type="xs:int" minOccurs="0" />
|
|
<xs:element name="bulkBag" msprop:Generator_ColumnVarNameInTable="columnbulkBag" msprop:Generator_ColumnPropNameInRow="bulkBag" msprop:Generator_ColumnPropNameInTable="bulkBagColumn" msprop:Generator_UserColumnName="bulkBag" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="v_tmsTranRequest4Wince" msprop:Generator_TableClassName="v_tmsTranRequest4WinceDataTable" msprop:Generator_TableVarName="tablev_tmsTranRequest4Wince" msprop:Generator_TablePropName="v_tmsTranRequest4Wince" msprop:Generator_RowDeletingName="v_tmsTranRequest4WinceRowDeleting" msprop:Generator_RowChangingName="v_tmsTranRequest4WinceRowChanging" msprop:Generator_RowEvHandlerName="v_tmsTranRequest4WinceRowChangeEventHandler" msprop:Generator_RowDeletedName="v_tmsTranRequest4WinceRowDeleted" msprop:Generator_UserTableName="v_tmsTranRequest4Wince" msprop:Generator_RowChangedName="v_tmsTranRequest4WinceRowChanged" msprop:Generator_RowEvArgName="v_tmsTranRequest4WinceRowChangeEvent" msprop:Generator_RowClassName="v_tmsTranRequest4WinceRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="运单" msprop:Generator_ColumnVarNameInTable="column运单" msprop:Generator_ColumnPropNameInRow="运单" msprop:Generator_ColumnPropNameInTable="运单Column" msprop:Generator_UserColumnName="运单">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="拼箱" msprop:Generator_ColumnVarNameInTable="column拼箱" msprop:Generator_ColumnPropNameInRow="拼箱" msprop:Generator_ColumnPropNameInTable="拼箱Column" msprop:Generator_UserColumnName="拼箱" type="xs:int" minOccurs="0" />
|
|
<xs:element name="拼袋" msprop:Generator_ColumnVarNameInTable="column拼袋" msprop:Generator_ColumnPropNameInRow="拼袋" msprop:Generator_ColumnPropNameInTable="拼袋Column" msprop:Generator_UserColumnName="拼袋" type="xs:int" minOccurs="0" />
|
|
<xs:element name="线路" msprop:Generator_ColumnVarNameInTable="column线路" msprop:Generator_ColumnPropNameInRow="线路" msprop:Generator_ColumnPropNameInTable="线路Column" msprop:Generator_UserColumnName="线路" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="类型" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="column类型" msprop:Generator_ColumnPropNameInRow="类型" msprop:Generator_ColumnPropNameInTable="类型Column" msprop:Generator_UserColumnName="类型" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="4" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="车牌" msprop:Generator_ColumnVarNameInTable="column车牌" msprop:Generator_ColumnPropNameInRow="车牌" msprop:Generator_ColumnPropNameInTable="车牌Column" msprop:Generator_UserColumnName="车牌" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="联系人" msprop:Generator_ColumnVarNameInTable="column联系人" msprop:Generator_ColumnPropNameInRow="联系人" msprop:Generator_ColumnPropNameInTable="联系人Column" msprop:Generator_UserColumnName="联系人" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="电话" msprop:Generator_ColumnVarNameInTable="column电话" msprop:Generator_ColumnPropNameInRow="电话" msprop:Generator_ColumnPropNameInTable="电话Column" msprop:Generator_UserColumnName="电话" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="司机" msprop:Generator_ColumnVarNameInTable="column司机" msprop:Generator_ColumnPropNameInRow="司机" msprop:Generator_ColumnPropNameInTable="司机Column" msprop:Generator_UserColumnName="司机" type="xs:int" minOccurs="0" />
|
|
<xs:element name="三方" msprop:Generator_ColumnVarNameInTable="column三方" msprop:Generator_ColumnPropNameInRow="三方" msprop:Generator_ColumnPropNameInTable="三方Column" msprop:Generator_UserColumnName="三方" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="整箱" msprop:Generator_ColumnVarNameInTable="column整箱" msprop:Generator_ColumnPropNameInRow="整箱" msprop:Generator_ColumnPropNameInTable="整箱Column" msprop:Generator_UserColumnName="整箱" type="xs:int" minOccurs="0" />
|
|
<xs:element name="总重" msprop:Generator_ColumnVarNameInTable="column总重" msprop:Generator_ColumnPropNameInRow="总重" msprop:Generator_ColumnPropNameInTable="总重Column" msprop:Generator_UserColumnName="总重" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="体积" msprop:Generator_ColumnVarNameInTable="column体积" msprop:Generator_ColumnPropNameInRow="体积" msprop:Generator_ColumnPropNameInTable="体积Column" msprop:Generator_UserColumnName="体积" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="温控" msprop:Generator_ColumnVarNameInTable="column温控" msprop:Generator_ColumnPropNameInRow="温控" msprop:Generator_ColumnPropNameInTable="温控Column" msprop:Generator_UserColumnName="温控" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="transNo" msprop:Generator_ColumnVarNameInTable="columntransNo" msprop:Generator_ColumnPropNameInRow="transNo" msprop:Generator_ColumnPropNameInTable="transNoColumn" msprop:Generator_UserColumnName="transNo">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="state" msprop:Generator_ColumnVarNameInTable="columnstate" msprop:Generator_ColumnPropNameInRow="state" msprop:Generator_ColumnPropNameInTable="stateColumn" msprop:Generator_UserColumnName="state" type="xs:int" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="v_tmsTranRequestBulks4wince" msprop:Generator_TableClassName="v_tmsTranRequestBulks4winceDataTable" msprop:Generator_TableVarName="tablev_tmsTranRequestBulks4wince" msprop:Generator_TablePropName="v_tmsTranRequestBulks4wince" msprop:Generator_RowDeletingName="v_tmsTranRequestBulks4winceRowDeleting" msprop:Generator_RowChangingName="v_tmsTranRequestBulks4winceRowChanging" msprop:Generator_RowEvHandlerName="v_tmsTranRequestBulks4winceRowChangeEventHandler" msprop:Generator_RowDeletedName="v_tmsTranRequestBulks4winceRowDeleted" msprop:Generator_UserTableName="v_tmsTranRequestBulks4wince" msprop:Generator_RowChangedName="v_tmsTranRequestBulks4winceRowChanged" msprop:Generator_RowEvArgName="v_tmsTranRequestBulks4winceRowChangeEvent" msprop:Generator_RowClassName="v_tmsTranRequestBulks4winceRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="id" msprop:Generator_ColumnVarNameInTable="columnid" msprop:Generator_ColumnPropNameInRow="id" msprop:Generator_ColumnPropNameInTable="idColumn" msprop:Generator_UserColumnName="id" type="xs:int" />
|
|
<xs:element name="货位" msprop:Generator_ColumnVarNameInTable="column货位" msprop:Generator_ColumnPropNameInRow="货位" msprop:Generator_ColumnPropNameInTable="货位Column" msprop:Generator_UserColumnName="货位">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="数量" msprop:Generator_ColumnVarNameInTable="column数量" msprop:Generator_ColumnPropNameInRow="数量" msprop:Generator_ColumnPropNameInTable="数量Column" msprop:Generator_UserColumnName="数量" type="xs:int" />
|
|
<xs:element name="类型" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="column类型" msprop:Generator_ColumnPropNameInRow="类型" msprop:Generator_ColumnPropNameInTable="类型Column" msprop:Generator_UserColumnName="类型" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="4" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="运单" msprop:Generator_ColumnVarNameInTable="column运单" msprop:Generator_ColumnPropNameInRow="运单" msprop:Generator_ColumnPropNameInTable="运单Column" msprop:Generator_UserColumnName="运单" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="拣货单" msprop:Generator_ColumnVarNameInTable="column拣货单" msprop:Generator_ColumnPropNameInRow="拣货单" msprop:Generator_ColumnPropNameInTable="拣货单Column" msprop:Generator_UserColumnName="拣货单">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="客户" msprop:Generator_ColumnVarNameInTable="column客户" msprop:Generator_ColumnPropNameInRow="客户" msprop:Generator_ColumnPropNameInTable="客户Column" msprop:Generator_UserColumnName="客户" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="客户地址" msprop:Generator_ColumnVarNameInTable="column客户地址" msprop:Generator_ColumnPropNameInRow="客户地址" msprop:Generator_ColumnPropNameInTable="客户地址Column" msprop:Generator_UserColumnName="客户地址" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="v_tmsTranRequestDetail4wince" msprop:Generator_TableClassName="v_tmsTranRequestDetail4winceDataTable" msprop:Generator_TableVarName="tablev_tmsTranRequestDetail4wince" msprop:Generator_TablePropName="v_tmsTranRequestDetail4wince" msprop:Generator_RowDeletingName="v_tmsTranRequestDetail4winceRowDeleting" msprop:Generator_RowChangingName="v_tmsTranRequestDetail4winceRowChanging" msprop:Generator_RowEvHandlerName="v_tmsTranRequestDetail4winceRowChangeEventHandler" msprop:Generator_RowDeletedName="v_tmsTranRequestDetail4winceRowDeleted" msprop:Generator_UserTableName="v_tmsTranRequestDetail4wince" msprop:Generator_RowChangedName="v_tmsTranRequestDetail4winceRowChanged" msprop:Generator_RowEvArgName="v_tmsTranRequestDetail4winceRowChangeEvent" msprop:Generator_RowClassName="v_tmsTranRequestDetail4winceRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="id" msprop:Generator_ColumnVarNameInTable="columnid" msprop:Generator_ColumnPropNameInRow="id" msprop:Generator_ColumnPropNameInTable="idColumn" msprop:Generator_UserColumnName="id" type="xs:int" />
|
|
<xs:element name="运单" msprop:Generator_ColumnVarNameInTable="column运单" msprop:Generator_ColumnPropNameInRow="运单" msprop:Generator_ColumnPropNameInTable="运单Column" msprop:Generator_UserColumnName="运单">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="分拣单" msprop:Generator_ColumnVarNameInTable="column分拣单" msprop:Generator_ColumnPropNameInRow="分拣单" msprop:Generator_ColumnPropNameInTable="分拣单Column" msprop:Generator_UserColumnName="分拣单">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="整箱" msprop:Generator_ColumnVarNameInTable="column整箱" msprop:Generator_ColumnPropNameInRow="整箱" msprop:Generator_ColumnPropNameInTable="整箱Column" msprop:Generator_UserColumnName="整箱" type="xs:int" minOccurs="0" />
|
|
<xs:element name="拼箱" msprop:Generator_ColumnVarNameInTable="column拼箱" msprop:Generator_ColumnPropNameInRow="拼箱" msprop:Generator_ColumnPropNameInTable="拼箱Column" msprop:Generator_UserColumnName="拼箱" type="xs:int" minOccurs="0" />
|
|
<xs:element name="拼袋" msprop:Generator_ColumnVarNameInTable="column拼袋" msprop:Generator_ColumnPropNameInRow="拼袋" msprop:Generator_ColumnPropNameInTable="拼袋Column" msprop:Generator_UserColumnName="拼袋" type="xs:int" minOccurs="0" />
|
|
<xs:element name="体积" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="column体积" msprop:Generator_ColumnPropNameInRow="体积" msprop:Generator_ColumnPropNameInTable="体积Column" msprop:Generator_UserColumnName="体积" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="重量" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="column重量" msprop:Generator_ColumnPropNameInRow="重量" msprop:Generator_ColumnPropNameInTable="重量Column" msprop:Generator_UserColumnName="重量" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="客户" msprop:Generator_ColumnVarNameInTable="column客户" msprop:Generator_ColumnPropNameInRow="客户" msprop:Generator_ColumnPropNameInTable="客户Column" msprop:Generator_UserColumnName="客户" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="客户地址" msprop:Generator_ColumnVarNameInTable="column客户地址" msprop:Generator_ColumnPropNameInRow="客户地址" msprop:Generator_ColumnPropNameInTable="客户地址Column" msprop:Generator_UserColumnName="客户地址" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="250" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="状态" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="column状态" msprop:Generator_ColumnPropNameInRow="状态" msprop:Generator_ColumnPropNameInTable="状态Column" msprop:Generator_UserColumnName="状态" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="4" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="state" msprop:Generator_ColumnVarNameInTable="columnstate" msprop:Generator_ColumnPropNameInRow="state" msprop:Generator_ColumnPropNameInTable="stateColumn" msprop:Generator_UserColumnName="state" type="xs:int" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="v_tmsViechle" msprop:Generator_TableClassName="v_tmsViechleDataTable" msprop:Generator_TableVarName="tablev_tmsViechle" msprop:Generator_TablePropName="v_tmsViechle" msprop:Generator_RowDeletingName="v_tmsViechleRowDeleting" msprop:Generator_RowChangingName="v_tmsViechleRowChanging" msprop:Generator_RowEvHandlerName="v_tmsViechleRowChangeEventHandler" msprop:Generator_RowDeletedName="v_tmsViechleRowDeleted" msprop:Generator_UserTableName="v_tmsViechle" msprop:Generator_RowChangedName="v_tmsViechleRowChanged" msprop:Generator_RowEvArgName="v_tmsViechleRowChangeEvent" msprop:Generator_RowClassName="v_tmsViechleRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="volumeName" msprop:Generator_ColumnVarNameInTable="columnvolumeName" msprop:Generator_ColumnPropNameInRow="volumeName" msprop:Generator_ColumnPropNameInTable="volumeNameColumn" msprop:Generator_UserColumnName="volumeName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="loadName" msprop:Generator_ColumnVarNameInTable="columnloadName" msprop:Generator_ColumnPropNameInRow="loadName" msprop:Generator_ColumnPropNameInTable="loadNameColumn" msprop:Generator_UserColumnName="loadName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="airConditionName" msprop:Generator_ColumnVarNameInTable="columnairConditionName" msprop:Generator_ColumnPropNameInRow="airConditionName" msprop:Generator_ColumnPropNameInTable="airConditionNameColumn" msprop:Generator_UserColumnName="airConditionName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="id" msprop:Generator_ColumnVarNameInTable="columnid" msprop:Generator_ColumnPropNameInRow="id" msprop:Generator_ColumnPropNameInTable="idColumn" msprop:Generator_UserColumnName="id" type="xs:int" />
|
|
<xs:element name="viechleId" msprop:Generator_ColumnVarNameInTable="columnviechleId" msprop:Generator_ColumnPropNameInRow="viechleId" msprop:Generator_ColumnPropNameInTable="viechleIdColumn" msprop:Generator_UserColumnName="viechleId">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="volume" msprop:Generator_ColumnVarNameInTable="columnvolume" msprop:Generator_ColumnPropNameInRow="volume" msprop:Generator_ColumnPropNameInTable="volumeColumn" msprop:Generator_UserColumnName="volume" type="xs:int" minOccurs="0" />
|
|
<xs:element name="load" msprop:Generator_ColumnVarNameInTable="columnload" msprop:Generator_ColumnPropNameInRow="load" msprop:Generator_ColumnPropNameInTable="loadColumn" msprop:Generator_UserColumnName="load" type="xs:int" minOccurs="0" />
|
|
<xs:element name="airCondition" msprop:Generator_ColumnVarNameInTable="columnairCondition" msprop:Generator_ColumnPropNameInRow="airCondition" msprop:Generator_ColumnPropNameInTable="airConditionColumn" msprop:Generator_UserColumnName="airCondition" type="xs:int" minOccurs="0" />
|
|
<xs:element name="length" msprop:Generator_ColumnVarNameInTable="columnlength" msprop:Generator_ColumnPropNameInRow="length" msprop:Generator_ColumnPropNameInTable="lengthColumn" msprop:Generator_UserColumnName="length" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="width" msprop:Generator_ColumnVarNameInTable="columnwidth" msprop:Generator_ColumnPropNameInRow="width" msprop:Generator_ColumnPropNameInTable="widthColumn" msprop:Generator_UserColumnName="width" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="height" msprop:Generator_ColumnVarNameInTable="columnheight" msprop:Generator_ColumnPropNameInRow="height" msprop:Generator_ColumnPropNameInTable="heightColumn" msprop:Generator_UserColumnName="height" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="weight" msprop:Generator_ColumnVarNameInTable="columnweight" msprop:Generator_ColumnPropNameInRow="weight" msprop:Generator_ColumnPropNameInTable="weightColumn" msprop:Generator_UserColumnName="weight" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="owner" msprop:Generator_ColumnVarNameInTable="columnowner" msprop:Generator_ColumnPropNameInRow="owner" msprop:Generator_ColumnPropNameInTable="ownerColumn" msprop:Generator_UserColumnName="owner" type="xs:int" minOccurs="0" />
|
|
<xs:element name="driver" msprop:Generator_ColumnVarNameInTable="columndriver" msprop:Generator_ColumnPropNameInRow="driver" msprop:Generator_ColumnPropNameInTable="driverColumn" msprop:Generator_UserColumnName="driver" type="xs:int" minOccurs="0" />
|
|
<xs:element name="state" msprop:Generator_ColumnVarNameInTable="columnstate" msprop:Generator_ColumnPropNameInRow="state" msprop:Generator_ColumnPropNameInTable="stateColumn" msprop:Generator_UserColumnName="state" type="xs:int" minOccurs="0" />
|
|
<xs:element name="transOrder" msprop:Generator_ColumnVarNameInTable="columntransOrder" msprop:Generator_ColumnPropNameInRow="transOrder" msprop:Generator_ColumnPropNameInTable="transOrderColumn" msprop:Generator_UserColumnName="transOrder" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="operater" msprop:Generator_ColumnVarNameInTable="columnoperater" msprop:Generator_ColumnPropNameInRow="operater" msprop:Generator_ColumnPropNameInTable="operaterColumn" msprop:Generator_UserColumnName="operater" type="xs:int" minOccurs="0" />
|
|
<xs:element name="lastmodified" msprop:Generator_ColumnVarNameInTable="columnlastmodified" msprop:Generator_ColumnPropNameInRow="lastmodified" msprop:Generator_ColumnPropNameInTable="lastmodifiedColumn" msprop:Generator_UserColumnName="lastmodified" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="createtime" msprop:Generator_ColumnVarNameInTable="columncreatetime" msprop:Generator_ColumnPropNameInRow="createtime" msprop:Generator_ColumnPropNameInTable="createtimeColumn" msprop:Generator_UserColumnName="createtime" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="dr" msprop:Generator_ColumnVarNameInTable="columndr" msprop:Generator_ColumnPropNameInRow="dr" msprop:Generator_ColumnPropNameInTable="drColumn" msprop:Generator_UserColumnName="dr" type="xs:boolean" minOccurs="0" />
|
|
<xs:element name="transState" msprop:Generator_ColumnVarNameInTable="columntransState" msprop:Generator_ColumnPropNameInRow="transState" msprop:Generator_ColumnPropNameInTable="transStateColumn" msprop:Generator_UserColumnName="transState" type="xs:int" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="v_wmsGoods" msprop:Generator_TableClassName="v_wmsGoodsDataTable" msprop:Generator_TableVarName="tablev_wmsGoods" msprop:Generator_TablePropName="v_wmsGoods" msprop:Generator_RowDeletingName="v_wmsGoodsRowDeleting" msprop:Generator_RowChangingName="v_wmsGoodsRowChanging" msprop:Generator_RowEvHandlerName="v_wmsGoodsRowChangeEventHandler" msprop:Generator_RowDeletedName="v_wmsGoodsRowDeleted" msprop:Generator_UserTableName="v_wmsGoods" msprop:Generator_RowChangedName="v_wmsGoodsRowChanged" msprop:Generator_RowEvArgName="v_wmsGoodsRowChangeEvent" msprop:Generator_RowClassName="v_wmsGoodsRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ID" msprop:Generator_ColumnVarNameInTable="columnID" msprop:Generator_ColumnPropNameInRow="ID" msprop:Generator_ColumnPropNameInTable="IDColumn" msprop:Generator_UserColumnName="ID" type="xs:int" />
|
|
<xs:element name="goodsId" msprop:Generator_ColumnVarNameInTable="columngoodsId" msprop:Generator_ColumnPropNameInRow="goodsId" msprop:Generator_ColumnPropNameInTable="goodsIdColumn" msprop:Generator_UserColumnName="goodsId">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="goodsType" msprop:Generator_ColumnVarNameInTable="columngoodsType" msprop:Generator_ColumnPropNameInRow="goodsType" msprop:Generator_ColumnPropNameInTable="goodsTypeColumn" msprop:Generator_UserColumnName="goodsType" type="xs:int" minOccurs="0" />
|
|
<xs:element name="part" msprop:Generator_ColumnVarNameInTable="columnpart" msprop:Generator_ColumnPropNameInRow="part" msprop:Generator_ColumnPropNameInTable="partColumn" msprop:Generator_UserColumnName="part" type="xs:int" minOccurs="0" />
|
|
<xs:element name="full_max" msprop:Generator_ColumnVarNameInTable="columnfull_max" msprop:Generator_ColumnPropNameInRow="full_max" msprop:Generator_ColumnPropNameInTable="full_maxColumn" msprop:Generator_UserColumnName="full_max" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="bulkMax" msprop:Generator_ColumnVarNameInTable="columnbulkMax" msprop:Generator_ColumnPropNameInRow="bulkMax" msprop:Generator_ColumnPropNameInTable="bulkMaxColumn" msprop:Generator_UserColumnName="bulkMax" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="bulkMax1" msprop:Generator_ColumnVarNameInTable="columnbulkMax1" msprop:Generator_ColumnPropNameInRow="bulkMax1" msprop:Generator_ColumnPropNameInTable="bulkMax1Column" msprop:Generator_UserColumnName="bulkMax1" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="batchMax1" msprop:Generator_ColumnVarNameInTable="columnbatchMax1" msprop:Generator_ColumnPropNameInRow="batchMax1" msprop:Generator_ColumnPropNameInTable="batchMax1Column" msprop:Generator_UserColumnName="batchMax1" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="batchMax2" msprop:Generator_ColumnVarNameInTable="columnbatchMax2" msprop:Generator_ColumnPropNameInRow="batchMax2" msprop:Generator_ColumnPropNameInTable="batchMax2Column" msprop:Generator_UserColumnName="batchMax2" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="batchMax3" msprop:Generator_ColumnVarNameInTable="columnbatchMax3" msprop:Generator_ColumnPropNameInRow="batchMax3" msprop:Generator_ColumnPropNameInTable="batchMax3Column" msprop:Generator_UserColumnName="batchMax3" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="batchMax4" msprop:Generator_ColumnVarNameInTable="columnbatchMax4" msprop:Generator_ColumnPropNameInRow="batchMax4" msprop:Generator_ColumnPropNameInTable="batchMax4Column" msprop:Generator_UserColumnName="batchMax4" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="length" msprop:Generator_ColumnVarNameInTable="columnlength" msprop:Generator_ColumnPropNameInRow="length" msprop:Generator_ColumnPropNameInTable="lengthColumn" msprop:Generator_UserColumnName="length" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="width" msprop:Generator_ColumnVarNameInTable="columnwidth" msprop:Generator_ColumnPropNameInRow="width" msprop:Generator_ColumnPropNameInTable="widthColumn" msprop:Generator_UserColumnName="width" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="height" msprop:Generator_ColumnVarNameInTable="columnheight" msprop:Generator_ColumnPropNameInRow="height" msprop:Generator_ColumnPropNameInTable="heightColumn" msprop:Generator_UserColumnName="height" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="validTermDays" msprop:Generator_ColumnVarNameInTable="columnvalidTermDays" msprop:Generator_ColumnPropNameInRow="validTermDays" msprop:Generator_ColumnPropNameInTable="validTermDaysColumn" msprop:Generator_UserColumnName="validTermDays" type="xs:int" minOccurs="0" />
|
|
<xs:element name="repType" msprop:Generator_ColumnVarNameInTable="columnrepType" msprop:Generator_ColumnPropNameInRow="repType" msprop:Generator_ColumnPropNameInTable="repTypeColumn" msprop:Generator_UserColumnName="repType" type="xs:int" minOccurs="0" />
|
|
<xs:element name="goodsTypeName" msprop:Generator_ColumnVarNameInTable="columngoodsTypeName" msprop:Generator_ColumnPropNameInRow="goodsTypeName" msprop:Generator_ColumnPropNameInTable="goodsTypeNameColumn" msprop:Generator_UserColumnName="goodsTypeName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="dr" msprop:Generator_ColumnVarNameInTable="columndr" msprop:Generator_ColumnPropNameInRow="dr" msprop:Generator_ColumnPropNameInTable="drColumn" msprop:Generator_UserColumnName="dr" type="xs:boolean" minOccurs="0" />
|
|
<xs:element name="createtime" msprop:Generator_ColumnVarNameInTable="columncreatetime" msprop:Generator_ColumnPropNameInRow="createtime" msprop:Generator_ColumnPropNameInTable="createtimeColumn" msprop:Generator_UserColumnName="createtime" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="lastmodified" msprop:Generator_ColumnVarNameInTable="columnlastmodified" msprop:Generator_ColumnPropNameInRow="lastmodified" msprop:Generator_ColumnPropNameInTable="lastmodifiedColumn" msprop:Generator_UserColumnName="lastmodified" type="xs:dateTime" minOccurs="0" />
|
|
<xs:element name="operater" msprop:Generator_ColumnVarNameInTable="columnoperater" msprop:Generator_ColumnPropNameInRow="operater" msprop:Generator_ColumnPropNameInTable="operaterColumn" msprop:Generator_UserColumnName="operater" type="xs:int" minOccurs="0" />
|
|
<xs:element name="goodsName" msprop:Generator_ColumnVarNameInTable="columngoodsName" msprop:Generator_ColumnPropNameInRow="goodsName" msprop:Generator_ColumnPropNameInTable="goodsNameColumn" msprop:Generator_UserColumnName="goodsName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="120" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="manufacturer" msprop:Generator_ColumnVarNameInTable="columnmanufacturer" msprop:Generator_ColumnPropNameInRow="manufacturer" msprop:Generator_ColumnPropNameInTable="manufacturerColumn" msprop:Generator_UserColumnName="manufacturer" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="256" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="spec" msprop:Generator_ColumnVarNameInTable="columnspec" msprop:Generator_ColumnPropNameInRow="spec" msprop:Generator_ColumnPropNameInTable="specColumn" msprop:Generator_UserColumnName="spec" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="unit" msprop:Generator_ColumnVarNameInTable="columnunit" msprop:Generator_ColumnPropNameInRow="unit" msprop:Generator_ColumnPropNameInTable="unitColumn" msprop:Generator_UserColumnName="unit" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="20" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="regeditCode" msprop:Generator_ColumnVarNameInTable="columnregeditCode" msprop:Generator_ColumnPropNameInRow="regeditCode" msprop:Generator_ColumnPropNameInTable="regeditCodeColumn" msprop:Generator_UserColumnName="regeditCode" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="72" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="middleCount" msprop:Generator_ColumnVarNameInTable="columnmiddleCount" msprop:Generator_ColumnPropNameInRow="middleCount" msprop:Generator_ColumnPropNameInTable="middleCountColumn" msprop:Generator_UserColumnName="middleCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="bigCount" msprop:Generator_ColumnVarNameInTable="columnbigCount" msprop:Generator_ColumnPropNameInRow="bigCount" msprop:Generator_ColumnPropNameInTable="bigCountColumn" msprop:Generator_UserColumnName="bigCount" type="xs:int" minOccurs="0" />
|
|
<xs:element name="address" msprop:Generator_ColumnVarNameInTable="columnaddress" msprop:Generator_ColumnPropNameInRow="address" msprop:Generator_ColumnPropNameInTable="addressColumn" msprop:Generator_UserColumnName="address" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="station" msprop:Generator_ColumnVarNameInTable="columnstation" msprop:Generator_ColumnPropNameInRow="station" msprop:Generator_ColumnPropNameInTable="stationColumn" msprop:Generator_UserColumnName="station" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="256" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="erpWeight" msprop:Generator_ColumnVarNameInTable="columnerpWeight" msprop:Generator_ColumnPropNameInRow="erpWeight" msprop:Generator_ColumnPropNameInTable="erpWeightColumn" msprop:Generator_UserColumnName="erpWeight" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="drug_code" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columndrug_code" msprop:Generator_ColumnPropNameInRow="drug_code" msprop:Generator_ColumnPropNameInTable="drug_codeColumn" msprop:Generator_UserColumnName="drug_code" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="1" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="IsDouChk" msprop:Generator_ColumnVarNameInTable="columnIsDouChk" msprop:Generator_ColumnPropNameInRow="IsDouChk" msprop:Generator_ColumnPropNameInTable="IsDouChkColumn" msprop:Generator_UserColumnName="IsDouChk" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="1" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="BarCode" msprop:Generator_ColumnVarNameInTable="columnBarCode" msprop:Generator_ColumnPropNameInRow="BarCode" msprop:Generator_ColumnPropNameInTable="BarCodeColumn" msprop:Generator_UserColumnName="BarCode" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="30" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="chang" msprop:Generator_ColumnVarNameInTable="columnchang" msprop:Generator_ColumnPropNameInRow="chang" msprop:Generator_ColumnPropNameInTable="changColumn" msprop:Generator_UserColumnName="chang" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="kuan" msprop:Generator_ColumnVarNameInTable="columnkuan" msprop:Generator_ColumnPropNameInRow="kuan" msprop:Generator_ColumnPropNameInTable="kuanColumn" msprop:Generator_UserColumnName="kuan" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="gao" msprop:Generator_ColumnVarNameInTable="columngao" msprop:Generator_ColumnPropNameInRow="gao" msprop:Generator_ColumnPropNameInTable="gaoColumn" msprop:Generator_UserColumnName="gao" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="CurCycle" msprop:Generator_ColumnVarNameInTable="columnCurCycle" msprop:Generator_ColumnPropNameInRow="CurCycle" msprop:Generator_ColumnPropNameInTable="CurCycleColumn" msprop:Generator_UserColumnName="CurCycle" type="xs:int" minOccurs="0" />
|
|
<xs:element name="Isimport" msprop:Generator_ColumnVarNameInTable="columnIsimport" msprop:Generator_ColumnPropNameInRow="Isimport" msprop:Generator_ColumnPropNameInTable="IsimportColumn" msprop:Generator_UserColumnName="Isimport" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="1" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="type" msprop:Generator_ColumnVarNameInTable="columntype" msprop:Generator_ColumnPropNameInRow="type" msprop:Generator_ColumnPropNameInTable="typeColumn" msprop:Generator_UserColumnName="type" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="30" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="pinYin" msprop:Generator_ColumnVarNameInTable="columnpinYin" msprop:Generator_ColumnPropNameInRow="pinYin" msprop:Generator_ColumnPropNameInTable="pinYinColumn" msprop:Generator_UserColumnName="pinYin" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="128" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="repTypeName" msprop:Generator_ColumnVarNameInTable="columnrepTypeName" msprop:Generator_ColumnPropNameInRow="repTypeName" msprop:Generator_ColumnPropNameInTable="repTypeNameColumn" msprop:Generator_UserColumnName="repTypeName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="weight" msprop:Generator_ColumnVarNameInTable="columnweight" msprop:Generator_ColumnPropNameInRow="weight" msprop:Generator_ColumnPropNameInTable="weightColumn" msprop:Generator_UserColumnName="weight" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="wmsVol" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnwmsVol" msprop:Generator_ColumnPropNameInRow="wmsVol" msprop:Generator_ColumnPropNameInTable="wmsVolColumn" msprop:Generator_UserColumnName="wmsVol" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="erpVol" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnerpVol" msprop:Generator_ColumnPropNameInRow="erpVol" msprop:Generator_ColumnPropNameInTable="erpVolColumn" msprop:Generator_UserColumnName="erpVol" type="xs:decimal" minOccurs="0" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="v_wmsStockByGoodsBatch" msprop:Generator_TableClassName="v_wmsStockByGoodsBatchDataTable" msprop:Generator_TableVarName="tablev_wmsStockByGoodsBatch" msprop:Generator_TablePropName="v_wmsStockByGoodsBatch" msprop:Generator_RowDeletingName="v_wmsStockByGoodsBatchRowDeleting" msprop:Generator_RowChangingName="v_wmsStockByGoodsBatchRowChanging" msprop:Generator_RowEvHandlerName="v_wmsStockByGoodsBatchRowChangeEventHandler" msprop:Generator_RowDeletedName="v_wmsStockByGoodsBatchRowDeleted" msprop:Generator_UserTableName="v_wmsStockByGoodsBatch" msprop:Generator_RowChangedName="v_wmsStockByGoodsBatchRowChanged" msprop:Generator_RowEvArgName="v_wmsStockByGoodsBatchRowChangeEvent" msprop:Generator_RowClassName="v_wmsStockByGoodsBatchRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="goodsId" msprop:Generator_ColumnVarNameInTable="columngoodsId" msprop:Generator_ColumnPropNameInRow="goodsId" msprop:Generator_ColumnPropNameInTable="goodsIdColumn" msprop:Generator_UserColumnName="goodsId">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="batch" msprop:Generator_ColumnVarNameInTable="columnbatch" msprop:Generator_ColumnPropNameInRow="batch" msprop:Generator_ColumnPropNameInTable="batchColumn" msprop:Generator_UserColumnName="batch">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="avcount" msprop:Generator_ColumnVarNameInTable="columnavcount" msprop:Generator_ColumnPropNameInRow="avcount" msprop:Generator_ColumnPropNameInTable="avcountColumn" msprop:Generator_UserColumnName="avcount" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="productDate" msprop:Generator_ColumnVarNameInTable="columnproductDate" msprop:Generator_ColumnPropNameInRow="productDate" msprop:Generator_ColumnPropNameInTable="productDateColumn" msprop:Generator_UserColumnName="productDate" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="validDate" msprop:Generator_ColumnVarNameInTable="columnvalidDate" msprop:Generator_ColumnPropNameInRow="validDate" msprop:Generator_ColumnPropNameInTable="validDateColumn" msprop:Generator_UserColumnName="validDate" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="pinYin" msprop:Generator_ColumnVarNameInTable="columnpinYin" msprop:Generator_ColumnPropNameInRow="pinYin" msprop:Generator_ColumnPropNameInTable="pinYinColumn" msprop:Generator_UserColumnName="pinYin" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="128" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="v_wmsStockByGoodsBatchExt" msprop:Generator_TableClassName="v_wmsStockByGoodsBatchExtDataTable" msprop:Generator_TableVarName="tablev_wmsStockByGoodsBatchExt" msprop:Generator_TablePropName="v_wmsStockByGoodsBatchExt" msprop:Generator_RowDeletingName="v_wmsStockByGoodsBatchExtRowDeleting" msprop:Generator_RowChangingName="v_wmsStockByGoodsBatchExtRowChanging" msprop:Generator_RowEvHandlerName="v_wmsStockByGoodsBatchExtRowChangeEventHandler" msprop:Generator_RowDeletedName="v_wmsStockByGoodsBatchExtRowDeleted" msprop:Generator_UserTableName="v_wmsStockByGoodsBatchExt" msprop:Generator_RowChangedName="v_wmsStockByGoodsBatchExtRowChanged" msprop:Generator_RowEvArgName="v_wmsStockByGoodsBatchExtRowChangeEvent" msprop:Generator_RowClassName="v_wmsStockByGoodsBatchExtRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="goodsName" msprop:Generator_ColumnVarNameInTable="columngoodsName" msprop:Generator_ColumnPropNameInRow="goodsName" msprop:Generator_ColumnPropNameInTable="goodsNameColumn" msprop:Generator_UserColumnName="goodsName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="120" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="goodsId" msprop:Generator_ColumnVarNameInTable="columngoodsId" msprop:Generator_ColumnPropNameInRow="goodsId" msprop:Generator_ColumnPropNameInTable="goodsIdColumn" msprop:Generator_UserColumnName="goodsId">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="batch" msprop:Generator_ColumnVarNameInTable="columnbatch" msprop:Generator_ColumnPropNameInRow="batch" msprop:Generator_ColumnPropNameInTable="batchColumn" msprop:Generator_UserColumnName="batch">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="avcount" msprop:Generator_ColumnVarNameInTable="columnavcount" msprop:Generator_ColumnPropNameInRow="avcount" msprop:Generator_ColumnPropNameInTable="avcountColumn" msprop:Generator_UserColumnName="avcount" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="boxcnt" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnboxcnt" msprop:Generator_ColumnPropNameInRow="boxcnt" msprop:Generator_ColumnPropNameInTable="boxcntColumn" msprop:Generator_UserColumnName="boxcnt" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="productDate" msprop:Generator_ColumnVarNameInTable="columnproductDate" msprop:Generator_ColumnPropNameInRow="productDate" msprop:Generator_ColumnPropNameInTable="productDateColumn" msprop:Generator_UserColumnName="productDate" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="validDate" msprop:Generator_ColumnVarNameInTable="columnvalidDate" msprop:Generator_ColumnPropNameInRow="validDate" msprop:Generator_ColumnPropNameInTable="validDateColumn" msprop:Generator_UserColumnName="validDate" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="manufacturer" msprop:Generator_ColumnVarNameInTable="columnmanufacturer" msprop:Generator_ColumnPropNameInRow="manufacturer" msprop:Generator_ColumnPropNameInTable="manufacturerColumn" msprop:Generator_UserColumnName="manufacturer" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="256" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="pinYin" msprop:Generator_ColumnVarNameInTable="columnpinYin" msprop:Generator_ColumnPropNameInRow="pinYin" msprop:Generator_ColumnPropNameInTable="pinYinColumn" msprop:Generator_UserColumnName="pinYin" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="128" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="v_wmsStockVSerp" msprop:Generator_TableClassName="v_wmsStockVSerpDataTable" msprop:Generator_TableVarName="tablev_wmsStockVSerp" msprop:Generator_TablePropName="v_wmsStockVSerp" msprop:Generator_RowDeletingName="v_wmsStockVSerpRowDeleting" msprop:Generator_RowChangingName="v_wmsStockVSerpRowChanging" msprop:Generator_RowEvHandlerName="v_wmsStockVSerpRowChangeEventHandler" msprop:Generator_RowDeletedName="v_wmsStockVSerpRowDeleted" msprop:Generator_UserTableName="v_wmsStockVSerp" msprop:Generator_RowChangedName="v_wmsStockVSerpRowChanged" msprop:Generator_RowEvArgName="v_wmsStockVSerpRowChangeEvent" msprop:Generator_RowClassName="v_wmsStockVSerpRow">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="goodsName" msprop:Generator_ColumnVarNameInTable="columngoodsName" msprop:Generator_ColumnPropNameInRow="goodsName" msprop:Generator_ColumnPropNameInTable="goodsNameColumn" msprop:Generator_UserColumnName="goodsName" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="120" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="goodsId" msprop:Generator_ColumnVarNameInTable="columngoodsId" msprop:Generator_ColumnPropNameInRow="goodsId" msprop:Generator_ColumnPropNameInTable="goodsIdColumn" msprop:Generator_UserColumnName="goodsId">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="batch" msprop:Generator_ColumnVarNameInTable="columnbatch" msprop:Generator_ColumnPropNameInRow="batch" msprop:Generator_ColumnPropNameInTable="batchColumn" msprop:Generator_UserColumnName="batch" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="avcount" msprop:Generator_ColumnVarNameInTable="columnavcount" msprop:Generator_ColumnPropNameInRow="avcount" msprop:Generator_ColumnPropNameInTable="avcountColumn" msprop:Generator_UserColumnName="avcount" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="boxcnt" msprop:Generator_ColumnVarNameInTable="columnboxcnt" msprop:Generator_ColumnPropNameInRow="boxcnt" msprop:Generator_ColumnPropNameInTable="boxcntColumn" msprop:Generator_UserColumnName="boxcnt" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="productDate" msprop:Generator_ColumnVarNameInTable="columnproductDate" msprop:Generator_ColumnPropNameInRow="productDate" msprop:Generator_ColumnPropNameInTable="productDateColumn" msprop:Generator_UserColumnName="productDate" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="validDate" msprop:Generator_ColumnVarNameInTable="columnvalidDate" msprop:Generator_ColumnPropNameInRow="validDate" msprop:Generator_ColumnPropNameInTable="validDateColumn" msprop:Generator_UserColumnName="validDate" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="manufacturer" msprop:Generator_ColumnVarNameInTable="columnmanufacturer" msprop:Generator_ColumnPropNameInRow="manufacturer" msprop:Generator_ColumnPropNameInTable="manufacturerColumn" msprop:Generator_UserColumnName="manufacturer" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="256" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="pinYin" msprop:Generator_ColumnVarNameInTable="columnpinYin" msprop:Generator_ColumnPropNameInRow="pinYin" msprop:Generator_ColumnPropNameInTable="pinYinColumn" msprop:Generator_UserColumnName="pinYin" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="128" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="erpCount" msprop:Generator_ColumnVarNameInTable="columnerpCount" msprop:Generator_ColumnPropNameInRow="erpCount" msprop:Generator_ColumnPropNameInTable="erpCountColumn" msprop:Generator_UserColumnName="erpCount" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="erpBoxcnt" msprop:Generator_ColumnVarNameInTable="columnerpBoxcnt" msprop:Generator_ColumnPropNameInRow="erpBoxcnt" msprop:Generator_ColumnPropNameInTable="erpBoxcntColumn" msprop:Generator_UserColumnName="erpBoxcnt" type="xs:decimal" minOccurs="0" />
|
|
<xs:element name="flag" msprop:Generator_ColumnVarNameInTable="columnflag" msprop:Generator_ColumnPropNameInRow="flag" msprop:Generator_ColumnPropNameInTable="flagColumn" msprop:Generator_UserColumnName="flag">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="10" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
</xs:choice>
|
|
</xs:complexType>
|
|
<xs:unique name="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:t_wmsDealLocation" />
|
|
<xs:field xpath="mstns:id" />
|
|
</xs:unique>
|
|
<xs:unique name="t_wmsGoods_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:t_wmsGoods" />
|
|
<xs:field xpath="mstns:goodsId" />
|
|
</xs:unique>
|
|
<xs:unique name="t_wmsInRequest_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:t_wmsInRequest" />
|
|
<xs:field xpath="mstns:orderNo" />
|
|
</xs:unique>
|
|
<xs:unique name="t_wmsInRequestDetail_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:t_wmsInRequestDetail" />
|
|
<xs:field xpath="mstns:id" />
|
|
</xs:unique>
|
|
<xs:unique name="t_wmsInUpPort_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:t_wmsInUpPort" />
|
|
<xs:field xpath="mstns:id" />
|
|
</xs:unique>
|
|
<xs:unique name="t_wmsLocation_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:t_wmsLocation" />
|
|
<xs:field xpath="mstns:locationId" />
|
|
</xs:unique>
|
|
<xs:unique name="t_wmsOutBox_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:t_wmsOutBox" />
|
|
<xs:field xpath="mstns:id" />
|
|
</xs:unique>
|
|
<xs:unique name="t_wmsOutDesk_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:t_wmsOutDesk" />
|
|
<xs:field xpath="mstns:color" />
|
|
</xs:unique>
|
|
<xs:unique name="t_wmsOutPickDetail_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:t_wmsOutPickDetail" />
|
|
<xs:field xpath="mstns:id" />
|
|
</xs:unique>
|
|
<xs:unique name="t_wmsOutPickLable_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:t_wmsOutPickLable" />
|
|
<xs:field xpath="mstns:id" />
|
|
</xs:unique>
|
|
<xs:unique name="t_wmsOutPickLable_tmp_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:t_wmsOutPickLable_tmp" />
|
|
<xs:field xpath="mstns:id" />
|
|
</xs:unique>
|
|
<xs:unique name="t_wmsOutPickPort_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:t_wmsOutPickPort" />
|
|
<xs:field xpath="mstns:id" />
|
|
</xs:unique>
|
|
<xs:unique name="t_wmsOutPickRequest_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:t_wmsOutPickRequest" />
|
|
<xs:field xpath="mstns:pickOrderNo" />
|
|
</xs:unique>
|
|
<xs:unique name="t_wmsOutRequest_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:t_wmsOutRequest" />
|
|
<xs:field xpath="mstns:orderNo" />
|
|
</xs:unique>
|
|
<xs:unique name="t_wmsOutValidationException_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:t_wmsOutValidationException" />
|
|
<xs:field xpath="mstns:id" />
|
|
</xs:unique>
|
|
<xs:unique name="t_wmsReceive_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:t_wmsReceive" />
|
|
<xs:field xpath="mstns:orderNo" />
|
|
</xs:unique>
|
|
<xs:unique name="t_wmsStock_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:t_wmsStock" />
|
|
<xs:field xpath="mstns:locationId" />
|
|
</xs:unique>
|
|
<xs:unique name="t_wmsStockMaintain_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:t_wmsStockMaintain" />
|
|
<xs:field xpath="mstns:id" />
|
|
</xs:unique>
|
|
<xs:unique name="t_wmsStockRecord_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:t_wmsStockRecord" />
|
|
<xs:field xpath="mstns:id" />
|
|
</xs:unique>
|
|
<xs:unique name="t_node_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:t_node" />
|
|
<xs:field xpath="mstns:id" />
|
|
</xs:unique>
|
|
<xs:unique name="v_employee_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:v_employee" />
|
|
<xs:field xpath="mstns:id" />
|
|
</xs:unique>
|
|
<xs:unique name="v_erpGoods_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:v_erpGoods" />
|
|
<xs:field xpath="mstns:EntId" />
|
|
<xs:field xpath="mstns:GoodsId" />
|
|
</xs:unique>
|
|
<xs:unique name="v_freeLocations_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:v_freeLocations" />
|
|
<xs:field xpath="mstns:locationId" />
|
|
</xs:unique>
|
|
<xs:unique name="v_location_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:v_location" />
|
|
<xs:field xpath="mstns:locationId" />
|
|
</xs:unique>
|
|
<xs:unique name="v_reportStockRecord_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:v_reportStockRecord" />
|
|
<xs:field xpath="mstns:id" />
|
|
</xs:unique>
|
|
<xs:unique name="v_reportStockRecordDownList4Up4winCE_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:v_reportStockRecordDownList4Up4winCE" />
|
|
<xs:field xpath="mstns:id" />
|
|
</xs:unique>
|
|
<xs:unique name="v_reportStockRecordUpDown4winCE_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:v_reportStockRecordUpDown4winCE" />
|
|
<xs:field xpath="mstns:id" />
|
|
</xs:unique>
|
|
<xs:unique name="v_stockGoods_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:v_stockGoods" />
|
|
<xs:field xpath="mstns:locationId" />
|
|
</xs:unique>
|
|
<xs:unique name="v_stockGoods4Wince_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:v_stockGoods4Wince" />
|
|
<xs:field xpath="mstns:货位" />
|
|
</xs:unique>
|
|
<xs:unique name="v_stockGoodsMaintain_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:v_stockGoodsMaintain" />
|
|
<xs:field xpath="mstns:locationId" />
|
|
</xs:unique>
|
|
<xs:unique name="v_stockGoodsRep_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:v_stockGoodsRep" />
|
|
<xs:field xpath="mstns:locationId" />
|
|
</xs:unique>
|
|
<xs:unique name="v_stockInRequest_Available_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:v_stockInRequest_Available" />
|
|
<xs:field xpath="mstns:orderNo" />
|
|
</xs:unique>
|
|
<xs:unique name="v_stockInRequest_Available_bad_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:v_stockInRequest_Available_bad" />
|
|
<xs:field xpath="mstns:orderNo" />
|
|
</xs:unique>
|
|
<xs:unique name="v_stockInRequest_Available_good_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:v_stockInRequest_Available_good" />
|
|
<xs:field xpath="mstns:orderNo" />
|
|
</xs:unique>
|
|
<xs:unique name="v_stockInRequestDetail_Available_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:v_stockInRequestDetail_Available" />
|
|
<xs:field xpath="mstns:orderNo" />
|
|
</xs:unique>
|
|
<xs:unique name="v_stockInRequestDetail_Available_bad_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:v_stockInRequestDetail_Available_bad" />
|
|
<xs:field xpath="mstns:orderNo" />
|
|
</xs:unique>
|
|
<xs:unique name="v_stockInRequestDetail_Available_good_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:v_stockInRequestDetail_Available_good" />
|
|
<xs:field xpath="mstns:orderNo" />
|
|
</xs:unique>
|
|
<xs:unique name="v_stockInRequestDetail_wms_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:v_stockInRequestDetail_wms" />
|
|
<xs:field xpath="mstns:id" />
|
|
</xs:unique>
|
|
<xs:unique name="v_stockInRequestDetail4ShelfUp_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:v_stockInRequestDetail4ShelfUp" />
|
|
<xs:field xpath="mstns:id" />
|
|
</xs:unique>
|
|
<xs:unique name="v_stockInRequestDetail4wince_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:v_stockInRequestDetail4wince" />
|
|
<xs:field xpath="mstns:id" />
|
|
</xs:unique>
|
|
<xs:unique name="v_stockInRequestDetail4wince_del_Constraint1" msdata:ConstraintName="Constraint1">
|
|
<xs:selector xpath=".//mstns:v_stockInRequestDetail4wince_del" />
|
|
<xs:field xpath="mstns:id" />
|
|
</xs:unique>
|
|
<xs:unique name="v_stockMaintain4wince_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:v_stockMaintain4wince" />
|
|
<xs:field xpath="mstns:货位" />
|
|
</xs:unique>
|
|
<xs:unique name="v_stockMaintainRecord_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:v_stockMaintainRecord" />
|
|
<xs:field xpath="mstns:id" />
|
|
</xs:unique>
|
|
<xs:unique name="v_stockOutBatchPickDetail_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:v_stockOutBatchPickDetail" />
|
|
<xs:field xpath="mstns:id" />
|
|
</xs:unique>
|
|
<xs:unique name="v_stockOutBatchPickDetail4Wince_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:v_stockOutBatchPickDetail4Wince" />
|
|
<xs:field xpath="mstns:id" />
|
|
</xs:unique>
|
|
<xs:unique name="v_stockOutBatchPickOrder4Wince_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:v_stockOutBatchPickOrder4Wince" />
|
|
<xs:field xpath="mstns:出库单" />
|
|
</xs:unique>
|
|
<xs:unique name="v_stockOutBulkInCurrentWave_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:v_stockOutBulkInCurrentWave" />
|
|
<xs:field xpath="mstns:id" />
|
|
</xs:unique>
|
|
<xs:unique name="v_stockOutLablePickDetail_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:v_stockOutLablePickDetail" />
|
|
<xs:field xpath="mstns:color" />
|
|
</xs:unique>
|
|
<xs:unique name="v_stockOutPickDetail_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:v_stockOutPickDetail" />
|
|
<xs:field xpath="mstns:id" />
|
|
</xs:unique>
|
|
<xs:unique name="v_stockOutPort_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:v_stockOutPort" />
|
|
<xs:field xpath="mstns:id" />
|
|
</xs:unique>
|
|
<xs:unique name="v_stockOutRequestPick_Constraint1" msdata:ConstraintName="Constraint1">
|
|
<xs:selector xpath=".//mstns:v_stockOutRequestPick" />
|
|
<xs:field xpath="mstns:orderNo" />
|
|
</xs:unique>
|
|
<xs:unique name="v_tmsLineDetail_Constraint1" msdata:ConstraintName="Constraint1">
|
|
<xs:selector xpath=".//mstns:v_tmsLineDetail" />
|
|
<xs:field xpath="mstns:locationId" />
|
|
</xs:unique>
|
|
<xs:unique name="v_tmsPickRequest_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:v_tmsPickRequest" />
|
|
<xs:field xpath="mstns:pickOrderNo" />
|
|
</xs:unique>
|
|
<xs:unique name="v_tmsPickRequestBatchDetail_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:v_tmsPickRequestBatchDetail" />
|
|
<xs:field xpath="mstns:pickOrderNo" />
|
|
</xs:unique>
|
|
<xs:unique name="v_tmsPickRequestBatchSum_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:v_tmsPickRequestBatchSum" />
|
|
<xs:field xpath="mstns:pickOrderNo" />
|
|
</xs:unique>
|
|
<xs:unique name="v_wmsGoods_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
|
<xs:selector xpath=".//mstns:v_wmsGoods" />
|
|
<xs:field xpath="mstns:goodsId" />
|
|
</xs:unique>
|
|
</xs:element>
|
|
<xs:annotation>
|
|
<xs:appinfo>
|
|
<msdata:Relationship name="FK_t_wmsStock_t_wmsLocation" msdata:parent="t_wmsLocation" msdata:child="t_wmsStock" msdata:parentkey="locationId" msdata:childkey="locationId" msprop:Generator_UserChildTable="t_wmsStock" msprop:Generator_ChildPropName="Gett_wmsStockRows" msprop:Generator_UserRelationName="FK_t_wmsStock_t_wmsLocation" msprop:Generator_ParentPropName="t_wmsLocationRow" msprop:Generator_RelationVarName="relationFK_t_wmsStock_t_wmsLocation" msprop:Generator_UserParentTable="t_wmsLocation" />
|
|
<msdata:Relationship name="FK_t_wmsStockMaintain_t_wmsLocation" msdata:parent="t_wmsLocation" msdata:child="t_wmsStockMaintain" msdata:parentkey="locationId" msdata:childkey="locationId" msprop:Generator_UserChildTable="t_wmsStockMaintain" msprop:Generator_ChildPropName="Gett_wmsStockMaintainRows" msprop:Generator_UserRelationName="FK_t_wmsStockMaintain_t_wmsLocation" msprop:Generator_ParentPropName="t_wmsLocationRow" msprop:Generator_RelationVarName="relationFK_t_wmsStockMaintain_t_wmsLocation" msprop:Generator_UserParentTable="t_wmsLocation" />
|
|
</xs:appinfo>
|
|
</xs:annotation>
|
|
</xs:schema> |