| | |
| | | |
| | | [System.Diagnostics.DebuggerStepThroughAttribute()] |
| | | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] |
| | | [System.Runtime.Serialization.DataContractAttribute(Name="Wms_outInStockRecord_Details_V2_Mes", Namespace="http://schemas.datacontract.org/2004/07/yunneiWCS.ORM")] |
| | | [System.SerializableAttribute()] |
| | | public partial class Wms_outInStockRecord_Details_V2_Mes : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { |
| | | |
| | | [System.NonSerializedAttribute()] |
| | | private System.Runtime.Serialization.ExtensionDataObject extensionDataField; |
| | | |
| | | [System.Runtime.Serialization.OptionalFieldAttribute()] |
| | | private System.Nullable<System.DateTime> CreateTimeField; |
| | | |
| | | [System.Runtime.Serialization.OptionalFieldAttribute()] |
| | | private string CreatorField; |
| | | |
| | | [System.Runtime.Serialization.OptionalFieldAttribute()] |
| | | private long IDField; |
| | | |
| | | [System.Runtime.Serialization.OptionalFieldAttribute()] |
| | | private string LastModifierField; |
| | | |
| | | [System.Runtime.Serialization.OptionalFieldAttribute()] |
| | | private System.Nullable<System.DateTime> LastModifyTimeField; |
| | | |
| | | [System.Runtime.Serialization.OptionalFieldAttribute()] |
| | | private string RemarkField; |
| | | |
| | | [System.Runtime.Serialization.OptionalFieldAttribute()] |
| | | private string containerCodeField; |
| | | |
| | | [System.Runtime.Serialization.OptionalFieldAttribute()] |
| | | private System.Nullable<long> mainIdField; |
| | | |
| | | [System.Runtime.Serialization.OptionalFieldAttribute()] |
| | | private string productCodeField; |
| | | |
| | | [System.Runtime.Serialization.OptionalFieldAttribute()] |
| | | private string productNameField; |
| | | |
| | | [System.Runtime.Serialization.OptionalFieldAttribute()] |
| | | private string serialNumberField; |
| | | |
| | | [global::System.ComponentModel.BrowsableAttribute(false)] |
| | | public System.Runtime.Serialization.ExtensionDataObject ExtensionData { |
| | | get { |
| | | return this.extensionDataField; |
| | | } |
| | | set { |
| | | this.extensionDataField = value; |
| | | } |
| | | } |
| | | |
| | | [System.Runtime.Serialization.DataMemberAttribute()] |
| | | public System.Nullable<System.DateTime> CreateTime { |
| | | get { |
| | | return this.CreateTimeField; |
| | | } |
| | | set { |
| | | if ((this.CreateTimeField.Equals(value) != true)) { |
| | | this.CreateTimeField = value; |
| | | this.RaisePropertyChanged("CreateTime"); |
| | | } |
| | | } |
| | | } |
| | | |
| | | [System.Runtime.Serialization.DataMemberAttribute()] |
| | | public string Creator { |
| | | get { |
| | | return this.CreatorField; |
| | | } |
| | | set { |
| | | if ((object.ReferenceEquals(this.CreatorField, value) != true)) { |
| | | this.CreatorField = value; |
| | | this.RaisePropertyChanged("Creator"); |
| | | } |
| | | } |
| | | } |
| | | |
| | | [System.Runtime.Serialization.DataMemberAttribute()] |
| | | public long ID { |
| | | get { |
| | | return this.IDField; |
| | | } |
| | | set { |
| | | if ((this.IDField.Equals(value) != true)) { |
| | | this.IDField = value; |
| | | this.RaisePropertyChanged("ID"); |
| | | } |
| | | } |
| | | } |
| | | |
| | | [System.Runtime.Serialization.DataMemberAttribute()] |
| | | public string LastModifier { |
| | | get { |
| | | return this.LastModifierField; |
| | | } |
| | | set { |
| | | if ((object.ReferenceEquals(this.LastModifierField, value) != true)) { |
| | | this.LastModifierField = value; |
| | | this.RaisePropertyChanged("LastModifier"); |
| | | } |
| | | } |
| | | } |
| | | |
| | | [System.Runtime.Serialization.DataMemberAttribute()] |
| | | public System.Nullable<System.DateTime> LastModifyTime { |
| | | get { |
| | | return this.LastModifyTimeField; |
| | | } |
| | | set { |
| | | if ((this.LastModifyTimeField.Equals(value) != true)) { |
| | | this.LastModifyTimeField = value; |
| | | this.RaisePropertyChanged("LastModifyTime"); |
| | | } |
| | | } |
| | | } |
| | | |
| | | [System.Runtime.Serialization.DataMemberAttribute()] |
| | | public string Remark { |
| | | get { |
| | | return this.RemarkField; |
| | | } |
| | | set { |
| | | if ((object.ReferenceEquals(this.RemarkField, value) != true)) { |
| | | this.RemarkField = value; |
| | | this.RaisePropertyChanged("Remark"); |
| | | } |
| | | } |
| | | } |
| | | |
| | | [System.Runtime.Serialization.DataMemberAttribute()] |
| | | public string containerCode { |
| | | get { |
| | | return this.containerCodeField; |
| | | } |
| | | set { |
| | | if ((object.ReferenceEquals(this.containerCodeField, value) != true)) { |
| | | this.containerCodeField = value; |
| | | this.RaisePropertyChanged("containerCode"); |
| | | } |
| | | } |
| | | } |
| | | |
| | | [System.Runtime.Serialization.DataMemberAttribute()] |
| | | public System.Nullable<long> mainId { |
| | | get { |
| | | return this.mainIdField; |
| | | } |
| | | set { |
| | | if ((this.mainIdField.Equals(value) != true)) { |
| | | this.mainIdField = value; |
| | | this.RaisePropertyChanged("mainId"); |
| | | } |
| | | } |
| | | } |
| | | |
| | | [System.Runtime.Serialization.DataMemberAttribute()] |
| | | public string productCode { |
| | | get { |
| | | return this.productCodeField; |
| | | } |
| | | set { |
| | | if ((object.ReferenceEquals(this.productCodeField, value) != true)) { |
| | | this.productCodeField = value; |
| | | this.RaisePropertyChanged("productCode"); |
| | | } |
| | | } |
| | | } |
| | | |
| | | [System.Runtime.Serialization.DataMemberAttribute()] |
| | | public string productName { |
| | | get { |
| | | return this.productNameField; |
| | | } |
| | | set { |
| | | if ((object.ReferenceEquals(this.productNameField, value) != true)) { |
| | | this.productNameField = value; |
| | | this.RaisePropertyChanged("productName"); |
| | | } |
| | | } |
| | | } |
| | | |
| | | [System.Runtime.Serialization.DataMemberAttribute()] |
| | | public string serialNumber { |
| | | get { |
| | | return this.serialNumberField; |
| | | } |
| | | set { |
| | | if ((object.ReferenceEquals(this.serialNumberField, value) != true)) { |
| | | this.serialNumberField = value; |
| | | this.RaisePropertyChanged("serialNumber"); |
| | | } |
| | | } |
| | | } |
| | | |
| | | 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.Diagnostics.DebuggerStepThroughAttribute()] |
| | | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] |
| | | [System.Runtime.Serialization.DataContractAttribute(Name="resMsgOfWms_outInStockRecord_Details_V2_MesFj0h9u9J", Namespace="http://schemas.datacontract.org/2004/07/yunneiWCS.EnumDefine")] |
| | | [System.SerializableAttribute()] |
| | | public partial class resMsgOfWms_outInStockRecord_Details_V2_MesFj0h9u9J : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { |
| | | |
| | | [System.NonSerializedAttribute()] |
| | | private System.Runtime.Serialization.ExtensionDataObject extensionDataField; |
| | | |
| | | [System.Runtime.Serialization.OptionalFieldAttribute()] |
| | | private WMS.yunneiWCS.Wms_outInStockRecord_Details_V2_Mes[] dateField; |
| | | |
| | | [System.Runtime.Serialization.OptionalFieldAttribute()] |
| | | private WMS.yunneiWCS.Wms_outInStockRecord_Details_V2_Mes[] dateAllField; |
| | | |
| | | [System.Runtime.Serialization.OptionalFieldAttribute()] |
| | | private string[] dateListField; |
| | | |
| | | [System.Runtime.Serialization.OptionalFieldAttribute()] |
| | | private string msgField; |
| | | |
| | | [System.Runtime.Serialization.OptionalFieldAttribute()] |
| | | private int quantityField; |
| | | |
| | | [System.Runtime.Serialization.OptionalFieldAttribute()] |
| | | private int statusField; |
| | | |
| | | [System.Runtime.Serialization.OptionalFieldAttribute()] |
| | | private string titleField; |
| | | |
| | | [System.Runtime.Serialization.OptionalFieldAttribute()] |
| | | private int totalField; |
| | | |
| | | [System.Runtime.Serialization.OptionalFieldAttribute()] |
| | | private int totalNumField; |
| | | |
| | | [global::System.ComponentModel.BrowsableAttribute(false)] |
| | | public System.Runtime.Serialization.ExtensionDataObject ExtensionData { |
| | | get { |
| | | return this.extensionDataField; |
| | | } |
| | | set { |
| | | this.extensionDataField = value; |
| | | } |
| | | } |
| | | |
| | | [System.Runtime.Serialization.DataMemberAttribute()] |
| | | public WMS.yunneiWCS.Wms_outInStockRecord_Details_V2_Mes[] date { |
| | | get { |
| | | return this.dateField; |
| | | } |
| | | set { |
| | | if ((object.ReferenceEquals(this.dateField, value) != true)) { |
| | | this.dateField = value; |
| | | this.RaisePropertyChanged("date"); |
| | | } |
| | | } |
| | | } |
| | | |
| | | [System.Runtime.Serialization.DataMemberAttribute()] |
| | | public WMS.yunneiWCS.Wms_outInStockRecord_Details_V2_Mes[] dateAll { |
| | | get { |
| | | return this.dateAllField; |
| | | } |
| | | set { |
| | | if ((object.ReferenceEquals(this.dateAllField, value) != true)) { |
| | | this.dateAllField = value; |
| | | this.RaisePropertyChanged("dateAll"); |
| | | } |
| | | } |
| | | } |
| | | |
| | | [System.Runtime.Serialization.DataMemberAttribute()] |
| | | public string[] dateList { |
| | | get { |
| | | return this.dateListField; |
| | | } |
| | | set { |
| | | if ((object.ReferenceEquals(this.dateListField, value) != true)) { |
| | | this.dateListField = value; |
| | | this.RaisePropertyChanged("dateList"); |
| | | } |
| | | } |
| | | } |
| | | |
| | | [System.Runtime.Serialization.DataMemberAttribute()] |
| | | public string msg { |
| | | get { |
| | | return this.msgField; |
| | | } |
| | | set { |
| | | if ((object.ReferenceEquals(this.msgField, value) != true)) { |
| | | this.msgField = value; |
| | | this.RaisePropertyChanged("msg"); |
| | | } |
| | | } |
| | | } |
| | | |
| | | [System.Runtime.Serialization.DataMemberAttribute()] |
| | | public int quantity { |
| | | get { |
| | | return this.quantityField; |
| | | } |
| | | set { |
| | | if ((this.quantityField.Equals(value) != true)) { |
| | | this.quantityField = value; |
| | | this.RaisePropertyChanged("quantity"); |
| | | } |
| | | } |
| | | } |
| | | |
| | | [System.Runtime.Serialization.DataMemberAttribute()] |
| | | public int status { |
| | | get { |
| | | return this.statusField; |
| | | } |
| | | set { |
| | | if ((this.statusField.Equals(value) != true)) { |
| | | this.statusField = value; |
| | | this.RaisePropertyChanged("status"); |
| | | } |
| | | } |
| | | } |
| | | |
| | | [System.Runtime.Serialization.DataMemberAttribute()] |
| | | public string title { |
| | | get { |
| | | return this.titleField; |
| | | } |
| | | set { |
| | | if ((object.ReferenceEquals(this.titleField, value) != true)) { |
| | | this.titleField = value; |
| | | this.RaisePropertyChanged("title"); |
| | | } |
| | | } |
| | | } |
| | | |
| | | [System.Runtime.Serialization.DataMemberAttribute()] |
| | | public int total { |
| | | get { |
| | | return this.totalField; |
| | | } |
| | | set { |
| | | if ((this.totalField.Equals(value) != true)) { |
| | | this.totalField = value; |
| | | this.RaisePropertyChanged("total"); |
| | | } |
| | | } |
| | | } |
| | | |
| | | [System.Runtime.Serialization.DataMemberAttribute()] |
| | | public int totalNum { |
| | | get { |
| | | return this.totalNumField; |
| | | } |
| | | set { |
| | | if ((this.totalNumField.Equals(value) != true)) { |
| | | this.totalNumField = value; |
| | | this.RaisePropertyChanged("totalNum"); |
| | | } |
| | | } |
| | | } |
| | | |
| | | 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.Diagnostics.DebuggerStepThroughAttribute()] |
| | | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] |
| | | [System.Runtime.Serialization.DataContractAttribute(Name="resMsgOfpositionFj0h9u9J", Namespace="http://schemas.datacontract.org/2004/07/yunneiWCS.EnumDefine")] |
| | | [System.SerializableAttribute()] |
| | | public partial class resMsgOfpositionFj0h9u9J : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { |
| | |
| | | |
| | | [System.Diagnostics.DebuggerStepThroughAttribute()] |
| | | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] |
| | | [System.Runtime.Serialization.DataContractAttribute(Name="resMsgOfWms_outInStockRecord_Details_V2_MesFj0h9u9J", Namespace="http://schemas.datacontract.org/2004/07/yunneiWCS.EnumDefine")] |
| | | [System.SerializableAttribute()] |
| | | public partial class resMsgOfWms_outInStockRecord_Details_V2_MesFj0h9u9J : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { |
| | | |
| | | [System.NonSerializedAttribute()] |
| | | private System.Runtime.Serialization.ExtensionDataObject extensionDataField; |
| | | |
| | | [System.Runtime.Serialization.OptionalFieldAttribute()] |
| | | private WMS.yunneiWCS.Wms_outInStockRecord_Details_V2_Mes[] dateField; |
| | | |
| | | [System.Runtime.Serialization.OptionalFieldAttribute()] |
| | | private WMS.yunneiWCS.Wms_outInStockRecord_Details_V2_Mes[] dateAllField; |
| | | |
| | | [System.Runtime.Serialization.OptionalFieldAttribute()] |
| | | private string[] dateListField; |
| | | |
| | | [System.Runtime.Serialization.OptionalFieldAttribute()] |
| | | private string msgField; |
| | | |
| | | [System.Runtime.Serialization.OptionalFieldAttribute()] |
| | | private int quantityField; |
| | | |
| | | [System.Runtime.Serialization.OptionalFieldAttribute()] |
| | | private int statusField; |
| | | |
| | | [System.Runtime.Serialization.OptionalFieldAttribute()] |
| | | private string titleField; |
| | | |
| | | [System.Runtime.Serialization.OptionalFieldAttribute()] |
| | | private int totalField; |
| | | |
| | | [System.Runtime.Serialization.OptionalFieldAttribute()] |
| | | private int totalNumField; |
| | | |
| | | [global::System.ComponentModel.BrowsableAttribute(false)] |
| | | public System.Runtime.Serialization.ExtensionDataObject ExtensionData { |
| | | get { |
| | | return this.extensionDataField; |
| | | } |
| | | set { |
| | | this.extensionDataField = value; |
| | | } |
| | | } |
| | | |
| | | [System.Runtime.Serialization.DataMemberAttribute()] |
| | | public WMS.yunneiWCS.Wms_outInStockRecord_Details_V2_Mes[] date { |
| | | get { |
| | | return this.dateField; |
| | | } |
| | | set { |
| | | if ((object.ReferenceEquals(this.dateField, value) != true)) { |
| | | this.dateField = value; |
| | | this.RaisePropertyChanged("date"); |
| | | } |
| | | } |
| | | } |
| | | |
| | | [System.Runtime.Serialization.DataMemberAttribute()] |
| | | public WMS.yunneiWCS.Wms_outInStockRecord_Details_V2_Mes[] dateAll { |
| | | get { |
| | | return this.dateAllField; |
| | | } |
| | | set { |
| | | if ((object.ReferenceEquals(this.dateAllField, value) != true)) { |
| | | this.dateAllField = value; |
| | | this.RaisePropertyChanged("dateAll"); |
| | | } |
| | | } |
| | | } |
| | | |
| | | [System.Runtime.Serialization.DataMemberAttribute()] |
| | | public string[] dateList { |
| | | get { |
| | | return this.dateListField; |
| | | } |
| | | set { |
| | | if ((object.ReferenceEquals(this.dateListField, value) != true)) { |
| | | this.dateListField = value; |
| | | this.RaisePropertyChanged("dateList"); |
| | | } |
| | | } |
| | | } |
| | | |
| | | [System.Runtime.Serialization.DataMemberAttribute()] |
| | | public string msg { |
| | | get { |
| | | return this.msgField; |
| | | } |
| | | set { |
| | | if ((object.ReferenceEquals(this.msgField, value) != true)) { |
| | | this.msgField = value; |
| | | this.RaisePropertyChanged("msg"); |
| | | } |
| | | } |
| | | } |
| | | |
| | | [System.Runtime.Serialization.DataMemberAttribute()] |
| | | public int quantity { |
| | | get { |
| | | return this.quantityField; |
| | | } |
| | | set { |
| | | if ((this.quantityField.Equals(value) != true)) { |
| | | this.quantityField = value; |
| | | this.RaisePropertyChanged("quantity"); |
| | | } |
| | | } |
| | | } |
| | | |
| | | [System.Runtime.Serialization.DataMemberAttribute()] |
| | | public int status { |
| | | get { |
| | | return this.statusField; |
| | | } |
| | | set { |
| | | if ((this.statusField.Equals(value) != true)) { |
| | | this.statusField = value; |
| | | this.RaisePropertyChanged("status"); |
| | | } |
| | | } |
| | | } |
| | | |
| | | [System.Runtime.Serialization.DataMemberAttribute()] |
| | | public string title { |
| | | get { |
| | | return this.titleField; |
| | | } |
| | | set { |
| | | if ((object.ReferenceEquals(this.titleField, value) != true)) { |
| | | this.titleField = value; |
| | | this.RaisePropertyChanged("title"); |
| | | } |
| | | } |
| | | } |
| | | |
| | | [System.Runtime.Serialization.DataMemberAttribute()] |
| | | public int total { |
| | | get { |
| | | return this.totalField; |
| | | } |
| | | set { |
| | | if ((this.totalField.Equals(value) != true)) { |
| | | this.totalField = value; |
| | | this.RaisePropertyChanged("total"); |
| | | } |
| | | } |
| | | } |
| | | |
| | | [System.Runtime.Serialization.DataMemberAttribute()] |
| | | public int totalNum { |
| | | get { |
| | | return this.totalNumField; |
| | | } |
| | | set { |
| | | if ((this.totalNumField.Equals(value) != true)) { |
| | | this.totalNumField = value; |
| | | this.RaisePropertyChanged("totalNum"); |
| | | } |
| | | } |
| | | } |
| | | |
| | | 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.Diagnostics.DebuggerStepThroughAttribute()] |
| | | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] |
| | | [System.Runtime.Serialization.DataContractAttribute(Name="Wms_outInStockRecord_Details_V2_Mes", Namespace="http://schemas.datacontract.org/2004/07/yunneiWCS.ORM")] |
| | | [System.SerializableAttribute()] |
| | | public partial class Wms_outInStockRecord_Details_V2_Mes : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { |
| | | |
| | | [System.NonSerializedAttribute()] |
| | | private System.Runtime.Serialization.ExtensionDataObject extensionDataField; |
| | | |
| | | [System.Runtime.Serialization.OptionalFieldAttribute()] |
| | | private System.Nullable<System.DateTime> CreateTimeField; |
| | | |
| | | [System.Runtime.Serialization.OptionalFieldAttribute()] |
| | | private string CreatorField; |
| | | |
| | | [System.Runtime.Serialization.OptionalFieldAttribute()] |
| | | private long IDField; |
| | | |
| | | [System.Runtime.Serialization.OptionalFieldAttribute()] |
| | | private string LastModifierField; |
| | | |
| | | [System.Runtime.Serialization.OptionalFieldAttribute()] |
| | | private System.Nullable<System.DateTime> LastModifyTimeField; |
| | | |
| | | [System.Runtime.Serialization.OptionalFieldAttribute()] |
| | | private string RemarkField; |
| | | |
| | | [System.Runtime.Serialization.OptionalFieldAttribute()] |
| | | private System.Nullable<long> mainIdField; |
| | | |
| | | [System.Runtime.Serialization.OptionalFieldAttribute()] |
| | | private string productCodeField; |
| | | |
| | | [System.Runtime.Serialization.OptionalFieldAttribute()] |
| | | private string productNameField; |
| | | |
| | | [System.Runtime.Serialization.OptionalFieldAttribute()] |
| | | private string serialNumberField; |
| | | |
| | | [global::System.ComponentModel.BrowsableAttribute(false)] |
| | | public System.Runtime.Serialization.ExtensionDataObject ExtensionData { |
| | | get { |
| | | return this.extensionDataField; |
| | | } |
| | | set { |
| | | this.extensionDataField = value; |
| | | } |
| | | } |
| | | |
| | | [System.Runtime.Serialization.DataMemberAttribute()] |
| | | public System.Nullable<System.DateTime> CreateTime { |
| | | get { |
| | | return this.CreateTimeField; |
| | | } |
| | | set { |
| | | if ((this.CreateTimeField.Equals(value) != true)) { |
| | | this.CreateTimeField = value; |
| | | this.RaisePropertyChanged("CreateTime"); |
| | | } |
| | | } |
| | | } |
| | | |
| | | [System.Runtime.Serialization.DataMemberAttribute()] |
| | | public string Creator { |
| | | get { |
| | | return this.CreatorField; |
| | | } |
| | | set { |
| | | if ((object.ReferenceEquals(this.CreatorField, value) != true)) { |
| | | this.CreatorField = value; |
| | | this.RaisePropertyChanged("Creator"); |
| | | } |
| | | } |
| | | } |
| | | |
| | | [System.Runtime.Serialization.DataMemberAttribute()] |
| | | public long ID { |
| | | get { |
| | | return this.IDField; |
| | | } |
| | | set { |
| | | if ((this.IDField.Equals(value) != true)) { |
| | | this.IDField = value; |
| | | this.RaisePropertyChanged("ID"); |
| | | } |
| | | } |
| | | } |
| | | |
| | | [System.Runtime.Serialization.DataMemberAttribute()] |
| | | public string LastModifier { |
| | | get { |
| | | return this.LastModifierField; |
| | | } |
| | | set { |
| | | if ((object.ReferenceEquals(this.LastModifierField, value) != true)) { |
| | | this.LastModifierField = value; |
| | | this.RaisePropertyChanged("LastModifier"); |
| | | } |
| | | } |
| | | } |
| | | |
| | | [System.Runtime.Serialization.DataMemberAttribute()] |
| | | public System.Nullable<System.DateTime> LastModifyTime { |
| | | get { |
| | | return this.LastModifyTimeField; |
| | | } |
| | | set { |
| | | if ((this.LastModifyTimeField.Equals(value) != true)) { |
| | | this.LastModifyTimeField = value; |
| | | this.RaisePropertyChanged("LastModifyTime"); |
| | | } |
| | | } |
| | | } |
| | | |
| | | [System.Runtime.Serialization.DataMemberAttribute()] |
| | | public string Remark { |
| | | get { |
| | | return this.RemarkField; |
| | | } |
| | | set { |
| | | if ((object.ReferenceEquals(this.RemarkField, value) != true)) { |
| | | this.RemarkField = value; |
| | | this.RaisePropertyChanged("Remark"); |
| | | } |
| | | } |
| | | } |
| | | |
| | | [System.Runtime.Serialization.DataMemberAttribute()] |
| | | public System.Nullable<long> mainId { |
| | | get { |
| | | return this.mainIdField; |
| | | } |
| | | set { |
| | | if ((this.mainIdField.Equals(value) != true)) { |
| | | this.mainIdField = value; |
| | | this.RaisePropertyChanged("mainId"); |
| | | } |
| | | } |
| | | } |
| | | |
| | | [System.Runtime.Serialization.DataMemberAttribute()] |
| | | public string productCode { |
| | | get { |
| | | return this.productCodeField; |
| | | } |
| | | set { |
| | | if ((object.ReferenceEquals(this.productCodeField, value) != true)) { |
| | | this.productCodeField = value; |
| | | this.RaisePropertyChanged("productCode"); |
| | | } |
| | | } |
| | | } |
| | | |
| | | [System.Runtime.Serialization.DataMemberAttribute()] |
| | | public string productName { |
| | | get { |
| | | return this.productNameField; |
| | | } |
| | | set { |
| | | if ((object.ReferenceEquals(this.productNameField, value) != true)) { |
| | | this.productNameField = value; |
| | | this.RaisePropertyChanged("productName"); |
| | | } |
| | | } |
| | | } |
| | | |
| | | [System.Runtime.Serialization.DataMemberAttribute()] |
| | | public string serialNumber { |
| | | get { |
| | | return this.serialNumberField; |
| | | } |
| | | set { |
| | | if ((object.ReferenceEquals(this.serialNumberField, value) != true)) { |
| | | this.serialNumberField = value; |
| | | this.RaisePropertyChanged("serialNumber"); |
| | | } |
| | | } |
| | | } |
| | | |
| | | 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.Diagnostics.DebuggerStepThroughAttribute()] |
| | | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] |
| | | [System.Runtime.Serialization.DataContractAttribute(Name="resMsgOfoutInStockRecordFj0h9u9J", Namespace="http://schemas.datacontract.org/2004/07/yunneiWCS.EnumDefine")] |
| | | [System.SerializableAttribute()] |
| | | public partial class resMsgOfoutInStockRecordFj0h9u9J : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { |
| | |
| | | [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/findOutInStockRecord_V2_Mes", ReplyAction="http://tempuri.org/IyunneiWcf/findOutInStockRecord_V2_MesResponse")] |
| | | System.Threading.Tasks.Task<WMS.yunneiWCS.resMsgOfWms_outInStockRecord_V2_MesFj0h9u9J> findOutInStockRecord_V2_MesAsync(WMS.yunneiWCS.paging page, WMS.yunneiWCS.Wms_outInStockRecord_V2_Mes value); |
| | | |
| | | [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/findOutInStockRecord_Details_V2_Mes_Page", ReplyAction="http://tempuri.org/IyunneiWcf/findOutInStockRecord_Details_V2_Mes_PageResponse")] |
| | | WMS.yunneiWCS.resMsgOfWms_outInStockRecord_Details_V2_MesFj0h9u9J findOutInStockRecord_Details_V2_Mes_Page(WMS.yunneiWCS.paging page, WMS.yunneiWCS.Wms_outInStockRecord_Details_V2_Mes value); |
| | | |
| | | [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/findOutInStockRecord_Details_V2_Mes_Page", ReplyAction="http://tempuri.org/IyunneiWcf/findOutInStockRecord_Details_V2_Mes_PageResponse")] |
| | | System.Threading.Tasks.Task<WMS.yunneiWCS.resMsgOfWms_outInStockRecord_Details_V2_MesFj0h9u9J> findOutInStockRecord_Details_V2_Mes_PageAsync(WMS.yunneiWCS.paging page, WMS.yunneiWCS.Wms_outInStockRecord_Details_V2_Mes value); |
| | | |
| | | [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/findPosition", ReplyAction="http://tempuri.org/IyunneiWcf/findPositionResponse")] |
| | | WMS.yunneiWCS.resMsgOfpositionFj0h9u9J findPosition(WMS.yunneiWCS.paging page, string position, int islock, int isfree); |
| | | |
| | |
| | | return base.Channel.findOutInStockRecord_V2_MesAsync(page, value); |
| | | } |
| | | |
| | | public WMS.yunneiWCS.resMsgOfWms_outInStockRecord_Details_V2_MesFj0h9u9J findOutInStockRecord_Details_V2_Mes_Page(WMS.yunneiWCS.paging page, WMS.yunneiWCS.Wms_outInStockRecord_Details_V2_Mes value) { |
| | | return base.Channel.findOutInStockRecord_Details_V2_Mes_Page(page, value); |
| | | } |
| | | |
| | | public System.Threading.Tasks.Task<WMS.yunneiWCS.resMsgOfWms_outInStockRecord_Details_V2_MesFj0h9u9J> findOutInStockRecord_Details_V2_Mes_PageAsync(WMS.yunneiWCS.paging page, WMS.yunneiWCS.Wms_outInStockRecord_Details_V2_Mes value) { |
| | | return base.Channel.findOutInStockRecord_Details_V2_Mes_PageAsync(page, value); |
| | | } |
| | | |
| | | public WMS.yunneiWCS.resMsgOfpositionFj0h9u9J findPosition(WMS.yunneiWCS.paging page, string position, int islock, int isfree) { |
| | | return base.Channel.findPosition(page, position, islock, isfree); |
| | | } |