//------------------------------------------------------------------------------ // // 此代码由工具生成。 // 运行时版本:4.0.30319.42000 // // 对此文件的更改可能会导致不正确的行为,并且如果 // 重新生成代码,这些更改将会丢失。 // //------------------------------------------------------------------------------ namespace DeiNiu.wms.win.ServiceReferenceGoods { using System.Runtime.Serialization; using System; [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="WcfWmsGoods", Namespace="http://schemas.datacontract.org/2004/07/DeiNiu.Wcf")] [System.SerializableAttribute()] public partial class WcfWmsGoods : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; [System.Runtime.Serialization.OptionalFieldAttribute()] private int ABCField; [System.Runtime.Serialization.OptionalFieldAttribute()] private int IDField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string barcodeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private decimal batchMax1Field; [System.Runtime.Serialization.OptionalFieldAttribute()] private decimal batchMax2Field; [System.Runtime.Serialization.OptionalFieldAttribute()] private decimal batchMax3Field; [System.Runtime.Serialization.OptionalFieldAttribute()] private decimal batchMax4Field; [System.Runtime.Serialization.OptionalFieldAttribute()] private decimal bigCountField; [System.Runtime.Serialization.OptionalFieldAttribute()] private decimal bulkMaxField; [System.Runtime.Serialization.OptionalFieldAttribute()] private decimal bulkMax1Field; [System.Runtime.Serialization.OptionalFieldAttribute()] private bool canLackOutField; [System.Runtime.Serialization.OptionalFieldAttribute()] private bool canSeedOutField; [System.Runtime.Serialization.OptionalFieldAttribute()] private bool canZhitongField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string createtimeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private bool drField; [System.Runtime.Serialization.OptionalFieldAttribute()] private int expiryDaysField; [System.Runtime.Serialization.OptionalFieldAttribute()] private decimal full_maxField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string goodsIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private int goodsTypeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private decimal heightField; [System.Runtime.Serialization.OptionalFieldAttribute()] private decimal highStoreField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string lastmodifiedField; [System.Runtime.Serialization.OptionalFieldAttribute()] private decimal lengthField; [System.Runtime.Serialization.OptionalFieldAttribute()] private decimal lowStoreField; [System.Runtime.Serialization.OptionalFieldAttribute()] private decimal minOperateCountField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string minOperateUnitField; [System.Runtime.Serialization.OptionalFieldAttribute()] private int operaterField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string ownerCodeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private bool pIsDateValidField; [System.Runtime.Serialization.OptionalFieldAttribute()] private int partField; [System.Runtime.Serialization.OptionalFieldAttribute()] private int pickPriorityField; [System.Runtime.Serialization.OptionalFieldAttribute()] private int plotIdField; [System.Runtime.Serialization.OptionalFieldAttribute()] private int repTypeField; [System.Runtime.Serialization.OptionalFieldAttribute()] private decimal taskFactorField; [System.Runtime.Serialization.OptionalFieldAttribute()] private bool tempRequiredField; [System.Runtime.Serialization.OptionalFieldAttribute()] private decimal temperatureField; [System.Runtime.Serialization.OptionalFieldAttribute()] private int validTermDaysField; [System.Runtime.Serialization.OptionalFieldAttribute()] private decimal weightField; [System.Runtime.Serialization.OptionalFieldAttribute()] private decimal widthField; [global::System.ComponentModel.BrowsableAttribute(false)] public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [System.Runtime.Serialization.DataMemberAttribute()] public int ABC { get { return this.ABCField; } set { if ((this.ABCField.Equals(value) != true)) { this.ABCField = value; this.RaisePropertyChanged("ABC"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public int ID { get { return this.IDField; } set { if ((this.IDField.Equals(value) != true)) { this.IDField = value; this.RaisePropertyChanged("ID"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string barcode { get { return this.barcodeField; } set { if ((object.ReferenceEquals(this.barcodeField, value) != true)) { this.barcodeField = value; this.RaisePropertyChanged("barcode"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public decimal batchMax1 { get { return this.batchMax1Field; } set { if ((this.batchMax1Field.Equals(value) != true)) { this.batchMax1Field = value; this.RaisePropertyChanged("batchMax1"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public decimal batchMax2 { get { return this.batchMax2Field; } set { if ((this.batchMax2Field.Equals(value) != true)) { this.batchMax2Field = value; this.RaisePropertyChanged("batchMax2"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public decimal batchMax3 { get { return this.batchMax3Field; } set { if ((this.batchMax3Field.Equals(value) != true)) { this.batchMax3Field = value; this.RaisePropertyChanged("batchMax3"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public decimal batchMax4 { get { return this.batchMax4Field; } set { if ((this.batchMax4Field.Equals(value) != true)) { this.batchMax4Field = value; this.RaisePropertyChanged("batchMax4"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public decimal bigCount { get { return this.bigCountField; } set { if ((this.bigCountField.Equals(value) != true)) { this.bigCountField = value; this.RaisePropertyChanged("bigCount"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public decimal bulkMax { get { return this.bulkMaxField; } set { if ((this.bulkMaxField.Equals(value) != true)) { this.bulkMaxField = value; this.RaisePropertyChanged("bulkMax"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public decimal bulkMax1 { get { return this.bulkMax1Field; } set { if ((this.bulkMax1Field.Equals(value) != true)) { this.bulkMax1Field = value; this.RaisePropertyChanged("bulkMax1"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public bool canLackOut { get { return this.canLackOutField; } set { if ((this.canLackOutField.Equals(value) != true)) { this.canLackOutField = value; this.RaisePropertyChanged("canLackOut"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public bool canSeedOut { get { return this.canSeedOutField; } set { if ((this.canSeedOutField.Equals(value) != true)) { this.canSeedOutField = value; this.RaisePropertyChanged("canSeedOut"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public bool canZhitong { get { return this.canZhitongField; } set { if ((this.canZhitongField.Equals(value) != true)) { this.canZhitongField = value; this.RaisePropertyChanged("canZhitong"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string createtime { get { return this.createtimeField; } set { if ((object.ReferenceEquals(this.createtimeField, value) != true)) { this.createtimeField = value; this.RaisePropertyChanged("createtime"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public bool dr { get { return this.drField; } set { if ((this.drField.Equals(value) != true)) { this.drField = value; this.RaisePropertyChanged("dr"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public int expiryDays { get { return this.expiryDaysField; } set { if ((this.expiryDaysField.Equals(value) != true)) { this.expiryDaysField = value; this.RaisePropertyChanged("expiryDays"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public decimal full_max { get { return this.full_maxField; } set { if ((this.full_maxField.Equals(value) != true)) { this.full_maxField = value; this.RaisePropertyChanged("full_max"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string goodsId { get { return this.goodsIdField; } set { if ((object.ReferenceEquals(this.goodsIdField, value) != true)) { this.goodsIdField = value; this.RaisePropertyChanged("goodsId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public int goodsType { get { return this.goodsTypeField; } set { if ((this.goodsTypeField.Equals(value) != true)) { this.goodsTypeField = value; this.RaisePropertyChanged("goodsType"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public decimal height { get { return this.heightField; } set { if ((this.heightField.Equals(value) != true)) { this.heightField = value; this.RaisePropertyChanged("height"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public decimal highStore { get { return this.highStoreField; } set { if ((this.highStoreField.Equals(value) != true)) { this.highStoreField = value; this.RaisePropertyChanged("highStore"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string lastmodified { get { return this.lastmodifiedField; } set { if ((object.ReferenceEquals(this.lastmodifiedField, value) != true)) { this.lastmodifiedField = value; this.RaisePropertyChanged("lastmodified"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public decimal length { get { return this.lengthField; } set { if ((this.lengthField.Equals(value) != true)) { this.lengthField = value; this.RaisePropertyChanged("length"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public decimal lowStore { get { return this.lowStoreField; } set { if ((this.lowStoreField.Equals(value) != true)) { this.lowStoreField = value; this.RaisePropertyChanged("lowStore"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public decimal minOperateCount { get { return this.minOperateCountField; } set { if ((this.minOperateCountField.Equals(value) != true)) { this.minOperateCountField = value; this.RaisePropertyChanged("minOperateCount"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string minOperateUnit { get { return this.minOperateUnitField; } set { if ((object.ReferenceEquals(this.minOperateUnitField, value) != true)) { this.minOperateUnitField = value; this.RaisePropertyChanged("minOperateUnit"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public int operater { get { return this.operaterField; } set { if ((this.operaterField.Equals(value) != true)) { this.operaterField = value; this.RaisePropertyChanged("operater"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public string ownerCode { get { return this.ownerCodeField; } set { if ((object.ReferenceEquals(this.ownerCodeField, value) != true)) { this.ownerCodeField = value; this.RaisePropertyChanged("ownerCode"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public bool pIsDateValid { get { return this.pIsDateValidField; } set { if ((this.pIsDateValidField.Equals(value) != true)) { this.pIsDateValidField = value; this.RaisePropertyChanged("pIsDateValid"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public int part { get { return this.partField; } set { if ((this.partField.Equals(value) != true)) { this.partField = value; this.RaisePropertyChanged("part"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public int pickPriority { get { return this.pickPriorityField; } set { if ((this.pickPriorityField.Equals(value) != true)) { this.pickPriorityField = value; this.RaisePropertyChanged("pickPriority"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public int plotId { get { return this.plotIdField; } set { if ((this.plotIdField.Equals(value) != true)) { this.plotIdField = value; this.RaisePropertyChanged("plotId"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public int repType { get { return this.repTypeField; } set { if ((this.repTypeField.Equals(value) != true)) { this.repTypeField = value; this.RaisePropertyChanged("repType"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public decimal taskFactor { get { return this.taskFactorField; } set { if ((this.taskFactorField.Equals(value) != true)) { this.taskFactorField = value; this.RaisePropertyChanged("taskFactor"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public bool tempRequired { get { return this.tempRequiredField; } set { if ((this.tempRequiredField.Equals(value) != true)) { this.tempRequiredField = value; this.RaisePropertyChanged("tempRequired"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public decimal temperature { get { return this.temperatureField; } set { if ((this.temperatureField.Equals(value) != true)) { this.temperatureField = value; this.RaisePropertyChanged("temperature"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public int validTermDays { get { return this.validTermDaysField; } set { if ((this.validTermDaysField.Equals(value) != true)) { this.validTermDaysField = value; this.RaisePropertyChanged("validTermDays"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public decimal weight { get { return this.weightField; } set { if ((this.weightField.Equals(value) != true)) { this.weightField = value; this.RaisePropertyChanged("weight"); } } } [System.Runtime.Serialization.DataMemberAttribute()] public decimal width { get { return this.widthField; } set { if ((this.widthField.Equals(value) != true)) { this.widthField = value; this.RaisePropertyChanged("width"); } } } public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; protected void RaisePropertyChanged(string propertyName) { System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; if ((propertyChanged != null)) { propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); } } } [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] [System.ServiceModel.ServiceContractAttribute(ConfigurationName="ServiceReferenceGoods.IGoods")] public interface IGoods { [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IGoods/Query", ReplyAction="http://tempuri.org/IGoods/QueryResponse")] System.Data.DataSet Query(string querystr, int rownumStart, int rownumEnd); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IGoods/update", ReplyAction="http://tempuri.org/IGoods/updateResponse")] bool update(DeiNiu.wms.win.ServiceReferenceGoods.WcfWmsGoods[] goods); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IGoods/syncGoods", ReplyAction="http://tempuri.org/IGoods/syncGoodsResponse")] void syncGoods(); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IGoods/QueryPacking", ReplyAction="http://tempuri.org/IGoods/QueryPackingResponse")] System.Data.DataTable QueryPacking(string goodsId); } [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public interface IGoodsChannel : DeiNiu.wms.win.ServiceReferenceGoods.IGoods, System.ServiceModel.IClientChannel { } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public partial class GoodsClient : System.ServiceModel.ClientBase, DeiNiu.wms.win.ServiceReferenceGoods.IGoods { public GoodsClient() { } public GoodsClient(string endpointConfigurationName) : base(endpointConfigurationName) { } public GoodsClient(string endpointConfigurationName, string remoteAddress) : base(endpointConfigurationName, remoteAddress) { } public GoodsClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) : base(endpointConfigurationName, remoteAddress) { } public GoodsClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) : base(binding, remoteAddress) { } public System.Data.DataSet Query(string querystr, int rownumStart, int rownumEnd) { return base.Channel.Query(querystr, rownumStart, rownumEnd); } public bool update(DeiNiu.wms.win.ServiceReferenceGoods.WcfWmsGoods[] goods) { return base.Channel.update(goods); } public void syncGoods() { base.Channel.syncGoods(); } public System.Data.DataTable QueryPacking(string goodsId) { return base.Channel.QueryPacking(goodsId); } } }