//------------------------------------------------------------------------------
|
// <auto-generated>
|
// 此代码由工具生成。
|
// 运行时版本:4.0.30319.42000
|
//
|
// 对此文件的更改可能会导致不正确的行为,并且如果
|
// 重新生成代码,这些更改将会丢失。
|
// </auto-generated>
|
//------------------------------------------------------------------------------
|
|
namespace WMS.yunneiWCS {
|
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="resMsgOfuserFj0h9u9J", Namespace="http://schemas.datacontract.org/2004/07/yunneiWCS.EnumDefine")]
|
[System.SerializableAttribute()]
|
public partial class resMsgOfuserFj0h9u9J : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
|
|
[System.NonSerializedAttribute()]
|
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private WMS.yunneiWCS.user[] dateField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private WMS.yunneiWCS.user[] 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.user[] 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.user[] 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="user", Namespace="http://schemas.datacontract.org/2004/07/yunneiWCS.ORM")]
|
[System.SerializableAttribute()]
|
public partial class user : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
|
|
[System.NonSerializedAttribute()]
|
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string PasswordField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private System.Nullable<int> StatusField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string UserNameField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string WorkNoField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private System.Nullable<System.DateTime> creatDateField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private int idField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private System.Nullable<System.DateTime> modifierTimeField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private System.Nullable<int> roleIdField;
|
|
[global::System.ComponentModel.BrowsableAttribute(false)]
|
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
|
get {
|
return this.extensionDataField;
|
}
|
set {
|
this.extensionDataField = value;
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string Password {
|
get {
|
return this.PasswordField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.PasswordField, value) != true)) {
|
this.PasswordField = value;
|
this.RaisePropertyChanged("Password");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public System.Nullable<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 UserName {
|
get {
|
return this.UserNameField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.UserNameField, value) != true)) {
|
this.UserNameField = value;
|
this.RaisePropertyChanged("UserName");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string WorkNo {
|
get {
|
return this.WorkNoField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.WorkNoField, value) != true)) {
|
this.WorkNoField = value;
|
this.RaisePropertyChanged("WorkNo");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public System.Nullable<System.DateTime> creatDate {
|
get {
|
return this.creatDateField;
|
}
|
set {
|
if ((this.creatDateField.Equals(value) != true)) {
|
this.creatDateField = value;
|
this.RaisePropertyChanged("creatDate");
|
}
|
}
|
}
|
|
[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 System.Nullable<System.DateTime> modifierTime {
|
get {
|
return this.modifierTimeField;
|
}
|
set {
|
if ((this.modifierTimeField.Equals(value) != true)) {
|
this.modifierTimeField = value;
|
this.RaisePropertyChanged("modifierTime");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public System.Nullable<int> roleId {
|
get {
|
return this.roleIdField;
|
}
|
set {
|
if ((this.roleIdField.Equals(value) != true)) {
|
this.roleIdField = value;
|
this.RaisePropertyChanged("roleId");
|
}
|
}
|
}
|
|
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="resMsgOfstring", Namespace="http://schemas.datacontract.org/2004/07/yunneiWCS.EnumDefine")]
|
[System.SerializableAttribute()]
|
public partial class resMsgOfstring : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
|
|
[System.NonSerializedAttribute()]
|
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string[] dateField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string[] 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 string[] date {
|
get {
|
return this.dateField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.dateField, value) != true)) {
|
this.dateField = value;
|
this.RaisePropertyChanged("date");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string[] 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="paging", Namespace="http://schemas.datacontract.org/2004/07/yunneiWCS.EnumDefine")]
|
[System.SerializableAttribute()]
|
public partial class paging : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
|
|
[System.NonSerializedAttribute()]
|
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private bool IsAscOrderByField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private System.DateTime endDateTimeField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private int idField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private int materilaSalverFlagField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private int pagenumField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private int pagesizeField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string serialNumberField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private System.DateTime startDateTimeField;
|
|
[global::System.ComponentModel.BrowsableAttribute(false)]
|
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
|
get {
|
return this.extensionDataField;
|
}
|
set {
|
this.extensionDataField = value;
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public bool IsAscOrderBy {
|
get {
|
return this.IsAscOrderByField;
|
}
|
set {
|
if ((this.IsAscOrderByField.Equals(value) != true)) {
|
this.IsAscOrderByField = value;
|
this.RaisePropertyChanged("IsAscOrderBy");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public System.DateTime endDateTime {
|
get {
|
return this.endDateTimeField;
|
}
|
set {
|
if ((this.endDateTimeField.Equals(value) != true)) {
|
this.endDateTimeField = value;
|
this.RaisePropertyChanged("endDateTime");
|
}
|
}
|
}
|
|
[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 int materilaSalverFlag {
|
get {
|
return this.materilaSalverFlagField;
|
}
|
set {
|
if ((this.materilaSalverFlagField.Equals(value) != true)) {
|
this.materilaSalverFlagField = value;
|
this.RaisePropertyChanged("materilaSalverFlag");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public int pagenum {
|
get {
|
return this.pagenumField;
|
}
|
set {
|
if ((this.pagenumField.Equals(value) != true)) {
|
this.pagenumField = value;
|
this.RaisePropertyChanged("pagenum");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public int pagesize {
|
get {
|
return this.pagesizeField;
|
}
|
set {
|
if ((this.pagesizeField.Equals(value) != true)) {
|
this.pagesizeField = value;
|
this.RaisePropertyChanged("pagesize");
|
}
|
}
|
}
|
|
[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");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public System.DateTime startDateTime {
|
get {
|
return this.startDateTimeField;
|
}
|
set {
|
if ((this.startDateTimeField.Equals(value) != true)) {
|
this.startDateTimeField = value;
|
this.RaisePropertyChanged("startDateTime");
|
}
|
}
|
}
|
|
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="resMsgOfroleFj0h9u9J", Namespace="http://schemas.datacontract.org/2004/07/yunneiWCS.EnumDefine")]
|
[System.SerializableAttribute()]
|
public partial class resMsgOfroleFj0h9u9J : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
|
|
[System.NonSerializedAttribute()]
|
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private WMS.yunneiWCS.role[] dateField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private WMS.yunneiWCS.role[] 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.role[] 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.role[] 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="role", Namespace="http://schemas.datacontract.org/2004/07/yunneiWCS.ORM")]
|
[System.SerializableAttribute()]
|
public partial class role : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
|
|
[System.NonSerializedAttribute()]
|
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private System.Nullable<int> areaField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private System.Nullable<System.DateTime> createTimeField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string creatorField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private int idField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string remarkField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string roleNameField;
|
|
[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<int> area {
|
get {
|
return this.areaField;
|
}
|
set {
|
if ((this.areaField.Equals(value) != true)) {
|
this.areaField = value;
|
this.RaisePropertyChanged("area");
|
}
|
}
|
}
|
|
[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 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 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 roleName {
|
get {
|
return this.roleNameField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.roleNameField, value) != true)) {
|
this.roleNameField = value;
|
this.RaisePropertyChanged("roleName");
|
}
|
}
|
}
|
|
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="resMsgOfuserAndRoleFj0h9u9J", Namespace="http://schemas.datacontract.org/2004/07/yunneiWCS.EnumDefine")]
|
[System.SerializableAttribute()]
|
public partial class resMsgOfuserAndRoleFj0h9u9J : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
|
|
[System.NonSerializedAttribute()]
|
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private WMS.yunneiWCS.userAndRole[] dateField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private WMS.yunneiWCS.userAndRole[] 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.userAndRole[] 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.userAndRole[] 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="userAndRole", Namespace="http://schemas.datacontract.org/2004/07/yunneiWCS.ORM")]
|
[System.SerializableAttribute()]
|
public partial class userAndRole : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
|
|
[System.NonSerializedAttribute()]
|
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string PasswordField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string UserNameField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string WorkNoField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private System.Nullable<System.DateTime> creatDateField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private int idField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string roleNameField;
|
|
[global::System.ComponentModel.BrowsableAttribute(false)]
|
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
|
get {
|
return this.extensionDataField;
|
}
|
set {
|
this.extensionDataField = value;
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string Password {
|
get {
|
return this.PasswordField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.PasswordField, value) != true)) {
|
this.PasswordField = value;
|
this.RaisePropertyChanged("Password");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string UserName {
|
get {
|
return this.UserNameField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.UserNameField, value) != true)) {
|
this.UserNameField = value;
|
this.RaisePropertyChanged("UserName");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string WorkNo {
|
get {
|
return this.WorkNoField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.WorkNoField, value) != true)) {
|
this.WorkNoField = value;
|
this.RaisePropertyChanged("WorkNo");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public System.Nullable<System.DateTime> creatDate {
|
get {
|
return this.creatDateField;
|
}
|
set {
|
if ((this.creatDateField.Equals(value) != true)) {
|
this.creatDateField = value;
|
this.RaisePropertyChanged("creatDate");
|
}
|
}
|
}
|
|
[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 roleName {
|
get {
|
return this.roleNameField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.roleNameField, value) != true)) {
|
this.roleNameField = value;
|
this.RaisePropertyChanged("roleName");
|
}
|
}
|
}
|
|
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="resMsgOfmaterialFj0h9u9J", Namespace="http://schemas.datacontract.org/2004/07/yunneiWCS.EnumDefine")]
|
[System.SerializableAttribute()]
|
public partial class resMsgOfmaterialFj0h9u9J : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
|
|
[System.NonSerializedAttribute()]
|
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private WMS.yunneiWCS.material[] dateField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private WMS.yunneiWCS.material[] 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.material[] 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.material[] 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="material", Namespace="http://schemas.datacontract.org/2004/07/yunneiWCS.ORM")]
|
[System.SerializableAttribute()]
|
public partial class material : 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 string materialCodeField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private long materialIdField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string materialNameField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private System.Nullable<int> materialTypeField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string modifierField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private System.Nullable<System.DateTime> modifierTimeField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string versionField;
|
|
[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 string materialCode {
|
get {
|
return this.materialCodeField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.materialCodeField, value) != true)) {
|
this.materialCodeField = value;
|
this.RaisePropertyChanged("materialCode");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public long materialId {
|
get {
|
return this.materialIdField;
|
}
|
set {
|
if ((this.materialIdField.Equals(value) != true)) {
|
this.materialIdField = value;
|
this.RaisePropertyChanged("materialId");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string materialName {
|
get {
|
return this.materialNameField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.materialNameField, value) != true)) {
|
this.materialNameField = value;
|
this.RaisePropertyChanged("materialName");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public System.Nullable<int> materialType {
|
get {
|
return this.materialTypeField;
|
}
|
set {
|
if ((this.materialTypeField.Equals(value) != true)) {
|
this.materialTypeField = value;
|
this.RaisePropertyChanged("materialType");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string modifier {
|
get {
|
return this.modifierField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.modifierField, value) != true)) {
|
this.modifierField = value;
|
this.RaisePropertyChanged("modifier");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public System.Nullable<System.DateTime> modifierTime {
|
get {
|
return this.modifierTimeField;
|
}
|
set {
|
if ((this.modifierTimeField.Equals(value) != true)) {
|
this.modifierTimeField = value;
|
this.RaisePropertyChanged("modifierTime");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string version {
|
get {
|
return this.versionField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.versionField, value) != true)) {
|
this.versionField = value;
|
this.RaisePropertyChanged("version");
|
}
|
}
|
}
|
|
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="resMsgOfinStockOrderFj0h9u9J", Namespace="http://schemas.datacontract.org/2004/07/yunneiWCS.EnumDefine")]
|
[System.SerializableAttribute()]
|
public partial class resMsgOfinStockOrderFj0h9u9J : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
|
|
[System.NonSerializedAttribute()]
|
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private WMS.yunneiWCS.inStockOrder[] dateField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private WMS.yunneiWCS.inStockOrder[] 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.inStockOrder[] 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.inStockOrder[] 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="inStockOrder", Namespace="http://schemas.datacontract.org/2004/07/yunneiWCS.ORM")]
|
[System.SerializableAttribute()]
|
public partial class inStockOrder : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
|
|
[System.NonSerializedAttribute()]
|
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string containerCodeField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private System.Nullable<System.DateTime> createDateField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string creatorField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string orderCodeField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private int orderCodeIdField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private System.Nullable<int> orderTypeField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string productCodeField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string productNameField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private System.Nullable<int> quantityField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string siteCodeField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private System.Nullable<byte> statusField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string supplierField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string toStieCodeField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string versionField;
|
|
[global::System.ComponentModel.BrowsableAttribute(false)]
|
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
|
get {
|
return this.extensionDataField;
|
}
|
set {
|
this.extensionDataField = value;
|
}
|
}
|
|
[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<System.DateTime> createDate {
|
get {
|
return this.createDateField;
|
}
|
set {
|
if ((this.createDateField.Equals(value) != true)) {
|
this.createDateField = value;
|
this.RaisePropertyChanged("createDate");
|
}
|
}
|
}
|
|
[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 string orderCode {
|
get {
|
return this.orderCodeField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.orderCodeField, value) != true)) {
|
this.orderCodeField = value;
|
this.RaisePropertyChanged("orderCode");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public int orderCodeId {
|
get {
|
return this.orderCodeIdField;
|
}
|
set {
|
if ((this.orderCodeIdField.Equals(value) != true)) {
|
this.orderCodeIdField = value;
|
this.RaisePropertyChanged("orderCodeId");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public System.Nullable<int> orderType {
|
get {
|
return this.orderTypeField;
|
}
|
set {
|
if ((this.orderTypeField.Equals(value) != true)) {
|
this.orderTypeField = value;
|
this.RaisePropertyChanged("orderType");
|
}
|
}
|
}
|
|
[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 System.Nullable<int> quantity {
|
get {
|
return this.quantityField;
|
}
|
set {
|
if ((this.quantityField.Equals(value) != true)) {
|
this.quantityField = value;
|
this.RaisePropertyChanged("quantity");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string siteCode {
|
get {
|
return this.siteCodeField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.siteCodeField, value) != true)) {
|
this.siteCodeField = value;
|
this.RaisePropertyChanged("siteCode");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public System.Nullable<byte> status {
|
get {
|
return this.statusField;
|
}
|
set {
|
if ((this.statusField.Equals(value) != true)) {
|
this.statusField = value;
|
this.RaisePropertyChanged("status");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string supplier {
|
get {
|
return this.supplierField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.supplierField, value) != true)) {
|
this.supplierField = value;
|
this.RaisePropertyChanged("supplier");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string toStieCode {
|
get {
|
return this.toStieCodeField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.toStieCodeField, value) != true)) {
|
this.toStieCodeField = value;
|
this.RaisePropertyChanged("toStieCode");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string version {
|
get {
|
return this.versionField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.versionField, value) != true)) {
|
this.versionField = value;
|
this.RaisePropertyChanged("version");
|
}
|
}
|
}
|
|
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="v_inStockOrder", Namespace="http://schemas.datacontract.org/2004/07/yunneiWCS.ORM")]
|
[System.SerializableAttribute()]
|
public partial class v_inStockOrder : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
|
|
[System.NonSerializedAttribute()]
|
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string containerCodeField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private System.Nullable<System.DateTime> createDateField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string creatorField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string middlePlaceField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string orderCodeField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private int orderCodeIdField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private System.Nullable<int> orderTypeField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string productCodeField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string productNameField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private System.Nullable<int> quantityField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string siteCodeField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string sourcePlaceField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private System.Nullable<byte> statusField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string supplierField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string toPlaceField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string versionField;
|
|
[global::System.ComponentModel.BrowsableAttribute(false)]
|
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
|
get {
|
return this.extensionDataField;
|
}
|
set {
|
this.extensionDataField = value;
|
}
|
}
|
|
[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<System.DateTime> createDate {
|
get {
|
return this.createDateField;
|
}
|
set {
|
if ((this.createDateField.Equals(value) != true)) {
|
this.createDateField = value;
|
this.RaisePropertyChanged("createDate");
|
}
|
}
|
}
|
|
[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 string middlePlace {
|
get {
|
return this.middlePlaceField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.middlePlaceField, value) != true)) {
|
this.middlePlaceField = value;
|
this.RaisePropertyChanged("middlePlace");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string orderCode {
|
get {
|
return this.orderCodeField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.orderCodeField, value) != true)) {
|
this.orderCodeField = value;
|
this.RaisePropertyChanged("orderCode");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public int orderCodeId {
|
get {
|
return this.orderCodeIdField;
|
}
|
set {
|
if ((this.orderCodeIdField.Equals(value) != true)) {
|
this.orderCodeIdField = value;
|
this.RaisePropertyChanged("orderCodeId");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public System.Nullable<int> orderType {
|
get {
|
return this.orderTypeField;
|
}
|
set {
|
if ((this.orderTypeField.Equals(value) != true)) {
|
this.orderTypeField = value;
|
this.RaisePropertyChanged("orderType");
|
}
|
}
|
}
|
|
[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 System.Nullable<int> quantity {
|
get {
|
return this.quantityField;
|
}
|
set {
|
if ((this.quantityField.Equals(value) != true)) {
|
this.quantityField = value;
|
this.RaisePropertyChanged("quantity");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string siteCode {
|
get {
|
return this.siteCodeField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.siteCodeField, value) != true)) {
|
this.siteCodeField = value;
|
this.RaisePropertyChanged("siteCode");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string sourcePlace {
|
get {
|
return this.sourcePlaceField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.sourcePlaceField, value) != true)) {
|
this.sourcePlaceField = value;
|
this.RaisePropertyChanged("sourcePlace");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public System.Nullable<byte> status {
|
get {
|
return this.statusField;
|
}
|
set {
|
if ((this.statusField.Equals(value) != true)) {
|
this.statusField = value;
|
this.RaisePropertyChanged("status");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string supplier {
|
get {
|
return this.supplierField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.supplierField, value) != true)) {
|
this.supplierField = value;
|
this.RaisePropertyChanged("supplier");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string toPlace {
|
get {
|
return this.toPlaceField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.toPlaceField, value) != true)) {
|
this.toPlaceField = value;
|
this.RaisePropertyChanged("toPlace");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string version {
|
get {
|
return this.versionField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.versionField, value) != true)) {
|
this.versionField = value;
|
this.RaisePropertyChanged("version");
|
}
|
}
|
}
|
|
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="resMsgOfv_inStockOrderFj0h9u9J", Namespace="http://schemas.datacontract.org/2004/07/yunneiWCS.EnumDefine")]
|
[System.SerializableAttribute()]
|
public partial class resMsgOfv_inStockOrderFj0h9u9J : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
|
|
[System.NonSerializedAttribute()]
|
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private WMS.yunneiWCS.v_inStockOrder[] dateField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private WMS.yunneiWCS.v_inStockOrder[] 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.v_inStockOrder[] 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.v_inStockOrder[] 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_V2_Mes", Namespace="http://schemas.datacontract.org/2004/07/yunneiWCS.ORM")]
|
[System.SerializableAttribute()]
|
public partial class Wms_outInStockRecord_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 MesRetField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string RemarkField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private System.Nullable<System.DateTime> SendToMesTimeField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string containerCodeField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private System.Nullable<int> isSendToMesField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string materialCodeField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string materialNameField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private System.Nullable<int> outInFlagField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string outInFlagNameField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private System.Nullable<int> qtyField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string sourcePlaceField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string supplierField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string taskIdField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string taskNameField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private System.Nullable<int> taskTypeField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string taskTypeNameField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string toPlaceField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string versionField;
|
|
[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 MesRet {
|
get {
|
return this.MesRetField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.MesRetField, value) != true)) {
|
this.MesRetField = value;
|
this.RaisePropertyChanged("MesRet");
|
}
|
}
|
}
|
|
[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<System.DateTime> SendToMesTime {
|
get {
|
return this.SendToMesTimeField;
|
}
|
set {
|
if ((this.SendToMesTimeField.Equals(value) != true)) {
|
this.SendToMesTimeField = value;
|
this.RaisePropertyChanged("SendToMesTime");
|
}
|
}
|
}
|
|
[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<int> isSendToMes {
|
get {
|
return this.isSendToMesField;
|
}
|
set {
|
if ((this.isSendToMesField.Equals(value) != true)) {
|
this.isSendToMesField = value;
|
this.RaisePropertyChanged("isSendToMes");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string materialCode {
|
get {
|
return this.materialCodeField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.materialCodeField, value) != true)) {
|
this.materialCodeField = value;
|
this.RaisePropertyChanged("materialCode");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string materialName {
|
get {
|
return this.materialNameField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.materialNameField, value) != true)) {
|
this.materialNameField = value;
|
this.RaisePropertyChanged("materialName");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public System.Nullable<int> outInFlag {
|
get {
|
return this.outInFlagField;
|
}
|
set {
|
if ((this.outInFlagField.Equals(value) != true)) {
|
this.outInFlagField = value;
|
this.RaisePropertyChanged("outInFlag");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string outInFlagName {
|
get {
|
return this.outInFlagNameField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.outInFlagNameField, value) != true)) {
|
this.outInFlagNameField = value;
|
this.RaisePropertyChanged("outInFlagName");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public System.Nullable<int> qty {
|
get {
|
return this.qtyField;
|
}
|
set {
|
if ((this.qtyField.Equals(value) != true)) {
|
this.qtyField = value;
|
this.RaisePropertyChanged("qty");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string sourcePlace {
|
get {
|
return this.sourcePlaceField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.sourcePlaceField, value) != true)) {
|
this.sourcePlaceField = value;
|
this.RaisePropertyChanged("sourcePlace");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string supplier {
|
get {
|
return this.supplierField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.supplierField, value) != true)) {
|
this.supplierField = value;
|
this.RaisePropertyChanged("supplier");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string taskId {
|
get {
|
return this.taskIdField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.taskIdField, value) != true)) {
|
this.taskIdField = value;
|
this.RaisePropertyChanged("taskId");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string taskName {
|
get {
|
return this.taskNameField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.taskNameField, value) != true)) {
|
this.taskNameField = value;
|
this.RaisePropertyChanged("taskName");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public System.Nullable<int> taskType {
|
get {
|
return this.taskTypeField;
|
}
|
set {
|
if ((this.taskTypeField.Equals(value) != true)) {
|
this.taskTypeField = value;
|
this.RaisePropertyChanged("taskType");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string taskTypeName {
|
get {
|
return this.taskTypeNameField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.taskTypeNameField, value) != true)) {
|
this.taskTypeNameField = value;
|
this.RaisePropertyChanged("taskTypeName");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string toPlace {
|
get {
|
return this.toPlaceField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.toPlaceField, value) != true)) {
|
this.toPlaceField = value;
|
this.RaisePropertyChanged("toPlace");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string version {
|
get {
|
return this.versionField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.versionField, value) != true)) {
|
this.versionField = value;
|
this.RaisePropertyChanged("version");
|
}
|
}
|
}
|
|
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_V2_MesFj0h9u9J", Namespace="http://schemas.datacontract.org/2004/07/yunneiWCS.EnumDefine")]
|
[System.SerializableAttribute()]
|
public partial class resMsgOfWms_outInStockRecord_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_V2_Mes[] dateField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private WMS.yunneiWCS.Wms_outInStockRecord_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_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_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.NonSerializedAttribute()]
|
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private WMS.yunneiWCS.position[] dateField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private WMS.yunneiWCS.position[] 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.position[] 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.position[] 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="position", Namespace="http://schemas.datacontract.org/2004/07/yunneiWCS.ORM")]
|
[System.SerializableAttribute()]
|
public partial class position : 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> LastModifyTimeField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private System.Nullable<byte> colField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private System.Nullable<bool> enableField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private System.Nullable<bool> isLockField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private System.Nullable<bool> isfreeField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string lastModifierField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private System.Nullable<byte> layerField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private long positionIdField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string positionNameField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private System.Nullable<byte> positionTypeField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private System.Nullable<int> quantityField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string remarkField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private System.Nullable<byte> rowField;
|
|
[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> LastModifyTime {
|
get {
|
return this.LastModifyTimeField;
|
}
|
set {
|
if ((this.LastModifyTimeField.Equals(value) != true)) {
|
this.LastModifyTimeField = value;
|
this.RaisePropertyChanged("LastModifyTime");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public System.Nullable<byte> col {
|
get {
|
return this.colField;
|
}
|
set {
|
if ((this.colField.Equals(value) != true)) {
|
this.colField = value;
|
this.RaisePropertyChanged("col");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public System.Nullable<bool> enable {
|
get {
|
return this.enableField;
|
}
|
set {
|
if ((this.enableField.Equals(value) != true)) {
|
this.enableField = value;
|
this.RaisePropertyChanged("enable");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public System.Nullable<bool> isLock {
|
get {
|
return this.isLockField;
|
}
|
set {
|
if ((this.isLockField.Equals(value) != true)) {
|
this.isLockField = value;
|
this.RaisePropertyChanged("isLock");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public System.Nullable<bool> isfree {
|
get {
|
return this.isfreeField;
|
}
|
set {
|
if ((this.isfreeField.Equals(value) != true)) {
|
this.isfreeField = value;
|
this.RaisePropertyChanged("isfree");
|
}
|
}
|
}
|
|
[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<byte> layer {
|
get {
|
return this.layerField;
|
}
|
set {
|
if ((this.layerField.Equals(value) != true)) {
|
this.layerField = value;
|
this.RaisePropertyChanged("layer");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public long positionId {
|
get {
|
return this.positionIdField;
|
}
|
set {
|
if ((this.positionIdField.Equals(value) != true)) {
|
this.positionIdField = value;
|
this.RaisePropertyChanged("positionId");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string positionName {
|
get {
|
return this.positionNameField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.positionNameField, value) != true)) {
|
this.positionNameField = value;
|
this.RaisePropertyChanged("positionName");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public System.Nullable<byte> positionType {
|
get {
|
return this.positionTypeField;
|
}
|
set {
|
if ((this.positionTypeField.Equals(value) != true)) {
|
this.positionTypeField = value;
|
this.RaisePropertyChanged("positionType");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public System.Nullable<int> quantity {
|
get {
|
return this.quantityField;
|
}
|
set {
|
if ((this.quantityField.Equals(value) != true)) {
|
this.quantityField = value;
|
this.RaisePropertyChanged("quantity");
|
}
|
}
|
}
|
|
[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<byte> row {
|
get {
|
return this.rowField;
|
}
|
set {
|
if ((this.rowField.Equals(value) != true)) {
|
this.rowField = value;
|
this.RaisePropertyChanged("row");
|
}
|
}
|
}
|
|
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="resMsgOftaskFj0h9u9J", Namespace="http://schemas.datacontract.org/2004/07/yunneiWCS.EnumDefine")]
|
[System.SerializableAttribute()]
|
public partial class resMsgOftaskFj0h9u9J : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
|
|
[System.NonSerializedAttribute()]
|
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private WMS.yunneiWCS.task[] dateField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private WMS.yunneiWCS.task[] 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.task[] 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.task[] 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="task", Namespace="http://schemas.datacontract.org/2004/07/yunneiWCS.ORM")]
|
[System.SerializableAttribute()]
|
public partial class task : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
|
|
[System.NonSerializedAttribute()]
|
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string AgvTaskNoField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private System.Nullable<System.DateTime> LastModifyTimeField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string PlcTaskNoField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string SendTotianyongRemarkField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private System.Nullable<System.DateTime> SendTotianyongTimeField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private System.Nullable<int> areaField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string containerCodeField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string createListCodeField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private System.Nullable<System.DateTime> createTimeField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string creatorField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private System.Nullable<System.DateTime> finishTimeField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string forceCompleteReasonField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private System.Nullable<System.DateTime> forceCompleteTimeField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string forceCompleteUserField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private System.Nullable<int> isForceCompleteField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string isForceCompleteNameField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private System.Nullable<int> isQueLiaoField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private System.Nullable<int> isSendTotianyongField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string isSendTotianyongNameField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string lastModifierField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string materialCodeField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string materialNameField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string mesReplyField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string middlePlaceField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private System.Nullable<int> priorityField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private System.Nullable<int> quantityField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string queLiaoSupplierField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string remarkField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private System.Nullable<int> sendMesedField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string sourcePlaceField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string supplierField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private long taskIdField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string taskNameField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private System.Nullable<int> taskStatusField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private System.Nullable<int> taskTypeField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string taskTypeNameField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string toPlaceField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string versionField;
|
|
[global::System.ComponentModel.BrowsableAttribute(false)]
|
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
|
get {
|
return this.extensionDataField;
|
}
|
set {
|
this.extensionDataField = value;
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string AgvTaskNo {
|
get {
|
return this.AgvTaskNoField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.AgvTaskNoField, value) != true)) {
|
this.AgvTaskNoField = value;
|
this.RaisePropertyChanged("AgvTaskNo");
|
}
|
}
|
}
|
|
[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 PlcTaskNo {
|
get {
|
return this.PlcTaskNoField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.PlcTaskNoField, value) != true)) {
|
this.PlcTaskNoField = value;
|
this.RaisePropertyChanged("PlcTaskNo");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string SendTotianyongRemark {
|
get {
|
return this.SendTotianyongRemarkField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.SendTotianyongRemarkField, value) != true)) {
|
this.SendTotianyongRemarkField = value;
|
this.RaisePropertyChanged("SendTotianyongRemark");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public System.Nullable<System.DateTime> SendTotianyongTime {
|
get {
|
return this.SendTotianyongTimeField;
|
}
|
set {
|
if ((this.SendTotianyongTimeField.Equals(value) != true)) {
|
this.SendTotianyongTimeField = value;
|
this.RaisePropertyChanged("SendTotianyongTime");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public System.Nullable<int> area {
|
get {
|
return this.areaField;
|
}
|
set {
|
if ((this.areaField.Equals(value) != true)) {
|
this.areaField = value;
|
this.RaisePropertyChanged("area");
|
}
|
}
|
}
|
|
[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 string createListCode {
|
get {
|
return this.createListCodeField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.createListCodeField, value) != true)) {
|
this.createListCodeField = value;
|
this.RaisePropertyChanged("createListCode");
|
}
|
}
|
}
|
|
[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 System.Nullable<System.DateTime> finishTime {
|
get {
|
return this.finishTimeField;
|
}
|
set {
|
if ((this.finishTimeField.Equals(value) != true)) {
|
this.finishTimeField = value;
|
this.RaisePropertyChanged("finishTime");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string forceCompleteReason {
|
get {
|
return this.forceCompleteReasonField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.forceCompleteReasonField, value) != true)) {
|
this.forceCompleteReasonField = value;
|
this.RaisePropertyChanged("forceCompleteReason");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public System.Nullable<System.DateTime> forceCompleteTime {
|
get {
|
return this.forceCompleteTimeField;
|
}
|
set {
|
if ((this.forceCompleteTimeField.Equals(value) != true)) {
|
this.forceCompleteTimeField = value;
|
this.RaisePropertyChanged("forceCompleteTime");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string forceCompleteUser {
|
get {
|
return this.forceCompleteUserField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.forceCompleteUserField, value) != true)) {
|
this.forceCompleteUserField = value;
|
this.RaisePropertyChanged("forceCompleteUser");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public System.Nullable<int> isForceComplete {
|
get {
|
return this.isForceCompleteField;
|
}
|
set {
|
if ((this.isForceCompleteField.Equals(value) != true)) {
|
this.isForceCompleteField = value;
|
this.RaisePropertyChanged("isForceComplete");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string isForceCompleteName {
|
get {
|
return this.isForceCompleteNameField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.isForceCompleteNameField, value) != true)) {
|
this.isForceCompleteNameField = value;
|
this.RaisePropertyChanged("isForceCompleteName");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public System.Nullable<int> isQueLiao {
|
get {
|
return this.isQueLiaoField;
|
}
|
set {
|
if ((this.isQueLiaoField.Equals(value) != true)) {
|
this.isQueLiaoField = value;
|
this.RaisePropertyChanged("isQueLiao");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public System.Nullable<int> isSendTotianyong {
|
get {
|
return this.isSendTotianyongField;
|
}
|
set {
|
if ((this.isSendTotianyongField.Equals(value) != true)) {
|
this.isSendTotianyongField = value;
|
this.RaisePropertyChanged("isSendTotianyong");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string isSendTotianyongName {
|
get {
|
return this.isSendTotianyongNameField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.isSendTotianyongNameField, value) != true)) {
|
this.isSendTotianyongNameField = value;
|
this.RaisePropertyChanged("isSendTotianyongName");
|
}
|
}
|
}
|
|
[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 string materialCode {
|
get {
|
return this.materialCodeField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.materialCodeField, value) != true)) {
|
this.materialCodeField = value;
|
this.RaisePropertyChanged("materialCode");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string materialName {
|
get {
|
return this.materialNameField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.materialNameField, value) != true)) {
|
this.materialNameField = value;
|
this.RaisePropertyChanged("materialName");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string mesReply {
|
get {
|
return this.mesReplyField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.mesReplyField, value) != true)) {
|
this.mesReplyField = value;
|
this.RaisePropertyChanged("mesReply");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string middlePlace {
|
get {
|
return this.middlePlaceField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.middlePlaceField, value) != true)) {
|
this.middlePlaceField = value;
|
this.RaisePropertyChanged("middlePlace");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public System.Nullable<int> priority {
|
get {
|
return this.priorityField;
|
}
|
set {
|
if ((this.priorityField.Equals(value) != true)) {
|
this.priorityField = value;
|
this.RaisePropertyChanged("priority");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public System.Nullable<int> quantity {
|
get {
|
return this.quantityField;
|
}
|
set {
|
if ((this.quantityField.Equals(value) != true)) {
|
this.quantityField = value;
|
this.RaisePropertyChanged("quantity");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string queLiaoSupplier {
|
get {
|
return this.queLiaoSupplierField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.queLiaoSupplierField, value) != true)) {
|
this.queLiaoSupplierField = value;
|
this.RaisePropertyChanged("queLiaoSupplier");
|
}
|
}
|
}
|
|
[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<int> sendMesed {
|
get {
|
return this.sendMesedField;
|
}
|
set {
|
if ((this.sendMesedField.Equals(value) != true)) {
|
this.sendMesedField = value;
|
this.RaisePropertyChanged("sendMesed");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string sourcePlace {
|
get {
|
return this.sourcePlaceField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.sourcePlaceField, value) != true)) {
|
this.sourcePlaceField = value;
|
this.RaisePropertyChanged("sourcePlace");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string supplier {
|
get {
|
return this.supplierField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.supplierField, value) != true)) {
|
this.supplierField = value;
|
this.RaisePropertyChanged("supplier");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public long taskId {
|
get {
|
return this.taskIdField;
|
}
|
set {
|
if ((this.taskIdField.Equals(value) != true)) {
|
this.taskIdField = value;
|
this.RaisePropertyChanged("taskId");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string taskName {
|
get {
|
return this.taskNameField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.taskNameField, value) != true)) {
|
this.taskNameField = value;
|
this.RaisePropertyChanged("taskName");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public System.Nullable<int> taskStatus {
|
get {
|
return this.taskStatusField;
|
}
|
set {
|
if ((this.taskStatusField.Equals(value) != true)) {
|
this.taskStatusField = value;
|
this.RaisePropertyChanged("taskStatus");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public System.Nullable<int> taskType {
|
get {
|
return this.taskTypeField;
|
}
|
set {
|
if ((this.taskTypeField.Equals(value) != true)) {
|
this.taskTypeField = value;
|
this.RaisePropertyChanged("taskType");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string taskTypeName {
|
get {
|
return this.taskTypeNameField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.taskTypeNameField, value) != true)) {
|
this.taskTypeNameField = value;
|
this.RaisePropertyChanged("taskTypeName");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string toPlace {
|
get {
|
return this.toPlaceField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.toPlaceField, value) != true)) {
|
this.toPlaceField = value;
|
this.RaisePropertyChanged("toPlace");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string version {
|
get {
|
return this.versionField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.versionField, value) != true)) {
|
this.versionField = value;
|
this.RaisePropertyChanged("version");
|
}
|
}
|
}
|
|
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="resMsgOfroleVsModuleFj0h9u9J", Namespace="http://schemas.datacontract.org/2004/07/yunneiWCS.EnumDefine")]
|
[System.SerializableAttribute()]
|
public partial class resMsgOfroleVsModuleFj0h9u9J : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
|
|
[System.NonSerializedAttribute()]
|
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private WMS.yunneiWCS.roleVsModule[] dateField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private WMS.yunneiWCS.roleVsModule[] 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.roleVsModule[] 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.roleVsModule[] 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="roleVsModule", Namespace="http://schemas.datacontract.org/2004/07/yunneiWCS.ORM")]
|
[System.SerializableAttribute()]
|
public partial class roleVsModule : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
|
|
[System.NonSerializedAttribute()]
|
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private int idField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private System.Nullable<int> moduleIdField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private System.Nullable<int> roleIdField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string valueField;
|
|
[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 id {
|
get {
|
return this.idField;
|
}
|
set {
|
if ((this.idField.Equals(value) != true)) {
|
this.idField = value;
|
this.RaisePropertyChanged("id");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public System.Nullable<int> moduleId {
|
get {
|
return this.moduleIdField;
|
}
|
set {
|
if ((this.moduleIdField.Equals(value) != true)) {
|
this.moduleIdField = value;
|
this.RaisePropertyChanged("moduleId");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public System.Nullable<int> roleId {
|
get {
|
return this.roleIdField;
|
}
|
set {
|
if ((this.roleIdField.Equals(value) != true)) {
|
this.roleIdField = value;
|
this.RaisePropertyChanged("roleId");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string value {
|
get {
|
return this.valueField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.valueField, value) != true)) {
|
this.valueField = value;
|
this.RaisePropertyChanged("value");
|
}
|
}
|
}
|
|
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="VproductStock", Namespace="http://schemas.datacontract.org/2004/07/yunneiWCS.ORM")]
|
[System.SerializableAttribute()]
|
public partial class VproductStock : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
|
|
[System.NonSerializedAttribute()]
|
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string containerCodeField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private System.Nullable<System.DateTime> createTimeField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private System.Nullable<bool> enableField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private System.Nullable<bool> isLockField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private System.Nullable<bool> isfreeField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string materialCodeField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private long materialIdField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string materialNameField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private long positionIdField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string positionNameField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private System.Nullable<byte> positionTypeField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string productCodeField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private System.Nullable<int> quantityField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private System.Nullable<int> statusField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private long stockIdField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string supplierField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private System.Nullable<int> taskTypeField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private System.Nullable<System.DateTime> updateTimeField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string versionField;
|
|
[global::System.ComponentModel.BrowsableAttribute(false)]
|
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
|
get {
|
return this.extensionDataField;
|
}
|
set {
|
this.extensionDataField = value;
|
}
|
}
|
|
[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<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 System.Nullable<bool> enable {
|
get {
|
return this.enableField;
|
}
|
set {
|
if ((this.enableField.Equals(value) != true)) {
|
this.enableField = value;
|
this.RaisePropertyChanged("enable");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public System.Nullable<bool> isLock {
|
get {
|
return this.isLockField;
|
}
|
set {
|
if ((this.isLockField.Equals(value) != true)) {
|
this.isLockField = value;
|
this.RaisePropertyChanged("isLock");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public System.Nullable<bool> isfree {
|
get {
|
return this.isfreeField;
|
}
|
set {
|
if ((this.isfreeField.Equals(value) != true)) {
|
this.isfreeField = value;
|
this.RaisePropertyChanged("isfree");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string materialCode {
|
get {
|
return this.materialCodeField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.materialCodeField, value) != true)) {
|
this.materialCodeField = value;
|
this.RaisePropertyChanged("materialCode");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public long materialId {
|
get {
|
return this.materialIdField;
|
}
|
set {
|
if ((this.materialIdField.Equals(value) != true)) {
|
this.materialIdField = value;
|
this.RaisePropertyChanged("materialId");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string materialName {
|
get {
|
return this.materialNameField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.materialNameField, value) != true)) {
|
this.materialNameField = value;
|
this.RaisePropertyChanged("materialName");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public long positionId {
|
get {
|
return this.positionIdField;
|
}
|
set {
|
if ((this.positionIdField.Equals(value) != true)) {
|
this.positionIdField = value;
|
this.RaisePropertyChanged("positionId");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string positionName {
|
get {
|
return this.positionNameField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.positionNameField, value) != true)) {
|
this.positionNameField = value;
|
this.RaisePropertyChanged("positionName");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public System.Nullable<byte> positionType {
|
get {
|
return this.positionTypeField;
|
}
|
set {
|
if ((this.positionTypeField.Equals(value) != true)) {
|
this.positionTypeField = value;
|
this.RaisePropertyChanged("positionType");
|
}
|
}
|
}
|
|
[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 System.Nullable<int> quantity {
|
get {
|
return this.quantityField;
|
}
|
set {
|
if ((this.quantityField.Equals(value) != true)) {
|
this.quantityField = value;
|
this.RaisePropertyChanged("quantity");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public System.Nullable<int> status {
|
get {
|
return this.statusField;
|
}
|
set {
|
if ((this.statusField.Equals(value) != true)) {
|
this.statusField = value;
|
this.RaisePropertyChanged("status");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public long stockId {
|
get {
|
return this.stockIdField;
|
}
|
set {
|
if ((this.stockIdField.Equals(value) != true)) {
|
this.stockIdField = value;
|
this.RaisePropertyChanged("stockId");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string supplier {
|
get {
|
return this.supplierField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.supplierField, value) != true)) {
|
this.supplierField = value;
|
this.RaisePropertyChanged("supplier");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public System.Nullable<int> taskType {
|
get {
|
return this.taskTypeField;
|
}
|
set {
|
if ((this.taskTypeField.Equals(value) != true)) {
|
this.taskTypeField = value;
|
this.RaisePropertyChanged("taskType");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public System.Nullable<System.DateTime> updateTime {
|
get {
|
return this.updateTimeField;
|
}
|
set {
|
if ((this.updateTimeField.Equals(value) != true)) {
|
this.updateTimeField = value;
|
this.RaisePropertyChanged("updateTime");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string version {
|
get {
|
return this.versionField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.versionField, value) != true)) {
|
this.versionField = value;
|
this.RaisePropertyChanged("version");
|
}
|
}
|
}
|
|
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="resMsgOfVproductStockFj0h9u9J", Namespace="http://schemas.datacontract.org/2004/07/yunneiWCS.EnumDefine")]
|
[System.SerializableAttribute()]
|
public partial class resMsgOfVproductStockFj0h9u9J : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
|
|
[System.NonSerializedAttribute()]
|
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private WMS.yunneiWCS.VproductStock[] dateField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private WMS.yunneiWCS.VproductStock[] 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.VproductStock[] 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.VproductStock[] 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="MyVproductStock", Namespace="http://schemas.datacontract.org/2004/07/yunneiWCS")]
|
[System.SerializableAttribute()]
|
public partial class MyVproductStock : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
|
|
[System.NonSerializedAttribute()]
|
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string containerCodeField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private System.Nullable<System.DateTime> createTimeField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private System.Nullable<bool> enableField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private System.Nullable<bool> isLockField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private System.Nullable<bool> isfreeField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string materialCodeField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private System.Nullable<long> materialIdField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string materialNameField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private System.Nullable<long> positionIdField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string positionNameField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private System.Nullable<byte> positionTypeField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string productCodeField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private System.Nullable<int> quantityField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private System.Nullable<int> statusField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string supplierField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private System.Nullable<int> taskTypeField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private System.Nullable<System.DateTime> updateTimeField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string versionField;
|
|
[global::System.ComponentModel.BrowsableAttribute(false)]
|
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
|
get {
|
return this.extensionDataField;
|
}
|
set {
|
this.extensionDataField = value;
|
}
|
}
|
|
[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<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 System.Nullable<bool> enable {
|
get {
|
return this.enableField;
|
}
|
set {
|
if ((this.enableField.Equals(value) != true)) {
|
this.enableField = value;
|
this.RaisePropertyChanged("enable");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public System.Nullable<bool> isLock {
|
get {
|
return this.isLockField;
|
}
|
set {
|
if ((this.isLockField.Equals(value) != true)) {
|
this.isLockField = value;
|
this.RaisePropertyChanged("isLock");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public System.Nullable<bool> isfree {
|
get {
|
return this.isfreeField;
|
}
|
set {
|
if ((this.isfreeField.Equals(value) != true)) {
|
this.isfreeField = value;
|
this.RaisePropertyChanged("isfree");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string materialCode {
|
get {
|
return this.materialCodeField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.materialCodeField, value) != true)) {
|
this.materialCodeField = value;
|
this.RaisePropertyChanged("materialCode");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public System.Nullable<long> materialId {
|
get {
|
return this.materialIdField;
|
}
|
set {
|
if ((this.materialIdField.Equals(value) != true)) {
|
this.materialIdField = value;
|
this.RaisePropertyChanged("materialId");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string materialName {
|
get {
|
return this.materialNameField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.materialNameField, value) != true)) {
|
this.materialNameField = value;
|
this.RaisePropertyChanged("materialName");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public System.Nullable<long> positionId {
|
get {
|
return this.positionIdField;
|
}
|
set {
|
if ((this.positionIdField.Equals(value) != true)) {
|
this.positionIdField = value;
|
this.RaisePropertyChanged("positionId");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string positionName {
|
get {
|
return this.positionNameField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.positionNameField, value) != true)) {
|
this.positionNameField = value;
|
this.RaisePropertyChanged("positionName");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public System.Nullable<byte> positionType {
|
get {
|
return this.positionTypeField;
|
}
|
set {
|
if ((this.positionTypeField.Equals(value) != true)) {
|
this.positionTypeField = value;
|
this.RaisePropertyChanged("positionType");
|
}
|
}
|
}
|
|
[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 System.Nullable<int> quantity {
|
get {
|
return this.quantityField;
|
}
|
set {
|
if ((this.quantityField.Equals(value) != true)) {
|
this.quantityField = value;
|
this.RaisePropertyChanged("quantity");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public System.Nullable<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 supplier {
|
get {
|
return this.supplierField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.supplierField, value) != true)) {
|
this.supplierField = value;
|
this.RaisePropertyChanged("supplier");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public System.Nullable<int> taskType {
|
get {
|
return this.taskTypeField;
|
}
|
set {
|
if ((this.taskTypeField.Equals(value) != true)) {
|
this.taskTypeField = value;
|
this.RaisePropertyChanged("taskType");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public System.Nullable<System.DateTime> updateTime {
|
get {
|
return this.updateTimeField;
|
}
|
set {
|
if ((this.updateTimeField.Equals(value) != true)) {
|
this.updateTimeField = value;
|
this.RaisePropertyChanged("updateTime");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string version {
|
get {
|
return this.versionField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.versionField, value) != true)) {
|
this.versionField = value;
|
this.RaisePropertyChanged("version");
|
}
|
}
|
}
|
|
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="resMsgOfproductStockListFj0h9u9J", Namespace="http://schemas.datacontract.org/2004/07/yunneiWCS.EnumDefine")]
|
[System.SerializableAttribute()]
|
public partial class resMsgOfproductStockListFj0h9u9J : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
|
|
[System.NonSerializedAttribute()]
|
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private WMS.yunneiWCS.productStockList[] dateField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private WMS.yunneiWCS.productStockList[] 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.productStockList[] 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.productStockList[] 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="productStockList", Namespace="http://schemas.datacontract.org/2004/07/yunneiWCS.ORM")]
|
[System.SerializableAttribute()]
|
public partial class productStockList : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
|
|
[System.NonSerializedAttribute()]
|
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string productCodeField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string productNameField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string serialNumberField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private System.Nullable<int> statusField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private System.Nullable<long> stockIdField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private long stockListIdField;
|
|
[global::System.ComponentModel.BrowsableAttribute(false)]
|
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
|
get {
|
return this.extensionDataField;
|
}
|
set {
|
this.extensionDataField = value;
|
}
|
}
|
|
[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");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public System.Nullable<int> status {
|
get {
|
return this.statusField;
|
}
|
set {
|
if ((this.statusField.Equals(value) != true)) {
|
this.statusField = value;
|
this.RaisePropertyChanged("status");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public System.Nullable<long> stockId {
|
get {
|
return this.stockIdField;
|
}
|
set {
|
if ((this.stockIdField.Equals(value) != true)) {
|
this.stockIdField = value;
|
this.RaisePropertyChanged("stockId");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public long stockListId {
|
get {
|
return this.stockListIdField;
|
}
|
set {
|
if ((this.stockListIdField.Equals(value) != true)) {
|
this.stockListIdField = value;
|
this.RaisePropertyChanged("stockListId");
|
}
|
}
|
}
|
|
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="resMsgOftaskRecordFj0h9u9J", Namespace="http://schemas.datacontract.org/2004/07/yunneiWCS.EnumDefine")]
|
[System.SerializableAttribute()]
|
public partial class resMsgOftaskRecordFj0h9u9J : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
|
|
[System.NonSerializedAttribute()]
|
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private WMS.yunneiWCS.taskRecord[] dateField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private WMS.yunneiWCS.taskRecord[] 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.taskRecord[] 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.taskRecord[] 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="taskRecord", Namespace="http://schemas.datacontract.org/2004/07/yunneiWCS.ORM")]
|
[System.SerializableAttribute()]
|
public partial class taskRecord : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
|
|
[System.NonSerializedAttribute()]
|
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string AgvTaskNoField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string PlcTaskNoField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private System.Nullable<System.DateTime> createTimeField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private long recordIdField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string sourcePlaceField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private System.Nullable<long> taskIdField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string taskInfoField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string toPlaceField;
|
|
[global::System.ComponentModel.BrowsableAttribute(false)]
|
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
|
get {
|
return this.extensionDataField;
|
}
|
set {
|
this.extensionDataField = value;
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string AgvTaskNo {
|
get {
|
return this.AgvTaskNoField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.AgvTaskNoField, value) != true)) {
|
this.AgvTaskNoField = value;
|
this.RaisePropertyChanged("AgvTaskNo");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string PlcTaskNo {
|
get {
|
return this.PlcTaskNoField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.PlcTaskNoField, value) != true)) {
|
this.PlcTaskNoField = value;
|
this.RaisePropertyChanged("PlcTaskNo");
|
}
|
}
|
}
|
|
[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 long recordId {
|
get {
|
return this.recordIdField;
|
}
|
set {
|
if ((this.recordIdField.Equals(value) != true)) {
|
this.recordIdField = value;
|
this.RaisePropertyChanged("recordId");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string sourcePlace {
|
get {
|
return this.sourcePlaceField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.sourcePlaceField, value) != true)) {
|
this.sourcePlaceField = value;
|
this.RaisePropertyChanged("sourcePlace");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public System.Nullable<long> taskId {
|
get {
|
return this.taskIdField;
|
}
|
set {
|
if ((this.taskIdField.Equals(value) != true)) {
|
this.taskIdField = value;
|
this.RaisePropertyChanged("taskId");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string taskInfo {
|
get {
|
return this.taskInfoField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.taskInfoField, value) != true)) {
|
this.taskInfoField = value;
|
this.RaisePropertyChanged("taskInfo");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string toPlace {
|
get {
|
return this.toPlaceField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.toPlaceField, value) != true)) {
|
this.toPlaceField = value;
|
this.RaisePropertyChanged("toPlace");
|
}
|
}
|
}
|
|
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="convEntity", Namespace="http://schemas.datacontract.org/2004/07/yunneiWCS.EnumDefine")]
|
[System.SerializableAttribute()]
|
public partial class convEntity : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
|
|
[System.NonSerializedAttribute()]
|
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private bool W_GJJYField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private bool W_LoadMaterialConfirmField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string checkField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string handShakeField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string isAlarmField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string modeField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string positionField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private long taskIdField;
|
|
[global::System.ComponentModel.BrowsableAttribute(false)]
|
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
|
get {
|
return this.extensionDataField;
|
}
|
set {
|
this.extensionDataField = value;
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public bool W_GJJY {
|
get {
|
return this.W_GJJYField;
|
}
|
set {
|
if ((this.W_GJJYField.Equals(value) != true)) {
|
this.W_GJJYField = value;
|
this.RaisePropertyChanged("W_GJJY");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public bool W_LoadMaterialConfirm {
|
get {
|
return this.W_LoadMaterialConfirmField;
|
}
|
set {
|
if ((this.W_LoadMaterialConfirmField.Equals(value) != true)) {
|
this.W_LoadMaterialConfirmField = value;
|
this.RaisePropertyChanged("W_LoadMaterialConfirm");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string check {
|
get {
|
return this.checkField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.checkField, value) != true)) {
|
this.checkField = value;
|
this.RaisePropertyChanged("check");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string handShake {
|
get {
|
return this.handShakeField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.handShakeField, value) != true)) {
|
this.handShakeField = value;
|
this.RaisePropertyChanged("handShake");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string isAlarm {
|
get {
|
return this.isAlarmField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.isAlarmField, value) != true)) {
|
this.isAlarmField = value;
|
this.RaisePropertyChanged("isAlarm");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string mode {
|
get {
|
return this.modeField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.modeField, value) != true)) {
|
this.modeField = value;
|
this.RaisePropertyChanged("mode");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string position {
|
get {
|
return this.positionField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.positionField, value) != true)) {
|
this.positionField = value;
|
this.RaisePropertyChanged("position");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public long taskId {
|
get {
|
return this.taskIdField;
|
}
|
set {
|
if ((this.taskIdField.Equals(value) != true)) {
|
this.taskIdField = value;
|
this.RaisePropertyChanged("taskId");
|
}
|
}
|
}
|
|
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="srmEntity", Namespace="http://schemas.datacontract.org/2004/07/yunneiWCS.EnumDefine")]
|
[System.SerializableAttribute()]
|
public partial class srmEntity : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
|
|
[System.NonSerializedAttribute()]
|
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string Alarm_infoField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private long TaskIDField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string handShakeField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string haveGoodsField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string modeField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string posYField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string posZField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string srmTaskExcuteNameField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string stateField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string stateDetailNameField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string stbField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string taskFinishField;
|
|
[global::System.ComponentModel.BrowsableAttribute(false)]
|
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
|
get {
|
return this.extensionDataField;
|
}
|
set {
|
this.extensionDataField = value;
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string Alarm_info {
|
get {
|
return this.Alarm_infoField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.Alarm_infoField, value) != true)) {
|
this.Alarm_infoField = value;
|
this.RaisePropertyChanged("Alarm_info");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public long TaskID {
|
get {
|
return this.TaskIDField;
|
}
|
set {
|
if ((this.TaskIDField.Equals(value) != true)) {
|
this.TaskIDField = value;
|
this.RaisePropertyChanged("TaskID");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string handShake {
|
get {
|
return this.handShakeField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.handShakeField, value) != true)) {
|
this.handShakeField = value;
|
this.RaisePropertyChanged("handShake");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string haveGoods {
|
get {
|
return this.haveGoodsField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.haveGoodsField, value) != true)) {
|
this.haveGoodsField = value;
|
this.RaisePropertyChanged("haveGoods");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string mode {
|
get {
|
return this.modeField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.modeField, value) != true)) {
|
this.modeField = value;
|
this.RaisePropertyChanged("mode");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string posY {
|
get {
|
return this.posYField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.posYField, value) != true)) {
|
this.posYField = value;
|
this.RaisePropertyChanged("posY");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string posZ {
|
get {
|
return this.posZField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.posZField, value) != true)) {
|
this.posZField = value;
|
this.RaisePropertyChanged("posZ");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string srmTaskExcuteName {
|
get {
|
return this.srmTaskExcuteNameField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.srmTaskExcuteNameField, value) != true)) {
|
this.srmTaskExcuteNameField = value;
|
this.RaisePropertyChanged("srmTaskExcuteName");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string state {
|
get {
|
return this.stateField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.stateField, value) != true)) {
|
this.stateField = value;
|
this.RaisePropertyChanged("state");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string stateDetailName {
|
get {
|
return this.stateDetailNameField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.stateDetailNameField, value) != true)) {
|
this.stateDetailNameField = value;
|
this.RaisePropertyChanged("stateDetailName");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string stb {
|
get {
|
return this.stbField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.stbField, value) != true)) {
|
this.stbField = value;
|
this.RaisePropertyChanged("stb");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string taskFinish {
|
get {
|
return this.taskFinishField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.taskFinishField, value) != true)) {
|
this.taskFinishField = value;
|
this.RaisePropertyChanged("taskFinish");
|
}
|
}
|
}
|
|
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="FunctionReturnEntityOfboolean", Namespace="http://schemas.datacontract.org/2004/07/yunneiWCS")]
|
[System.SerializableAttribute()]
|
public partial class FunctionReturnEntityOfboolean : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
|
|
[System.NonSerializedAttribute()]
|
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private bool resDataField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string resMsgField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private bool resultField;
|
|
[global::System.ComponentModel.BrowsableAttribute(false)]
|
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
|
get {
|
return this.extensionDataField;
|
}
|
set {
|
this.extensionDataField = value;
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public bool resData {
|
get {
|
return this.resDataField;
|
}
|
set {
|
if ((this.resDataField.Equals(value) != true)) {
|
this.resDataField = value;
|
this.RaisePropertyChanged("resData");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string resMsg {
|
get {
|
return this.resMsgField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.resMsgField, value) != true)) {
|
this.resMsgField = value;
|
this.RaisePropertyChanged("resMsg");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public bool result {
|
get {
|
return this.resultField;
|
}
|
set {
|
if ((this.resultField.Equals(value) != true)) {
|
this.resultField = value;
|
this.RaisePropertyChanged("result");
|
}
|
}
|
}
|
|
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="resMsgOfinStockOrderListFj0h9u9J", Namespace="http://schemas.datacontract.org/2004/07/yunneiWCS.EnumDefine")]
|
[System.SerializableAttribute()]
|
public partial class resMsgOfinStockOrderListFj0h9u9J : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
|
|
[System.NonSerializedAttribute()]
|
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private WMS.yunneiWCS.inStockOrderList[] dateField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private WMS.yunneiWCS.inStockOrderList[] 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.inStockOrderList[] 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.inStockOrderList[] 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="inStockOrderList", Namespace="http://schemas.datacontract.org/2004/07/yunneiWCS.ORM")]
|
[System.SerializableAttribute()]
|
public partial class inStockOrderList : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
|
|
[System.NonSerializedAttribute()]
|
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private int inStockOrderListIdField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private System.Nullable<int> orderCodeIdField;
|
|
[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 int inStockOrderListId {
|
get {
|
return this.inStockOrderListIdField;
|
}
|
set {
|
if ((this.inStockOrderListIdField.Equals(value) != true)) {
|
this.inStockOrderListIdField = value;
|
this.RaisePropertyChanged("inStockOrderListId");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public System.Nullable<int> orderCodeId {
|
get {
|
return this.orderCodeIdField;
|
}
|
set {
|
if ((this.orderCodeIdField.Equals(value) != true)) {
|
this.orderCodeIdField = value;
|
this.RaisePropertyChanged("orderCodeId");
|
}
|
}
|
}
|
|
[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="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.NonSerializedAttribute()]
|
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private WMS.yunneiWCS.outInStockRecord[] dateField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private WMS.yunneiWCS.outInStockRecord[] 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.outInStockRecord[] 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.outInStockRecord[] 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="outInStockRecord", Namespace="http://schemas.datacontract.org/2004/07/yunneiWCS.ORM")]
|
[System.SerializableAttribute()]
|
public partial class outInStockRecord : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
|
|
[System.NonSerializedAttribute()]
|
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string containerCodeField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private System.Nullable<System.DateTime> createTimeField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string materialCodeField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string materialNameField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private System.Nullable<int> quantityField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string sourcePlaceField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string supplierField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private long taskIdField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string taskNameField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private System.Nullable<int> taskTypeField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string toPlaceField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string versionField;
|
|
[global::System.ComponentModel.BrowsableAttribute(false)]
|
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
|
get {
|
return this.extensionDataField;
|
}
|
set {
|
this.extensionDataField = value;
|
}
|
}
|
|
[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<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 materialCode {
|
get {
|
return this.materialCodeField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.materialCodeField, value) != true)) {
|
this.materialCodeField = value;
|
this.RaisePropertyChanged("materialCode");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string materialName {
|
get {
|
return this.materialNameField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.materialNameField, value) != true)) {
|
this.materialNameField = value;
|
this.RaisePropertyChanged("materialName");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public System.Nullable<int> quantity {
|
get {
|
return this.quantityField;
|
}
|
set {
|
if ((this.quantityField.Equals(value) != true)) {
|
this.quantityField = value;
|
this.RaisePropertyChanged("quantity");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string sourcePlace {
|
get {
|
return this.sourcePlaceField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.sourcePlaceField, value) != true)) {
|
this.sourcePlaceField = value;
|
this.RaisePropertyChanged("sourcePlace");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string supplier {
|
get {
|
return this.supplierField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.supplierField, value) != true)) {
|
this.supplierField = value;
|
this.RaisePropertyChanged("supplier");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public long taskId {
|
get {
|
return this.taskIdField;
|
}
|
set {
|
if ((this.taskIdField.Equals(value) != true)) {
|
this.taskIdField = value;
|
this.RaisePropertyChanged("taskId");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string taskName {
|
get {
|
return this.taskNameField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.taskNameField, value) != true)) {
|
this.taskNameField = value;
|
this.RaisePropertyChanged("taskName");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public System.Nullable<int> taskType {
|
get {
|
return this.taskTypeField;
|
}
|
set {
|
if ((this.taskTypeField.Equals(value) != true)) {
|
this.taskTypeField = value;
|
this.RaisePropertyChanged("taskType");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string toPlace {
|
get {
|
return this.toPlaceField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.toPlaceField, value) != true)) {
|
this.toPlaceField = value;
|
this.RaisePropertyChanged("toPlace");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string version {
|
get {
|
return this.versionField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.versionField, value) != true)) {
|
this.versionField = value;
|
this.RaisePropertyChanged("version");
|
}
|
}
|
}
|
|
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", Namespace="http://schemas.datacontract.org/2004/07/yunneiWCS.ORM")]
|
[System.SerializableAttribute()]
|
public partial class Wms_outInStockRecord : 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 int IDField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string LastModifierField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private System.Nullable<System.DateTime> LastModifyTimeField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string MesRetField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string RemarkField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private System.Nullable<System.DateTime> SendToMesTimeField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string containerCodeField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private System.Nullable<int> isSendToMesField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string materialCodeField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string materialNameField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private System.Nullable<int> outInFlagField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string outInFlagNameField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private System.Nullable<int> qtyField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string sourcePlaceField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string supplierField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string taskIdField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string taskNameField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private System.Nullable<int> taskTypeField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string taskTypeNameField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string toPlaceField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string versionField;
|
|
[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 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 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 MesRet {
|
get {
|
return this.MesRetField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.MesRetField, value) != true)) {
|
this.MesRetField = value;
|
this.RaisePropertyChanged("MesRet");
|
}
|
}
|
}
|
|
[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<System.DateTime> SendToMesTime {
|
get {
|
return this.SendToMesTimeField;
|
}
|
set {
|
if ((this.SendToMesTimeField.Equals(value) != true)) {
|
this.SendToMesTimeField = value;
|
this.RaisePropertyChanged("SendToMesTime");
|
}
|
}
|
}
|
|
[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<int> isSendToMes {
|
get {
|
return this.isSendToMesField;
|
}
|
set {
|
if ((this.isSendToMesField.Equals(value) != true)) {
|
this.isSendToMesField = value;
|
this.RaisePropertyChanged("isSendToMes");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string materialCode {
|
get {
|
return this.materialCodeField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.materialCodeField, value) != true)) {
|
this.materialCodeField = value;
|
this.RaisePropertyChanged("materialCode");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string materialName {
|
get {
|
return this.materialNameField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.materialNameField, value) != true)) {
|
this.materialNameField = value;
|
this.RaisePropertyChanged("materialName");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public System.Nullable<int> outInFlag {
|
get {
|
return this.outInFlagField;
|
}
|
set {
|
if ((this.outInFlagField.Equals(value) != true)) {
|
this.outInFlagField = value;
|
this.RaisePropertyChanged("outInFlag");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string outInFlagName {
|
get {
|
return this.outInFlagNameField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.outInFlagNameField, value) != true)) {
|
this.outInFlagNameField = value;
|
this.RaisePropertyChanged("outInFlagName");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public System.Nullable<int> qty {
|
get {
|
return this.qtyField;
|
}
|
set {
|
if ((this.qtyField.Equals(value) != true)) {
|
this.qtyField = value;
|
this.RaisePropertyChanged("qty");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string sourcePlace {
|
get {
|
return this.sourcePlaceField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.sourcePlaceField, value) != true)) {
|
this.sourcePlaceField = value;
|
this.RaisePropertyChanged("sourcePlace");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string supplier {
|
get {
|
return this.supplierField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.supplierField, value) != true)) {
|
this.supplierField = value;
|
this.RaisePropertyChanged("supplier");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string taskId {
|
get {
|
return this.taskIdField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.taskIdField, value) != true)) {
|
this.taskIdField = value;
|
this.RaisePropertyChanged("taskId");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string taskName {
|
get {
|
return this.taskNameField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.taskNameField, value) != true)) {
|
this.taskNameField = value;
|
this.RaisePropertyChanged("taskName");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public System.Nullable<int> taskType {
|
get {
|
return this.taskTypeField;
|
}
|
set {
|
if ((this.taskTypeField.Equals(value) != true)) {
|
this.taskTypeField = value;
|
this.RaisePropertyChanged("taskType");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string taskTypeName {
|
get {
|
return this.taskTypeNameField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.taskTypeNameField, value) != true)) {
|
this.taskTypeNameField = value;
|
this.RaisePropertyChanged("taskTypeName");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string toPlace {
|
get {
|
return this.toPlaceField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.toPlaceField, value) != true)) {
|
this.toPlaceField = value;
|
this.RaisePropertyChanged("toPlace");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string version {
|
get {
|
return this.versionField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.versionField, value) != true)) {
|
this.versionField = value;
|
this.RaisePropertyChanged("version");
|
}
|
}
|
}
|
|
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_outInStockRecordFj0h9u9J", Namespace="http://schemas.datacontract.org/2004/07/yunneiWCS.EnumDefine")]
|
[System.SerializableAttribute()]
|
public partial class resMsgOfWms_outInStockRecordFj0h9u9J : 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[] dateField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private WMS.yunneiWCS.Wms_outInStockRecord[] 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[] 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[] 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="v_outStockList", Namespace="http://schemas.datacontract.org/2004/07/yunneiWCS.ORM")]
|
[System.SerializableAttribute()]
|
public partial class v_outStockList : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
|
|
[System.NonSerializedAttribute()]
|
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string containerCodeField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private System.Nullable<System.DateTime> createTimeField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string creatorField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private int idField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string materialCodeField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string materialNameField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string middlePlaceField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string outStockOrderField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private System.Nullable<int> quantityField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string sourcePlaceField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string supplierField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string toPlaceField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string versionField;
|
|
[global::System.ComponentModel.BrowsableAttribute(false)]
|
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
|
get {
|
return this.extensionDataField;
|
}
|
set {
|
this.extensionDataField = value;
|
}
|
}
|
|
[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<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 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 materialCode {
|
get {
|
return this.materialCodeField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.materialCodeField, value) != true)) {
|
this.materialCodeField = value;
|
this.RaisePropertyChanged("materialCode");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string materialName {
|
get {
|
return this.materialNameField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.materialNameField, value) != true)) {
|
this.materialNameField = value;
|
this.RaisePropertyChanged("materialName");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string middlePlace {
|
get {
|
return this.middlePlaceField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.middlePlaceField, value) != true)) {
|
this.middlePlaceField = value;
|
this.RaisePropertyChanged("middlePlace");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string outStockOrder {
|
get {
|
return this.outStockOrderField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.outStockOrderField, value) != true)) {
|
this.outStockOrderField = value;
|
this.RaisePropertyChanged("outStockOrder");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public System.Nullable<int> quantity {
|
get {
|
return this.quantityField;
|
}
|
set {
|
if ((this.quantityField.Equals(value) != true)) {
|
this.quantityField = value;
|
this.RaisePropertyChanged("quantity");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string sourcePlace {
|
get {
|
return this.sourcePlaceField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.sourcePlaceField, value) != true)) {
|
this.sourcePlaceField = value;
|
this.RaisePropertyChanged("sourcePlace");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string supplier {
|
get {
|
return this.supplierField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.supplierField, value) != true)) {
|
this.supplierField = value;
|
this.RaisePropertyChanged("supplier");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string toPlace {
|
get {
|
return this.toPlaceField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.toPlaceField, value) != true)) {
|
this.toPlaceField = value;
|
this.RaisePropertyChanged("toPlace");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string version {
|
get {
|
return this.versionField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.versionField, value) != true)) {
|
this.versionField = value;
|
this.RaisePropertyChanged("version");
|
}
|
}
|
}
|
|
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="resMsgOfv_outStockListFj0h9u9J", Namespace="http://schemas.datacontract.org/2004/07/yunneiWCS.EnumDefine")]
|
[System.SerializableAttribute()]
|
public partial class resMsgOfv_outStockListFj0h9u9J : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
|
|
[System.NonSerializedAttribute()]
|
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private WMS.yunneiWCS.v_outStockList[] dateField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private WMS.yunneiWCS.v_outStockList[] 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.v_outStockList[] 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.v_outStockList[] 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="FunctionReturnEntityOfArrayOfstringuHEDJ7Dj", Namespace="http://schemas.datacontract.org/2004/07/yunneiWCS")]
|
[System.SerializableAttribute()]
|
public partial class FunctionReturnEntityOfArrayOfstringuHEDJ7Dj : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
|
|
[System.NonSerializedAttribute()]
|
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string[] resDataField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string resMsgField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private bool resultField;
|
|
[global::System.ComponentModel.BrowsableAttribute(false)]
|
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
|
get {
|
return this.extensionDataField;
|
}
|
set {
|
this.extensionDataField = value;
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string[] resData {
|
get {
|
return this.resDataField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.resDataField, value) != true)) {
|
this.resDataField = value;
|
this.RaisePropertyChanged("resData");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string resMsg {
|
get {
|
return this.resMsgField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.resMsgField, value) != true)) {
|
this.resMsgField = value;
|
this.RaisePropertyChanged("resMsg");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public bool result {
|
get {
|
return this.resultField;
|
}
|
set {
|
if ((this.resultField.Equals(value) != true)) {
|
this.resultField = value;
|
this.RaisePropertyChanged("result");
|
}
|
}
|
}
|
|
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="FunctionReturnEntityOfArrayOfListItemoEEWxbQv", Namespace="http://schemas.datacontract.org/2004/07/yunneiWCS")]
|
[System.SerializableAttribute()]
|
public partial class FunctionReturnEntityOfArrayOfListItemoEEWxbQv : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
|
|
[System.NonSerializedAttribute()]
|
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private WMS.yunneiWCS.ListItem[] resDataField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string resMsgField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private bool resultField;
|
|
[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.ListItem[] resData {
|
get {
|
return this.resDataField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.resDataField, value) != true)) {
|
this.resDataField = value;
|
this.RaisePropertyChanged("resData");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string resMsg {
|
get {
|
return this.resMsgField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.resMsgField, value) != true)) {
|
this.resMsgField = value;
|
this.RaisePropertyChanged("resMsg");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public bool result {
|
get {
|
return this.resultField;
|
}
|
set {
|
if ((this.resultField.Equals(value) != true)) {
|
this.resultField = value;
|
this.RaisePropertyChanged("result");
|
}
|
}
|
}
|
|
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="ListItem", Namespace="http://schemas.datacontract.org/2004/07/yunneiWCS")]
|
[System.SerializableAttribute()]
|
public partial class ListItem : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
|
|
[System.NonSerializedAttribute()]
|
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string TextField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string ValueField;
|
|
[global::System.ComponentModel.BrowsableAttribute(false)]
|
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
|
get {
|
return this.extensionDataField;
|
}
|
set {
|
this.extensionDataField = value;
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string Text {
|
get {
|
return this.TextField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.TextField, value) != true)) {
|
this.TextField = value;
|
this.RaisePropertyChanged("Text");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string Value {
|
get {
|
return this.ValueField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.ValueField, value) != true)) {
|
this.ValueField = value;
|
this.RaisePropertyChanged("Value");
|
}
|
}
|
}
|
|
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="FunctionReturnEntityOfstring", Namespace="http://schemas.datacontract.org/2004/07/yunneiWCS")]
|
[System.SerializableAttribute()]
|
public partial class FunctionReturnEntityOfstring : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
|
|
[System.NonSerializedAttribute()]
|
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string resDataField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string resMsgField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private bool resultField;
|
|
[global::System.ComponentModel.BrowsableAttribute(false)]
|
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
|
get {
|
return this.extensionDataField;
|
}
|
set {
|
this.extensionDataField = value;
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string resData {
|
get {
|
return this.resDataField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.resDataField, value) != true)) {
|
this.resDataField = value;
|
this.RaisePropertyChanged("resData");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string resMsg {
|
get {
|
return this.resMsgField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.resMsgField, value) != true)) {
|
this.resMsgField = value;
|
this.RaisePropertyChanged("resMsg");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public bool result {
|
get {
|
return this.resultField;
|
}
|
set {
|
if ((this.resultField.Equals(value) != true)) {
|
this.resultField = value;
|
this.RaisePropertyChanged("result");
|
}
|
}
|
}
|
|
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="StockClearLog", Namespace="http://schemas.datacontract.org/2004/07/yunneiWCS.ORM")]
|
[System.SerializableAttribute()]
|
public partial class StockClearLog : 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 string 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 string materialCodeField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string materialNameField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string positionNameField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private System.Nullable<int> qtyField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string serialNumberField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string supplierField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string versionField;
|
|
[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 string ID {
|
get {
|
return this.IDField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.IDField, 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 string materialCode {
|
get {
|
return this.materialCodeField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.materialCodeField, value) != true)) {
|
this.materialCodeField = value;
|
this.RaisePropertyChanged("materialCode");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string materialName {
|
get {
|
return this.materialNameField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.materialNameField, value) != true)) {
|
this.materialNameField = value;
|
this.RaisePropertyChanged("materialName");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string positionName {
|
get {
|
return this.positionNameField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.positionNameField, value) != true)) {
|
this.positionNameField = value;
|
this.RaisePropertyChanged("positionName");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public System.Nullable<int> qty {
|
get {
|
return this.qtyField;
|
}
|
set {
|
if ((this.qtyField.Equals(value) != true)) {
|
this.qtyField = value;
|
this.RaisePropertyChanged("qty");
|
}
|
}
|
}
|
|
[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");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string supplier {
|
get {
|
return this.supplierField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.supplierField, value) != true)) {
|
this.supplierField = value;
|
this.RaisePropertyChanged("supplier");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string version {
|
get {
|
return this.versionField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.versionField, value) != true)) {
|
this.versionField = value;
|
this.RaisePropertyChanged("version");
|
}
|
}
|
}
|
|
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="resMsgOfStockClearLogFj0h9u9J", Namespace="http://schemas.datacontract.org/2004/07/yunneiWCS.EnumDefine")]
|
[System.SerializableAttribute()]
|
public partial class resMsgOfStockClearLogFj0h9u9J : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
|
|
[System.NonSerializedAttribute()]
|
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private WMS.yunneiWCS.StockClearLog[] dateField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private WMS.yunneiWCS.StockClearLog[] 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.StockClearLog[] 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.StockClearLog[] 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="FunctionReturnEntityOfBasicDataSetFj0h9u9J", Namespace="http://schemas.datacontract.org/2004/07/yunneiWCS")]
|
[System.SerializableAttribute()]
|
public partial class FunctionReturnEntityOfBasicDataSetFj0h9u9J : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
|
|
[System.NonSerializedAttribute()]
|
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private WMS.yunneiWCS.BasicDataSet resDataField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string resMsgField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private bool resultField;
|
|
[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.BasicDataSet resData {
|
get {
|
return this.resDataField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.resDataField, value) != true)) {
|
this.resDataField = value;
|
this.RaisePropertyChanged("resData");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string resMsg {
|
get {
|
return this.resMsgField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.resMsgField, value) != true)) {
|
this.resMsgField = value;
|
this.RaisePropertyChanged("resMsg");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public bool result {
|
get {
|
return this.resultField;
|
}
|
set {
|
if ((this.resultField.Equals(value) != true)) {
|
this.resultField = value;
|
this.RaisePropertyChanged("result");
|
}
|
}
|
}
|
|
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="BasicDataSet", Namespace="http://schemas.datacontract.org/2004/07/yunneiWCS.ORM")]
|
[System.SerializableAttribute()]
|
public partial class BasicDataSet : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
|
|
[System.NonSerializedAttribute()]
|
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string BasicDataTypeField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string BasicDataUnitField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string BasicDataValueField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private System.Nullable<System.DateTime> CreateTimeField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string CreatorField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string Extend1Field;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string Extend2Field;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private int IDField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string LastModifierField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private System.Nullable<System.DateTime> LastModifyTimeField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string MachineField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string RemarkField;
|
|
[global::System.ComponentModel.BrowsableAttribute(false)]
|
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
|
get {
|
return this.extensionDataField;
|
}
|
set {
|
this.extensionDataField = value;
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string BasicDataType {
|
get {
|
return this.BasicDataTypeField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.BasicDataTypeField, value) != true)) {
|
this.BasicDataTypeField = value;
|
this.RaisePropertyChanged("BasicDataType");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string BasicDataUnit {
|
get {
|
return this.BasicDataUnitField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.BasicDataUnitField, value) != true)) {
|
this.BasicDataUnitField = value;
|
this.RaisePropertyChanged("BasicDataUnit");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string BasicDataValue {
|
get {
|
return this.BasicDataValueField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.BasicDataValueField, value) != true)) {
|
this.BasicDataValueField = value;
|
this.RaisePropertyChanged("BasicDataValue");
|
}
|
}
|
}
|
|
[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 string Extend1 {
|
get {
|
return this.Extend1Field;
|
}
|
set {
|
if ((object.ReferenceEquals(this.Extend1Field, value) != true)) {
|
this.Extend1Field = value;
|
this.RaisePropertyChanged("Extend1");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string Extend2 {
|
get {
|
return this.Extend2Field;
|
}
|
set {
|
if ((object.ReferenceEquals(this.Extend2Field, value) != true)) {
|
this.Extend2Field = value;
|
this.RaisePropertyChanged("Extend2");
|
}
|
}
|
}
|
|
[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 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 Machine {
|
get {
|
return this.MachineField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.MachineField, value) != true)) {
|
this.MachineField = value;
|
this.RaisePropertyChanged("Machine");
|
}
|
}
|
}
|
|
[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");
|
}
|
}
|
}
|
|
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="FunctionReturnEntityOftaskFj0h9u9J", Namespace="http://schemas.datacontract.org/2004/07/yunneiWCS")]
|
[System.SerializableAttribute()]
|
public partial class FunctionReturnEntityOftaskFj0h9u9J : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
|
|
[System.NonSerializedAttribute()]
|
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private WMS.yunneiWCS.task resDataField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string resMsgField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private bool resultField;
|
|
[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.task resData {
|
get {
|
return this.resDataField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.resDataField, value) != true)) {
|
this.resDataField = value;
|
this.RaisePropertyChanged("resData");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string resMsg {
|
get {
|
return this.resMsgField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.resMsgField, value) != true)) {
|
this.resMsgField = value;
|
this.RaisePropertyChanged("resMsg");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public bool result {
|
get {
|
return this.resultField;
|
}
|
set {
|
if ((this.resultField.Equals(value) != true)) {
|
this.resultField = value;
|
this.RaisePropertyChanged("result");
|
}
|
}
|
}
|
|
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="DeviceTaskNoEntity", Namespace="http://schemas.datacontract.org/2004/07/yunneiWCS.Models")]
|
[System.SerializableAttribute()]
|
public partial class DeviceTaskNoEntity : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
|
|
[System.NonSerializedAttribute()]
|
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string AgvTaskNoField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string PlcTaskNoField;
|
|
[global::System.ComponentModel.BrowsableAttribute(false)]
|
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
|
get {
|
return this.extensionDataField;
|
}
|
set {
|
this.extensionDataField = value;
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string AgvTaskNo {
|
get {
|
return this.AgvTaskNoField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.AgvTaskNoField, value) != true)) {
|
this.AgvTaskNoField = value;
|
this.RaisePropertyChanged("AgvTaskNo");
|
}
|
}
|
}
|
|
[System.Runtime.Serialization.DataMemberAttribute()]
|
public string PlcTaskNo {
|
get {
|
return this.PlcTaskNoField;
|
}
|
set {
|
if ((object.ReferenceEquals(this.PlcTaskNoField, value) != true)) {
|
this.PlcTaskNoField = value;
|
this.RaisePropertyChanged("PlcTaskNo");
|
}
|
}
|
}
|
|
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="yunneiWCS.IyunneiWcf")]
|
public interface IyunneiWcf {
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/login", ReplyAction="http://tempuri.org/IyunneiWcf/loginResponse")]
|
WMS.yunneiWCS.resMsgOfuserFj0h9u9J login(string userName, string userPassword);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/login", ReplyAction="http://tempuri.org/IyunneiWcf/loginResponse")]
|
System.Threading.Tasks.Task<WMS.yunneiWCS.resMsgOfuserFj0h9u9J> loginAsync(string userName, string userPassword);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/addRole", ReplyAction="http://tempuri.org/IyunneiWcf/addRoleResponse")]
|
WMS.yunneiWCS.resMsgOfstring addRole(string addName, int area, int operation);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/addRole", ReplyAction="http://tempuri.org/IyunneiWcf/addRoleResponse")]
|
System.Threading.Tasks.Task<WMS.yunneiWCS.resMsgOfstring> addRoleAsync(string addName, int area, int operation);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/findRole", ReplyAction="http://tempuri.org/IyunneiWcf/findRoleResponse")]
|
WMS.yunneiWCS.resMsgOfroleFj0h9u9J findRole(WMS.yunneiWCS.paging page, string roleName);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/findRole", ReplyAction="http://tempuri.org/IyunneiWcf/findRoleResponse")]
|
System.Threading.Tasks.Task<WMS.yunneiWCS.resMsgOfroleFj0h9u9J> findRoleAsync(WMS.yunneiWCS.paging page, string roleName);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/findUser", ReplyAction="http://tempuri.org/IyunneiWcf/findUserResponse")]
|
WMS.yunneiWCS.resMsgOfuserAndRoleFj0h9u9J findUser(WMS.yunneiWCS.paging page, string userName);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/findUser", ReplyAction="http://tempuri.org/IyunneiWcf/findUserResponse")]
|
System.Threading.Tasks.Task<WMS.yunneiWCS.resMsgOfuserAndRoleFj0h9u9J> findUserAsync(WMS.yunneiWCS.paging page, string userName);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/addUser", ReplyAction="http://tempuri.org/IyunneiWcf/addUserResponse")]
|
WMS.yunneiWCS.resMsgOfstring addUser(WMS.yunneiWCS.user addName, string creator, int operation);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/addUser", ReplyAction="http://tempuri.org/IyunneiWcf/addUserResponse")]
|
System.Threading.Tasks.Task<WMS.yunneiWCS.resMsgOfstring> addUserAsync(WMS.yunneiWCS.user addName, string creator, int operation);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/findStock", ReplyAction="http://tempuri.org/IyunneiWcf/findStockResponse")]
|
string findStock(int positionType);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/findStock", ReplyAction="http://tempuri.org/IyunneiWcf/findStockResponse")]
|
System.Threading.Tasks.Task<string> findStockAsync(int positionType);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/findMaterial", ReplyAction="http://tempuri.org/IyunneiWcf/findMaterialResponse")]
|
WMS.yunneiWCS.resMsgOfmaterialFj0h9u9J findMaterial(WMS.yunneiWCS.paging page, string materialName, string materialCode);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/findMaterial", ReplyAction="http://tempuri.org/IyunneiWcf/findMaterialResponse")]
|
System.Threading.Tasks.Task<WMS.yunneiWCS.resMsgOfmaterialFj0h9u9J> findMaterialAsync(WMS.yunneiWCS.paging page, string materialName, string materialCode);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/findInStock", ReplyAction="http://tempuri.org/IyunneiWcf/findInStockResponse")]
|
WMS.yunneiWCS.resMsgOfinStockOrderFj0h9u9J findInStock(WMS.yunneiWCS.paging page, string materialName, string materialCode, int status);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/findInStock", ReplyAction="http://tempuri.org/IyunneiWcf/findInStockResponse")]
|
System.Threading.Tasks.Task<WMS.yunneiWCS.resMsgOfinStockOrderFj0h9u9J> findInStockAsync(WMS.yunneiWCS.paging page, string materialName, string materialCode, int status);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/findInStockNewVersion", ReplyAction="http://tempuri.org/IyunneiWcf/findInStockNewVersionResponse")]
|
WMS.yunneiWCS.resMsgOfv_inStockOrderFj0h9u9J findInStockNewVersion(WMS.yunneiWCS.paging page, WMS.yunneiWCS.v_inStockOrder value);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/findInStockNewVersion", ReplyAction="http://tempuri.org/IyunneiWcf/findInStockNewVersionResponse")]
|
System.Threading.Tasks.Task<WMS.yunneiWCS.resMsgOfv_inStockOrderFj0h9u9J> findInStockNewVersionAsync(WMS.yunneiWCS.paging page, WMS.yunneiWCS.v_inStockOrder value);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/findOutInStockRecord_V2_Mes", ReplyAction="http://tempuri.org/IyunneiWcf/findOutInStockRecord_V2_MesResponse")]
|
WMS.yunneiWCS.resMsgOfWms_outInStockRecord_V2_MesFj0h9u9J findOutInStockRecord_V2_Mes(WMS.yunneiWCS.paging page, WMS.yunneiWCS.Wms_outInStockRecord_V2_Mes value);
|
|
[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/findPosition", ReplyAction="http://tempuri.org/IyunneiWcf/findPositionResponse")]
|
WMS.yunneiWCS.resMsgOfpositionFj0h9u9J findPosition(WMS.yunneiWCS.paging page, string position, int islock, int isfree);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/findPosition", ReplyAction="http://tempuri.org/IyunneiWcf/findPositionResponse")]
|
System.Threading.Tasks.Task<WMS.yunneiWCS.resMsgOfpositionFj0h9u9J> findPositionAsync(WMS.yunneiWCS.paging page, string position, int islock, int isfree);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/findSinglePosition", ReplyAction="http://tempuri.org/IyunneiWcf/findSinglePositionResponse")]
|
WMS.yunneiWCS.resMsgOfpositionFj0h9u9J findSinglePosition(string position);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/findSinglePosition", ReplyAction="http://tempuri.org/IyunneiWcf/findSinglePositionResponse")]
|
System.Threading.Tasks.Task<WMS.yunneiWCS.resMsgOfpositionFj0h9u9J> findSinglePositionAsync(string position);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/safetySignalByPerson", ReplyAction="http://tempuri.org/IyunneiWcf/safetySignalByPersonResponse")]
|
WMS.yunneiWCS.resMsgOfstring safetySignalByPerson(int taskId);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/safetySignalByPerson", ReplyAction="http://tempuri.org/IyunneiWcf/safetySignalByPersonResponse")]
|
System.Threading.Tasks.Task<WMS.yunneiWCS.resMsgOfstring> safetySignalByPersonAsync(int taskId);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/safetySignal", ReplyAction="http://tempuri.org/IyunneiWcf/safetySignalResponse")]
|
bool safetySignal(string station, int OutOrIn, string agvTaskNo);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/safetySignal", ReplyAction="http://tempuri.org/IyunneiWcf/safetySignalResponse")]
|
System.Threading.Tasks.Task<bool> safetySignalAsync(string station, int OutOrIn, string agvTaskNo);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/findTask", ReplyAction="http://tempuri.org/IyunneiWcf/findTaskResponse")]
|
WMS.yunneiWCS.resMsgOftaskFj0h9u9J findTask(WMS.yunneiWCS.paging page, int taskId, int taskType, string place, string order, string taskName, string materialCode, string materialName);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/findTask", ReplyAction="http://tempuri.org/IyunneiWcf/findTaskResponse")]
|
System.Threading.Tasks.Task<WMS.yunneiWCS.resMsgOftaskFj0h9u9J> findTaskAsync(WMS.yunneiWCS.paging page, int taskId, int taskType, string place, string order, string taskName, string materialCode, string materialName);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/findRoleModule", ReplyAction="http://tempuri.org/IyunneiWcf/findRoleModuleResponse")]
|
WMS.yunneiWCS.resMsgOfroleVsModuleFj0h9u9J findRoleModule(WMS.yunneiWCS.paging page, string roleName);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/findRoleModule", ReplyAction="http://tempuri.org/IyunneiWcf/findRoleModuleResponse")]
|
System.Threading.Tasks.Task<WMS.yunneiWCS.resMsgOfroleVsModuleFj0h9u9J> findRoleModuleAsync(WMS.yunneiWCS.paging page, string roleName);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/addModule", ReplyAction="http://tempuri.org/IyunneiWcf/addModuleResponse")]
|
void addModule(string module, string roleName, int operation);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/addModule", ReplyAction="http://tempuri.org/IyunneiWcf/addModuleResponse")]
|
System.Threading.Tasks.Task addModuleAsync(string module, string roleName, int operation);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/findProductStock", ReplyAction="http://tempuri.org/IyunneiWcf/findProductStockResponse")]
|
WMS.yunneiWCS.resMsgOfVproductStockFj0h9u9J findProductStock(WMS.yunneiWCS.paging page, WMS.yunneiWCS.VproductStock value);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/findProductStock", ReplyAction="http://tempuri.org/IyunneiWcf/findProductStockResponse")]
|
System.Threading.Tasks.Task<WMS.yunneiWCS.resMsgOfVproductStockFj0h9u9J> findProductStockAsync(WMS.yunneiWCS.paging page, WMS.yunneiWCS.VproductStock value);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/findAllProductStock", ReplyAction="http://tempuri.org/IyunneiWcf/findAllProductStockResponse")]
|
WMS.yunneiWCS.MyVproductStock[] findAllProductStock();
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/findAllProductStock", ReplyAction="http://tempuri.org/IyunneiWcf/findAllProductStockResponse")]
|
System.Threading.Tasks.Task<WMS.yunneiWCS.MyVproductStock[]> findAllProductStockAsync();
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/findStockList", ReplyAction="http://tempuri.org/IyunneiWcf/findStockListResponse")]
|
WMS.yunneiWCS.resMsgOfproductStockListFj0h9u9J findStockList(string positionName);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/findStockList", ReplyAction="http://tempuri.org/IyunneiWcf/findStockListResponse")]
|
System.Threading.Tasks.Task<WMS.yunneiWCS.resMsgOfproductStockListFj0h9u9J> findStockListAsync(string positionName);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/stationStatus", ReplyAction="http://tempuri.org/IyunneiWcf/stationStatusResponse")]
|
WMS.yunneiWCS.resMsgOfpositionFj0h9u9J stationStatus();
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/stationStatus", ReplyAction="http://tempuri.org/IyunneiWcf/stationStatusResponse")]
|
System.Threading.Tasks.Task<WMS.yunneiWCS.resMsgOfpositionFj0h9u9J> stationStatusAsync();
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/UpStationInfo", ReplyAction="http://tempuri.org/IyunneiWcf/UpStationInfoResponse")]
|
WMS.yunneiWCS.resMsgOfpositionFj0h9u9J UpStationInfo();
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/UpStationInfo", ReplyAction="http://tempuri.org/IyunneiWcf/UpStationInfoResponse")]
|
System.Threading.Tasks.Task<WMS.yunneiWCS.resMsgOfpositionFj0h9u9J> UpStationInfoAsync();
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/unlockPosition", ReplyAction="http://tempuri.org/IyunneiWcf/unlockPositionResponse")]
|
WMS.yunneiWCS.resMsgOfstring unlockPosition(string postionName);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/unlockPosition", ReplyAction="http://tempuri.org/IyunneiWcf/unlockPositionResponse")]
|
System.Threading.Tasks.Task<WMS.yunneiWCS.resMsgOfstring> unlockPositionAsync(string postionName);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/unlockAndLockPosition", ReplyAction="http://tempuri.org/IyunneiWcf/unlockAndLockPositionResponse")]
|
WMS.yunneiWCS.resMsgOfstring unlockAndLockPosition(bool isLock, string postionName, string lockRemark, string lockUser);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/unlockAndLockPosition", ReplyAction="http://tempuri.org/IyunneiWcf/unlockAndLockPositionResponse")]
|
System.Threading.Tasks.Task<WMS.yunneiWCS.resMsgOfstring> unlockAndLockPositionAsync(bool isLock, string postionName, string lockRemark, string lockUser);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/findTaskChild", ReplyAction="http://tempuri.org/IyunneiWcf/findTaskChildResponse")]
|
WMS.yunneiWCS.resMsgOftaskRecordFj0h9u9J findTaskChild(string taskId);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/findTaskChild", ReplyAction="http://tempuri.org/IyunneiWcf/findTaskChildResponse")]
|
System.Threading.Tasks.Task<WMS.yunneiWCS.resMsgOftaskRecordFj0h9u9J> findTaskChildAsync(string taskId);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/findAgvInfo", ReplyAction="http://tempuri.org/IyunneiWcf/findAgvInfoResponse")]
|
string[] findAgvInfo();
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/findAgvInfo", ReplyAction="http://tempuri.org/IyunneiWcf/findAgvInfoResponse")]
|
System.Threading.Tasks.Task<string[]> findAgvInfoAsync();
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/srmTaskReSend", ReplyAction="http://tempuri.org/IyunneiWcf/srmTaskReSendResponse")]
|
string srmTaskReSend(long taskId, string SourcePlace, string ToPlace, int isref, bool isUnLineTask);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/srmTaskReSend", ReplyAction="http://tempuri.org/IyunneiWcf/srmTaskReSendResponse")]
|
System.Threading.Tasks.Task<string> srmTaskReSendAsync(long taskId, string SourcePlace, string ToPlace, int isref, bool isUnLineTask);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/AgvTaskReSend", ReplyAction="http://tempuri.org/IyunneiWcf/AgvTaskReSendResponse")]
|
string AgvTaskReSend(long taskId, string sourcePlace, string toPlace);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/AgvTaskReSend", ReplyAction="http://tempuri.org/IyunneiWcf/AgvTaskReSendResponse")]
|
System.Threading.Tasks.Task<string> AgvTaskReSendAsync(long taskId, string sourcePlace, string toPlace);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/TaskDisplay", ReplyAction="http://tempuri.org/IyunneiWcf/TaskDisplayResponse")]
|
WMS.yunneiWCS.resMsgOftaskFj0h9u9J TaskDisplay(int arae);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/TaskDisplay", ReplyAction="http://tempuri.org/IyunneiWcf/TaskDisplayResponse")]
|
System.Threading.Tasks.Task<WMS.yunneiWCS.resMsgOftaskFj0h9u9J> TaskDisplayAsync(int arae);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/materialOP", ReplyAction="http://tempuri.org/IyunneiWcf/materialOPResponse")]
|
string materialOP(int types, int ID, string materialCode, string materialName, int materialType, string version);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/materialOP", ReplyAction="http://tempuri.org/IyunneiWcf/materialOPResponse")]
|
System.Threading.Tasks.Task<string> materialOPAsync(int types, int ID, string materialCode, string materialName, int materialType, string version);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/emptyBack", ReplyAction="http://tempuri.org/IyunneiWcf/emptyBackResponse")]
|
void emptyBack(string station);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/emptyBack", ReplyAction="http://tempuri.org/IyunneiWcf/emptyBackResponse")]
|
System.Threading.Tasks.Task emptyBackAsync(string station);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/getConvStatus", ReplyAction="http://tempuri.org/IyunneiWcf/getConvStatusResponse")]
|
WMS.yunneiWCS.convEntity[] getConvStatus();
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/getConvStatus", ReplyAction="http://tempuri.org/IyunneiWcf/getConvStatusResponse")]
|
System.Threading.Tasks.Task<WMS.yunneiWCS.convEntity[]> getConvStatusAsync();
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/getSrmStatus", ReplyAction="http://tempuri.org/IyunneiWcf/getSrmStatusResponse")]
|
WMS.yunneiWCS.srmEntity getSrmStatus();
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/getSrmStatus", ReplyAction="http://tempuri.org/IyunneiWcf/getSrmStatusResponse")]
|
System.Threading.Tasks.Task<WMS.yunneiWCS.srmEntity> getSrmStatusAsync();
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/sendSrmACK", ReplyAction="http://tempuri.org/IyunneiWcf/sendSrmACKResponse")]
|
void sendSrmACK();
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/sendSrmACK", ReplyAction="http://tempuri.org/IyunneiWcf/sendSrmACKResponse")]
|
System.Threading.Tasks.Task sendSrmACKAsync();
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/srmConfirm", ReplyAction="http://tempuri.org/IyunneiWcf/srmConfirmResponse")]
|
void srmConfirm();
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/srmConfirm", ReplyAction="http://tempuri.org/IyunneiWcf/srmConfirmResponse")]
|
System.Threading.Tasks.Task srmConfirmAsync();
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/srmAlarmReset", ReplyAction="http://tempuri.org/IyunneiWcf/srmAlarmResetResponse")]
|
void srmAlarmReset();
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/srmAlarmReset", ReplyAction="http://tempuri.org/IyunneiWcf/srmAlarmResetResponse")]
|
System.Threading.Tasks.Task srmAlarmResetAsync();
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/deleteProduct", ReplyAction="http://tempuri.org/IyunneiWcf/deleteProductResponse")]
|
WMS.yunneiWCS.FunctionReturnEntityOfboolean deleteProduct(string positionName, string user);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/deleteProduct", ReplyAction="http://tempuri.org/IyunneiWcf/deleteProductResponse")]
|
System.Threading.Tasks.Task<WMS.yunneiWCS.FunctionReturnEntityOfboolean> deleteProductAsync(string positionName, string user);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/editPlace", ReplyAction="http://tempuri.org/IyunneiWcf/editPlaceResponse")]
|
string editPlace(WMS.yunneiWCS.position place);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/editPlace", ReplyAction="http://tempuri.org/IyunneiWcf/editPlaceResponse")]
|
System.Threading.Tasks.Task<string> editPlaceAsync(WMS.yunneiWCS.position place);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/modfiyStockList", ReplyAction="http://tempuri.org/IyunneiWcf/modfiyStockListResponse")]
|
WMS.yunneiWCS.resMsgOfstring modfiyStockList(WMS.yunneiWCS.productStockList[] value, long taskId);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/modfiyStockList", ReplyAction="http://tempuri.org/IyunneiWcf/modfiyStockListResponse")]
|
System.Threading.Tasks.Task<WMS.yunneiWCS.resMsgOfstring> modfiyStockListAsync(WMS.yunneiWCS.productStockList[] value, long taskId);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/findInStockList", ReplyAction="http://tempuri.org/IyunneiWcf/findInStockListResponse")]
|
WMS.yunneiWCS.resMsgOfinStockOrderListFj0h9u9J findInStockList(string inStockCode);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/findInStockList", ReplyAction="http://tempuri.org/IyunneiWcf/findInStockListResponse")]
|
System.Threading.Tasks.Task<WMS.yunneiWCS.resMsgOfinStockOrderListFj0h9u9J> findInStockListAsync(string inStockCode);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/findOutInStockRecord_Details_V2_Mes", ReplyAction="http://tempuri.org/IyunneiWcf/findOutInStockRecord_Details_V2_MesResponse")]
|
WMS.yunneiWCS.resMsgOfWms_outInStockRecord_Details_V2_MesFj0h9u9J findOutInStockRecord_Details_V2_Mes(long mainId);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/findOutInStockRecord_Details_V2_Mes", ReplyAction="http://tempuri.org/IyunneiWcf/findOutInStockRecord_Details_V2_MesResponse")]
|
System.Threading.Tasks.Task<WMS.yunneiWCS.resMsgOfWms_outInStockRecord_Details_V2_MesFj0h9u9J> findOutInStockRecord_Details_V2_MesAsync(long mainId);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/modfiyInStockList", ReplyAction="http://tempuri.org/IyunneiWcf/modfiyInStockListResponse")]
|
WMS.yunneiWCS.resMsgOfstring modfiyInStockList(WMS.yunneiWCS.inStockOrderList[] value);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/modfiyInStockList", ReplyAction="http://tempuri.org/IyunneiWcf/modfiyInStockListResponse")]
|
System.Threading.Tasks.Task<WMS.yunneiWCS.resMsgOfstring> modfiyInStockListAsync(WMS.yunneiWCS.inStockOrderList[] value);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/deleteInStock", ReplyAction="http://tempuri.org/IyunneiWcf/deleteInStockResponse")]
|
WMS.yunneiWCS.resMsgOfstring deleteInStock(string inStockCode);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/deleteInStock", ReplyAction="http://tempuri.org/IyunneiWcf/deleteInStockResponse")]
|
System.Threading.Tasks.Task<WMS.yunneiWCS.resMsgOfstring> deleteInStockAsync(string inStockCode);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/deleteTask", ReplyAction="http://tempuri.org/IyunneiWcf/deleteTaskResponse")]
|
WMS.yunneiWCS.resMsgOfstring deleteTask(string taskId);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/deleteTask", ReplyAction="http://tempuri.org/IyunneiWcf/deleteTaskResponse")]
|
System.Threading.Tasks.Task<WMS.yunneiWCS.resMsgOfstring> deleteTaskAsync(string taskId);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/forceCompleteTask", ReplyAction="http://tempuri.org/IyunneiWcf/forceCompleteTaskResponse")]
|
WMS.yunneiWCS.resMsgOfstring forceCompleteTask(string taskId, string user, string forceCompleteReason);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/forceCompleteTask", ReplyAction="http://tempuri.org/IyunneiWcf/forceCompleteTaskResponse")]
|
System.Threading.Tasks.Task<WMS.yunneiWCS.resMsgOfstring> forceCompleteTaskAsync(string taskId, string user, string forceCompleteReason);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/getTakeRecord", ReplyAction="http://tempuri.org/IyunneiWcf/getTakeRecordResponse")]
|
WMS.yunneiWCS.resMsgOfoutInStockRecordFj0h9u9J getTakeRecord(WMS.yunneiWCS.paging page, string materialName, string materialCode, int taskType);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/getTakeRecord", ReplyAction="http://tempuri.org/IyunneiWcf/getTakeRecordResponse")]
|
System.Threading.Tasks.Task<WMS.yunneiWCS.resMsgOfoutInStockRecordFj0h9u9J> getTakeRecordAsync(WMS.yunneiWCS.paging page, string materialName, string materialCode, int taskType);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/getOutInStockRecord", ReplyAction="http://tempuri.org/IyunneiWcf/getOutInStockRecordResponse")]
|
WMS.yunneiWCS.resMsgOfWms_outInStockRecordFj0h9u9J getOutInStockRecord(WMS.yunneiWCS.paging page, WMS.yunneiWCS.Wms_outInStockRecord value);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/getOutInStockRecord", ReplyAction="http://tempuri.org/IyunneiWcf/getOutInStockRecordResponse")]
|
System.Threading.Tasks.Task<WMS.yunneiWCS.resMsgOfWms_outInStockRecordFj0h9u9J> getOutInStockRecordAsync(WMS.yunneiWCS.paging page, WMS.yunneiWCS.Wms_outInStockRecord value);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/getOutStockOrderNewVersion", ReplyAction="http://tempuri.org/IyunneiWcf/getOutStockOrderNewVersionResponse")]
|
WMS.yunneiWCS.resMsgOfv_outStockListFj0h9u9J getOutStockOrderNewVersion(WMS.yunneiWCS.paging page, WMS.yunneiWCS.v_outStockList value);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/getOutStockOrderNewVersion", ReplyAction="http://tempuri.org/IyunneiWcf/getOutStockOrderNewVersionResponse")]
|
System.Threading.Tasks.Task<WMS.yunneiWCS.resMsgOfv_outStockListFj0h9u9J> getOutStockOrderNewVersionAsync(WMS.yunneiWCS.paging page, WMS.yunneiWCS.v_outStockList value);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/GetSelectList", ReplyAction="http://tempuri.org/IyunneiWcf/GetSelectListResponse")]
|
WMS.yunneiWCS.FunctionReturnEntityOfArrayOfstringuHEDJ7Dj GetSelectList(string type);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/GetSelectList", ReplyAction="http://tempuri.org/IyunneiWcf/GetSelectListResponse")]
|
System.Threading.Tasks.Task<WMS.yunneiWCS.FunctionReturnEntityOfArrayOfstringuHEDJ7Dj> GetSelectListAsync(string type);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/GetEnumSelectList", ReplyAction="http://tempuri.org/IyunneiWcf/GetEnumSelectListResponse")]
|
WMS.yunneiWCS.FunctionReturnEntityOfArrayOfListItemoEEWxbQv GetEnumSelectList(string enumName, bool isAddEmpty);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/GetEnumSelectList", ReplyAction="http://tempuri.org/IyunneiWcf/GetEnumSelectListResponse")]
|
System.Threading.Tasks.Task<WMS.yunneiWCS.FunctionReturnEntityOfArrayOfListItemoEEWxbQv> GetEnumSelectListAsync(string enumName, bool isAddEmpty);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/CreateTaskForHandOutStore", ReplyAction="http://tempuri.org/IyunneiWcf/CreateTaskForHandOutStoreResponse")]
|
WMS.yunneiWCS.FunctionReturnEntityOfstring CreateTaskForHandOutStore(int flag, string userName, string source_station, string to_station);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/CreateTaskForHandOutStore", ReplyAction="http://tempuri.org/IyunneiWcf/CreateTaskForHandOutStoreResponse")]
|
System.Threading.Tasks.Task<WMS.yunneiWCS.FunctionReturnEntityOfstring> CreateTaskForHandOutStoreAsync(int flag, string userName, string source_station, string to_station);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/Trans_LoadMaterialConfirm", ReplyAction="http://tempuri.org/IyunneiWcf/Trans_LoadMaterialConfirmResponse")]
|
WMS.yunneiWCS.FunctionReturnEntityOfstring Trans_LoadMaterialConfirm(int index);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/Trans_LoadMaterialConfirm", ReplyAction="http://tempuri.org/IyunneiWcf/Trans_LoadMaterialConfirmResponse")]
|
System.Threading.Tasks.Task<WMS.yunneiWCS.FunctionReturnEntityOfstring> Trans_LoadMaterialConfirmAsync(int index);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/ClearGJJY", ReplyAction="http://tempuri.org/IyunneiWcf/ClearGJJYResponse")]
|
WMS.yunneiWCS.FunctionReturnEntityOfstring ClearGJJY(int index);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/ClearGJJY", ReplyAction="http://tempuri.org/IyunneiWcf/ClearGJJYResponse")]
|
System.Threading.Tasks.Task<WMS.yunneiWCS.FunctionReturnEntityOfstring> ClearGJJYAsync(int index);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/findStockClearLog", ReplyAction="http://tempuri.org/IyunneiWcf/findStockClearLogResponse")]
|
WMS.yunneiWCS.resMsgOfStockClearLogFj0h9u9J findStockClearLog(WMS.yunneiWCS.paging page, WMS.yunneiWCS.StockClearLog value);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/findStockClearLog", ReplyAction="http://tempuri.org/IyunneiWcf/findStockClearLogResponse")]
|
System.Threading.Tasks.Task<WMS.yunneiWCS.resMsgOfStockClearLogFj0h9u9J> findStockClearLogAsync(WMS.yunneiWCS.paging page, WMS.yunneiWCS.StockClearLog value);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/GetBasicDataSetForSupplier", ReplyAction="http://tempuri.org/IyunneiWcf/GetBasicDataSetForSupplierResponse")]
|
string GetBasicDataSetForSupplier();
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/GetBasicDataSetForSupplier", ReplyAction="http://tempuri.org/IyunneiWcf/GetBasicDataSetForSupplierResponse")]
|
System.Threading.Tasks.Task<string> GetBasicDataSetForSupplierAsync();
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/GetBasicDataSetForStayMonths", ReplyAction="http://tempuri.org/IyunneiWcf/GetBasicDataSetForStayMonthsResponse")]
|
string GetBasicDataSetForStayMonths();
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/GetBasicDataSetForStayMonths", ReplyAction="http://tempuri.org/IyunneiWcf/GetBasicDataSetForStayMonthsResponse")]
|
System.Threading.Tasks.Task<string> GetBasicDataSetForStayMonthsAsync();
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/UpdateBasicDataSetForSupplier", ReplyAction="http://tempuri.org/IyunneiWcf/UpdateBasicDataSetForSupplierResponse")]
|
WMS.yunneiWCS.FunctionReturnEntityOfBasicDataSetFj0h9u9J UpdateBasicDataSetForSupplier(string supplier, string user);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/UpdateBasicDataSetForSupplier", ReplyAction="http://tempuri.org/IyunneiWcf/UpdateBasicDataSetForSupplierResponse")]
|
System.Threading.Tasks.Task<WMS.yunneiWCS.FunctionReturnEntityOfBasicDataSetFj0h9u9J> UpdateBasicDataSetForSupplierAsync(string supplier, string user);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/UpdateBasicDataSetForStayMonths", ReplyAction="http://tempuri.org/IyunneiWcf/UpdateBasicDataSetForStayMonthsResponse")]
|
WMS.yunneiWCS.FunctionReturnEntityOfBasicDataSetFj0h9u9J UpdateBasicDataSetForStayMonths(int stayMonths, string user);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/UpdateBasicDataSetForStayMonths", ReplyAction="http://tempuri.org/IyunneiWcf/UpdateBasicDataSetForStayMonthsResponse")]
|
System.Threading.Tasks.Task<WMS.yunneiWCS.FunctionReturnEntityOfBasicDataSetFj0h9u9J> UpdateBasicDataSetForStayMonthsAsync(int stayMonths, string user);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/GetQueLiao", ReplyAction="http://tempuri.org/IyunneiWcf/GetQueLiaoResponse")]
|
WMS.yunneiWCS.FunctionReturnEntityOftaskFj0h9u9J GetQueLiao();
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/GetQueLiao", ReplyAction="http://tempuri.org/IyunneiWcf/GetQueLiaoResponse")]
|
System.Threading.Tasks.Task<WMS.yunneiWCS.FunctionReturnEntityOftaskFj0h9u9J> GetQueLiaoAsync();
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/CreateTaskIdForAgvTaskByHand", ReplyAction="http://tempuri.org/IyunneiWcf/CreateTaskIdForAgvTaskByHandResponse")]
|
string CreateTaskIdForAgvTaskByHand();
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/CreateTaskIdForAgvTaskByHand", ReplyAction="http://tempuri.org/IyunneiWcf/CreateTaskIdForAgvTaskByHandResponse")]
|
System.Threading.Tasks.Task<string> CreateTaskIdForAgvTaskByHandAsync();
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/CreateTaskId", ReplyAction="http://tempuri.org/IyunneiWcf/CreateTaskIdResponse")]
|
WMS.yunneiWCS.DeviceTaskNoEntity CreateTaskId();
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/CreateTaskId", ReplyAction="http://tempuri.org/IyunneiWcf/CreateTaskIdResponse")]
|
System.Threading.Tasks.Task<WMS.yunneiWCS.DeviceTaskNoEntity> CreateTaskIdAsync();
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/IssueTaskForPangLuGongWei", ReplyAction="http://tempuri.org/IyunneiWcf/IssueTaskForPangLuGongWeiResponse")]
|
WMS.yunneiWCS.FunctionReturnEntityOfstring IssueTaskForPangLuGongWei(int taskId, string midStorePosition);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/IssueTaskForPangLuGongWei", ReplyAction="http://tempuri.org/IyunneiWcf/IssueTaskForPangLuGongWeiResponse")]
|
System.Threading.Tasks.Task<WMS.yunneiWCS.FunctionReturnEntityOfstring> IssueTaskForPangLuGongWeiAsync(int taskId, string midStorePosition);
|
}
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
public interface IyunneiWcfChannel : WMS.yunneiWCS.IyunneiWcf, System.ServiceModel.IClientChannel {
|
}
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
public partial class IyunneiWcfClient : System.ServiceModel.ClientBase<WMS.yunneiWCS.IyunneiWcf>, WMS.yunneiWCS.IyunneiWcf {
|
|
public IyunneiWcfClient() {
|
}
|
|
public IyunneiWcfClient(string endpointConfigurationName) :
|
base(endpointConfigurationName) {
|
}
|
|
public IyunneiWcfClient(string endpointConfigurationName, string remoteAddress) :
|
base(endpointConfigurationName, remoteAddress) {
|
}
|
|
public IyunneiWcfClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
|
base(endpointConfigurationName, remoteAddress) {
|
}
|
|
public IyunneiWcfClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
|
base(binding, remoteAddress) {
|
}
|
|
public WMS.yunneiWCS.resMsgOfuserFj0h9u9J login(string userName, string userPassword) {
|
return base.Channel.login(userName, userPassword);
|
}
|
|
public System.Threading.Tasks.Task<WMS.yunneiWCS.resMsgOfuserFj0h9u9J> loginAsync(string userName, string userPassword) {
|
return base.Channel.loginAsync(userName, userPassword);
|
}
|
|
public WMS.yunneiWCS.resMsgOfstring addRole(string addName, int area, int operation) {
|
return base.Channel.addRole(addName, area, operation);
|
}
|
|
public System.Threading.Tasks.Task<WMS.yunneiWCS.resMsgOfstring> addRoleAsync(string addName, int area, int operation) {
|
return base.Channel.addRoleAsync(addName, area, operation);
|
}
|
|
public WMS.yunneiWCS.resMsgOfroleFj0h9u9J findRole(WMS.yunneiWCS.paging page, string roleName) {
|
return base.Channel.findRole(page, roleName);
|
}
|
|
public System.Threading.Tasks.Task<WMS.yunneiWCS.resMsgOfroleFj0h9u9J> findRoleAsync(WMS.yunneiWCS.paging page, string roleName) {
|
return base.Channel.findRoleAsync(page, roleName);
|
}
|
|
public WMS.yunneiWCS.resMsgOfuserAndRoleFj0h9u9J findUser(WMS.yunneiWCS.paging page, string userName) {
|
return base.Channel.findUser(page, userName);
|
}
|
|
public System.Threading.Tasks.Task<WMS.yunneiWCS.resMsgOfuserAndRoleFj0h9u9J> findUserAsync(WMS.yunneiWCS.paging page, string userName) {
|
return base.Channel.findUserAsync(page, userName);
|
}
|
|
public WMS.yunneiWCS.resMsgOfstring addUser(WMS.yunneiWCS.user addName, string creator, int operation) {
|
return base.Channel.addUser(addName, creator, operation);
|
}
|
|
public System.Threading.Tasks.Task<WMS.yunneiWCS.resMsgOfstring> addUserAsync(WMS.yunneiWCS.user addName, string creator, int operation) {
|
return base.Channel.addUserAsync(addName, creator, operation);
|
}
|
|
public string findStock(int positionType) {
|
return base.Channel.findStock(positionType);
|
}
|
|
public System.Threading.Tasks.Task<string> findStockAsync(int positionType) {
|
return base.Channel.findStockAsync(positionType);
|
}
|
|
public WMS.yunneiWCS.resMsgOfmaterialFj0h9u9J findMaterial(WMS.yunneiWCS.paging page, string materialName, string materialCode) {
|
return base.Channel.findMaterial(page, materialName, materialCode);
|
}
|
|
public System.Threading.Tasks.Task<WMS.yunneiWCS.resMsgOfmaterialFj0h9u9J> findMaterialAsync(WMS.yunneiWCS.paging page, string materialName, string materialCode) {
|
return base.Channel.findMaterialAsync(page, materialName, materialCode);
|
}
|
|
public WMS.yunneiWCS.resMsgOfinStockOrderFj0h9u9J findInStock(WMS.yunneiWCS.paging page, string materialName, string materialCode, int status) {
|
return base.Channel.findInStock(page, materialName, materialCode, status);
|
}
|
|
public System.Threading.Tasks.Task<WMS.yunneiWCS.resMsgOfinStockOrderFj0h9u9J> findInStockAsync(WMS.yunneiWCS.paging page, string materialName, string materialCode, int status) {
|
return base.Channel.findInStockAsync(page, materialName, materialCode, status);
|
}
|
|
public WMS.yunneiWCS.resMsgOfv_inStockOrderFj0h9u9J findInStockNewVersion(WMS.yunneiWCS.paging page, WMS.yunneiWCS.v_inStockOrder value) {
|
return base.Channel.findInStockNewVersion(page, value);
|
}
|
|
public System.Threading.Tasks.Task<WMS.yunneiWCS.resMsgOfv_inStockOrderFj0h9u9J> findInStockNewVersionAsync(WMS.yunneiWCS.paging page, WMS.yunneiWCS.v_inStockOrder value) {
|
return base.Channel.findInStockNewVersionAsync(page, value);
|
}
|
|
public WMS.yunneiWCS.resMsgOfWms_outInStockRecord_V2_MesFj0h9u9J findOutInStockRecord_V2_Mes(WMS.yunneiWCS.paging page, WMS.yunneiWCS.Wms_outInStockRecord_V2_Mes value) {
|
return base.Channel.findOutInStockRecord_V2_Mes(page, value);
|
}
|
|
public System.Threading.Tasks.Task<WMS.yunneiWCS.resMsgOfWms_outInStockRecord_V2_MesFj0h9u9J> findOutInStockRecord_V2_MesAsync(WMS.yunneiWCS.paging page, WMS.yunneiWCS.Wms_outInStockRecord_V2_Mes value) {
|
return base.Channel.findOutInStockRecord_V2_MesAsync(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);
|
}
|
|
public System.Threading.Tasks.Task<WMS.yunneiWCS.resMsgOfpositionFj0h9u9J> findPositionAsync(WMS.yunneiWCS.paging page, string position, int islock, int isfree) {
|
return base.Channel.findPositionAsync(page, position, islock, isfree);
|
}
|
|
public WMS.yunneiWCS.resMsgOfpositionFj0h9u9J findSinglePosition(string position) {
|
return base.Channel.findSinglePosition(position);
|
}
|
|
public System.Threading.Tasks.Task<WMS.yunneiWCS.resMsgOfpositionFj0h9u9J> findSinglePositionAsync(string position) {
|
return base.Channel.findSinglePositionAsync(position);
|
}
|
|
public WMS.yunneiWCS.resMsgOfstring safetySignalByPerson(int taskId) {
|
return base.Channel.safetySignalByPerson(taskId);
|
}
|
|
public System.Threading.Tasks.Task<WMS.yunneiWCS.resMsgOfstring> safetySignalByPersonAsync(int taskId) {
|
return base.Channel.safetySignalByPersonAsync(taskId);
|
}
|
|
public bool safetySignal(string station, int OutOrIn, string agvTaskNo) {
|
return base.Channel.safetySignal(station, OutOrIn, agvTaskNo);
|
}
|
|
public System.Threading.Tasks.Task<bool> safetySignalAsync(string station, int OutOrIn, string agvTaskNo) {
|
return base.Channel.safetySignalAsync(station, OutOrIn, agvTaskNo);
|
}
|
|
public WMS.yunneiWCS.resMsgOftaskFj0h9u9J findTask(WMS.yunneiWCS.paging page, int taskId, int taskType, string place, string order, string taskName, string materialCode, string materialName) {
|
return base.Channel.findTask(page, taskId, taskType, place, order, taskName, materialCode, materialName);
|
}
|
|
public System.Threading.Tasks.Task<WMS.yunneiWCS.resMsgOftaskFj0h9u9J> findTaskAsync(WMS.yunneiWCS.paging page, int taskId, int taskType, string place, string order, string taskName, string materialCode, string materialName) {
|
return base.Channel.findTaskAsync(page, taskId, taskType, place, order, taskName, materialCode, materialName);
|
}
|
|
public WMS.yunneiWCS.resMsgOfroleVsModuleFj0h9u9J findRoleModule(WMS.yunneiWCS.paging page, string roleName) {
|
return base.Channel.findRoleModule(page, roleName);
|
}
|
|
public System.Threading.Tasks.Task<WMS.yunneiWCS.resMsgOfroleVsModuleFj0h9u9J> findRoleModuleAsync(WMS.yunneiWCS.paging page, string roleName) {
|
return base.Channel.findRoleModuleAsync(page, roleName);
|
}
|
|
public void addModule(string module, string roleName, int operation) {
|
base.Channel.addModule(module, roleName, operation);
|
}
|
|
public System.Threading.Tasks.Task addModuleAsync(string module, string roleName, int operation) {
|
return base.Channel.addModuleAsync(module, roleName, operation);
|
}
|
|
public WMS.yunneiWCS.resMsgOfVproductStockFj0h9u9J findProductStock(WMS.yunneiWCS.paging page, WMS.yunneiWCS.VproductStock value) {
|
return base.Channel.findProductStock(page, value);
|
}
|
|
public System.Threading.Tasks.Task<WMS.yunneiWCS.resMsgOfVproductStockFj0h9u9J> findProductStockAsync(WMS.yunneiWCS.paging page, WMS.yunneiWCS.VproductStock value) {
|
return base.Channel.findProductStockAsync(page, value);
|
}
|
|
public WMS.yunneiWCS.MyVproductStock[] findAllProductStock() {
|
return base.Channel.findAllProductStock();
|
}
|
|
public System.Threading.Tasks.Task<WMS.yunneiWCS.MyVproductStock[]> findAllProductStockAsync() {
|
return base.Channel.findAllProductStockAsync();
|
}
|
|
public WMS.yunneiWCS.resMsgOfproductStockListFj0h9u9J findStockList(string positionName) {
|
return base.Channel.findStockList(positionName);
|
}
|
|
public System.Threading.Tasks.Task<WMS.yunneiWCS.resMsgOfproductStockListFj0h9u9J> findStockListAsync(string positionName) {
|
return base.Channel.findStockListAsync(positionName);
|
}
|
|
public WMS.yunneiWCS.resMsgOfpositionFj0h9u9J stationStatus() {
|
return base.Channel.stationStatus();
|
}
|
|
public System.Threading.Tasks.Task<WMS.yunneiWCS.resMsgOfpositionFj0h9u9J> stationStatusAsync() {
|
return base.Channel.stationStatusAsync();
|
}
|
|
public WMS.yunneiWCS.resMsgOfpositionFj0h9u9J UpStationInfo() {
|
return base.Channel.UpStationInfo();
|
}
|
|
public System.Threading.Tasks.Task<WMS.yunneiWCS.resMsgOfpositionFj0h9u9J> UpStationInfoAsync() {
|
return base.Channel.UpStationInfoAsync();
|
}
|
|
public WMS.yunneiWCS.resMsgOfstring unlockPosition(string postionName) {
|
return base.Channel.unlockPosition(postionName);
|
}
|
|
public System.Threading.Tasks.Task<WMS.yunneiWCS.resMsgOfstring> unlockPositionAsync(string postionName) {
|
return base.Channel.unlockPositionAsync(postionName);
|
}
|
|
public WMS.yunneiWCS.resMsgOfstring unlockAndLockPosition(bool isLock, string postionName, string lockRemark, string lockUser) {
|
return base.Channel.unlockAndLockPosition(isLock, postionName, lockRemark, lockUser);
|
}
|
|
public System.Threading.Tasks.Task<WMS.yunneiWCS.resMsgOfstring> unlockAndLockPositionAsync(bool isLock, string postionName, string lockRemark, string lockUser) {
|
return base.Channel.unlockAndLockPositionAsync(isLock, postionName, lockRemark, lockUser);
|
}
|
|
public WMS.yunneiWCS.resMsgOftaskRecordFj0h9u9J findTaskChild(string taskId) {
|
return base.Channel.findTaskChild(taskId);
|
}
|
|
public System.Threading.Tasks.Task<WMS.yunneiWCS.resMsgOftaskRecordFj0h9u9J> findTaskChildAsync(string taskId) {
|
return base.Channel.findTaskChildAsync(taskId);
|
}
|
|
public string[] findAgvInfo() {
|
return base.Channel.findAgvInfo();
|
}
|
|
public System.Threading.Tasks.Task<string[]> findAgvInfoAsync() {
|
return base.Channel.findAgvInfoAsync();
|
}
|
|
public string srmTaskReSend(long taskId, string SourcePlace, string ToPlace, int isref, bool isUnLineTask) {
|
return base.Channel.srmTaskReSend(taskId, SourcePlace, ToPlace, isref, isUnLineTask);
|
}
|
|
public System.Threading.Tasks.Task<string> srmTaskReSendAsync(long taskId, string SourcePlace, string ToPlace, int isref, bool isUnLineTask) {
|
return base.Channel.srmTaskReSendAsync(taskId, SourcePlace, ToPlace, isref, isUnLineTask);
|
}
|
|
public string AgvTaskReSend(long taskId, string sourcePlace, string toPlace) {
|
return base.Channel.AgvTaskReSend(taskId, sourcePlace, toPlace);
|
}
|
|
public System.Threading.Tasks.Task<string> AgvTaskReSendAsync(long taskId, string sourcePlace, string toPlace) {
|
return base.Channel.AgvTaskReSendAsync(taskId, sourcePlace, toPlace);
|
}
|
|
public WMS.yunneiWCS.resMsgOftaskFj0h9u9J TaskDisplay(int arae) {
|
return base.Channel.TaskDisplay(arae);
|
}
|
|
public System.Threading.Tasks.Task<WMS.yunneiWCS.resMsgOftaskFj0h9u9J> TaskDisplayAsync(int arae) {
|
return base.Channel.TaskDisplayAsync(arae);
|
}
|
|
public string materialOP(int types, int ID, string materialCode, string materialName, int materialType, string version) {
|
return base.Channel.materialOP(types, ID, materialCode, materialName, materialType, version);
|
}
|
|
public System.Threading.Tasks.Task<string> materialOPAsync(int types, int ID, string materialCode, string materialName, int materialType, string version) {
|
return base.Channel.materialOPAsync(types, ID, materialCode, materialName, materialType, version);
|
}
|
|
public void emptyBack(string station) {
|
base.Channel.emptyBack(station);
|
}
|
|
public System.Threading.Tasks.Task emptyBackAsync(string station) {
|
return base.Channel.emptyBackAsync(station);
|
}
|
|
public WMS.yunneiWCS.convEntity[] getConvStatus() {
|
return base.Channel.getConvStatus();
|
}
|
|
public System.Threading.Tasks.Task<WMS.yunneiWCS.convEntity[]> getConvStatusAsync() {
|
return base.Channel.getConvStatusAsync();
|
}
|
|
public WMS.yunneiWCS.srmEntity getSrmStatus() {
|
return base.Channel.getSrmStatus();
|
}
|
|
public System.Threading.Tasks.Task<WMS.yunneiWCS.srmEntity> getSrmStatusAsync() {
|
return base.Channel.getSrmStatusAsync();
|
}
|
|
public void sendSrmACK() {
|
base.Channel.sendSrmACK();
|
}
|
|
public System.Threading.Tasks.Task sendSrmACKAsync() {
|
return base.Channel.sendSrmACKAsync();
|
}
|
|
public void srmConfirm() {
|
base.Channel.srmConfirm();
|
}
|
|
public System.Threading.Tasks.Task srmConfirmAsync() {
|
return base.Channel.srmConfirmAsync();
|
}
|
|
public void srmAlarmReset() {
|
base.Channel.srmAlarmReset();
|
}
|
|
public System.Threading.Tasks.Task srmAlarmResetAsync() {
|
return base.Channel.srmAlarmResetAsync();
|
}
|
|
public WMS.yunneiWCS.FunctionReturnEntityOfboolean deleteProduct(string positionName, string user) {
|
return base.Channel.deleteProduct(positionName, user);
|
}
|
|
public System.Threading.Tasks.Task<WMS.yunneiWCS.FunctionReturnEntityOfboolean> deleteProductAsync(string positionName, string user) {
|
return base.Channel.deleteProductAsync(positionName, user);
|
}
|
|
public string editPlace(WMS.yunneiWCS.position place) {
|
return base.Channel.editPlace(place);
|
}
|
|
public System.Threading.Tasks.Task<string> editPlaceAsync(WMS.yunneiWCS.position place) {
|
return base.Channel.editPlaceAsync(place);
|
}
|
|
public WMS.yunneiWCS.resMsgOfstring modfiyStockList(WMS.yunneiWCS.productStockList[] value, long taskId) {
|
return base.Channel.modfiyStockList(value, taskId);
|
}
|
|
public System.Threading.Tasks.Task<WMS.yunneiWCS.resMsgOfstring> modfiyStockListAsync(WMS.yunneiWCS.productStockList[] value, long taskId) {
|
return base.Channel.modfiyStockListAsync(value, taskId);
|
}
|
|
public WMS.yunneiWCS.resMsgOfinStockOrderListFj0h9u9J findInStockList(string inStockCode) {
|
return base.Channel.findInStockList(inStockCode);
|
}
|
|
public System.Threading.Tasks.Task<WMS.yunneiWCS.resMsgOfinStockOrderListFj0h9u9J> findInStockListAsync(string inStockCode) {
|
return base.Channel.findInStockListAsync(inStockCode);
|
}
|
|
public WMS.yunneiWCS.resMsgOfWms_outInStockRecord_Details_V2_MesFj0h9u9J findOutInStockRecord_Details_V2_Mes(long mainId) {
|
return base.Channel.findOutInStockRecord_Details_V2_Mes(mainId);
|
}
|
|
public System.Threading.Tasks.Task<WMS.yunneiWCS.resMsgOfWms_outInStockRecord_Details_V2_MesFj0h9u9J> findOutInStockRecord_Details_V2_MesAsync(long mainId) {
|
return base.Channel.findOutInStockRecord_Details_V2_MesAsync(mainId);
|
}
|
|
public WMS.yunneiWCS.resMsgOfstring modfiyInStockList(WMS.yunneiWCS.inStockOrderList[] value) {
|
return base.Channel.modfiyInStockList(value);
|
}
|
|
public System.Threading.Tasks.Task<WMS.yunneiWCS.resMsgOfstring> modfiyInStockListAsync(WMS.yunneiWCS.inStockOrderList[] value) {
|
return base.Channel.modfiyInStockListAsync(value);
|
}
|
|
public WMS.yunneiWCS.resMsgOfstring deleteInStock(string inStockCode) {
|
return base.Channel.deleteInStock(inStockCode);
|
}
|
|
public System.Threading.Tasks.Task<WMS.yunneiWCS.resMsgOfstring> deleteInStockAsync(string inStockCode) {
|
return base.Channel.deleteInStockAsync(inStockCode);
|
}
|
|
public WMS.yunneiWCS.resMsgOfstring deleteTask(string taskId) {
|
return base.Channel.deleteTask(taskId);
|
}
|
|
public System.Threading.Tasks.Task<WMS.yunneiWCS.resMsgOfstring> deleteTaskAsync(string taskId) {
|
return base.Channel.deleteTaskAsync(taskId);
|
}
|
|
public WMS.yunneiWCS.resMsgOfstring forceCompleteTask(string taskId, string user, string forceCompleteReason) {
|
return base.Channel.forceCompleteTask(taskId, user, forceCompleteReason);
|
}
|
|
public System.Threading.Tasks.Task<WMS.yunneiWCS.resMsgOfstring> forceCompleteTaskAsync(string taskId, string user, string forceCompleteReason) {
|
return base.Channel.forceCompleteTaskAsync(taskId, user, forceCompleteReason);
|
}
|
|
public WMS.yunneiWCS.resMsgOfoutInStockRecordFj0h9u9J getTakeRecord(WMS.yunneiWCS.paging page, string materialName, string materialCode, int taskType) {
|
return base.Channel.getTakeRecord(page, materialName, materialCode, taskType);
|
}
|
|
public System.Threading.Tasks.Task<WMS.yunneiWCS.resMsgOfoutInStockRecordFj0h9u9J> getTakeRecordAsync(WMS.yunneiWCS.paging page, string materialName, string materialCode, int taskType) {
|
return base.Channel.getTakeRecordAsync(page, materialName, materialCode, taskType);
|
}
|
|
public WMS.yunneiWCS.resMsgOfWms_outInStockRecordFj0h9u9J getOutInStockRecord(WMS.yunneiWCS.paging page, WMS.yunneiWCS.Wms_outInStockRecord value) {
|
return base.Channel.getOutInStockRecord(page, value);
|
}
|
|
public System.Threading.Tasks.Task<WMS.yunneiWCS.resMsgOfWms_outInStockRecordFj0h9u9J> getOutInStockRecordAsync(WMS.yunneiWCS.paging page, WMS.yunneiWCS.Wms_outInStockRecord value) {
|
return base.Channel.getOutInStockRecordAsync(page, value);
|
}
|
|
public WMS.yunneiWCS.resMsgOfv_outStockListFj0h9u9J getOutStockOrderNewVersion(WMS.yunneiWCS.paging page, WMS.yunneiWCS.v_outStockList value) {
|
return base.Channel.getOutStockOrderNewVersion(page, value);
|
}
|
|
public System.Threading.Tasks.Task<WMS.yunneiWCS.resMsgOfv_outStockListFj0h9u9J> getOutStockOrderNewVersionAsync(WMS.yunneiWCS.paging page, WMS.yunneiWCS.v_outStockList value) {
|
return base.Channel.getOutStockOrderNewVersionAsync(page, value);
|
}
|
|
public WMS.yunneiWCS.FunctionReturnEntityOfArrayOfstringuHEDJ7Dj GetSelectList(string type) {
|
return base.Channel.GetSelectList(type);
|
}
|
|
public System.Threading.Tasks.Task<WMS.yunneiWCS.FunctionReturnEntityOfArrayOfstringuHEDJ7Dj> GetSelectListAsync(string type) {
|
return base.Channel.GetSelectListAsync(type);
|
}
|
|
public WMS.yunneiWCS.FunctionReturnEntityOfArrayOfListItemoEEWxbQv GetEnumSelectList(string enumName, bool isAddEmpty) {
|
return base.Channel.GetEnumSelectList(enumName, isAddEmpty);
|
}
|
|
public System.Threading.Tasks.Task<WMS.yunneiWCS.FunctionReturnEntityOfArrayOfListItemoEEWxbQv> GetEnumSelectListAsync(string enumName, bool isAddEmpty) {
|
return base.Channel.GetEnumSelectListAsync(enumName, isAddEmpty);
|
}
|
|
public WMS.yunneiWCS.FunctionReturnEntityOfstring CreateTaskForHandOutStore(int flag, string userName, string source_station, string to_station) {
|
return base.Channel.CreateTaskForHandOutStore(flag, userName, source_station, to_station);
|
}
|
|
public System.Threading.Tasks.Task<WMS.yunneiWCS.FunctionReturnEntityOfstring> CreateTaskForHandOutStoreAsync(int flag, string userName, string source_station, string to_station) {
|
return base.Channel.CreateTaskForHandOutStoreAsync(flag, userName, source_station, to_station);
|
}
|
|
public WMS.yunneiWCS.FunctionReturnEntityOfstring Trans_LoadMaterialConfirm(int index) {
|
return base.Channel.Trans_LoadMaterialConfirm(index);
|
}
|
|
public System.Threading.Tasks.Task<WMS.yunneiWCS.FunctionReturnEntityOfstring> Trans_LoadMaterialConfirmAsync(int index) {
|
return base.Channel.Trans_LoadMaterialConfirmAsync(index);
|
}
|
|
public WMS.yunneiWCS.FunctionReturnEntityOfstring ClearGJJY(int index) {
|
return base.Channel.ClearGJJY(index);
|
}
|
|
public System.Threading.Tasks.Task<WMS.yunneiWCS.FunctionReturnEntityOfstring> ClearGJJYAsync(int index) {
|
return base.Channel.ClearGJJYAsync(index);
|
}
|
|
public WMS.yunneiWCS.resMsgOfStockClearLogFj0h9u9J findStockClearLog(WMS.yunneiWCS.paging page, WMS.yunneiWCS.StockClearLog value) {
|
return base.Channel.findStockClearLog(page, value);
|
}
|
|
public System.Threading.Tasks.Task<WMS.yunneiWCS.resMsgOfStockClearLogFj0h9u9J> findStockClearLogAsync(WMS.yunneiWCS.paging page, WMS.yunneiWCS.StockClearLog value) {
|
return base.Channel.findStockClearLogAsync(page, value);
|
}
|
|
public string GetBasicDataSetForSupplier() {
|
return base.Channel.GetBasicDataSetForSupplier();
|
}
|
|
public System.Threading.Tasks.Task<string> GetBasicDataSetForSupplierAsync() {
|
return base.Channel.GetBasicDataSetForSupplierAsync();
|
}
|
|
public string GetBasicDataSetForStayMonths() {
|
return base.Channel.GetBasicDataSetForStayMonths();
|
}
|
|
public System.Threading.Tasks.Task<string> GetBasicDataSetForStayMonthsAsync() {
|
return base.Channel.GetBasicDataSetForStayMonthsAsync();
|
}
|
|
public WMS.yunneiWCS.FunctionReturnEntityOfBasicDataSetFj0h9u9J UpdateBasicDataSetForSupplier(string supplier, string user) {
|
return base.Channel.UpdateBasicDataSetForSupplier(supplier, user);
|
}
|
|
public System.Threading.Tasks.Task<WMS.yunneiWCS.FunctionReturnEntityOfBasicDataSetFj0h9u9J> UpdateBasicDataSetForSupplierAsync(string supplier, string user) {
|
return base.Channel.UpdateBasicDataSetForSupplierAsync(supplier, user);
|
}
|
|
public WMS.yunneiWCS.FunctionReturnEntityOfBasicDataSetFj0h9u9J UpdateBasicDataSetForStayMonths(int stayMonths, string user) {
|
return base.Channel.UpdateBasicDataSetForStayMonths(stayMonths, user);
|
}
|
|
public System.Threading.Tasks.Task<WMS.yunneiWCS.FunctionReturnEntityOfBasicDataSetFj0h9u9J> UpdateBasicDataSetForStayMonthsAsync(int stayMonths, string user) {
|
return base.Channel.UpdateBasicDataSetForStayMonthsAsync(stayMonths, user);
|
}
|
|
public WMS.yunneiWCS.FunctionReturnEntityOftaskFj0h9u9J GetQueLiao() {
|
return base.Channel.GetQueLiao();
|
}
|
|
public System.Threading.Tasks.Task<WMS.yunneiWCS.FunctionReturnEntityOftaskFj0h9u9J> GetQueLiaoAsync() {
|
return base.Channel.GetQueLiaoAsync();
|
}
|
|
public string CreateTaskIdForAgvTaskByHand() {
|
return base.Channel.CreateTaskIdForAgvTaskByHand();
|
}
|
|
public System.Threading.Tasks.Task<string> CreateTaskIdForAgvTaskByHandAsync() {
|
return base.Channel.CreateTaskIdForAgvTaskByHandAsync();
|
}
|
|
public WMS.yunneiWCS.DeviceTaskNoEntity CreateTaskId() {
|
return base.Channel.CreateTaskId();
|
}
|
|
public System.Threading.Tasks.Task<WMS.yunneiWCS.DeviceTaskNoEntity> CreateTaskIdAsync() {
|
return base.Channel.CreateTaskIdAsync();
|
}
|
|
public WMS.yunneiWCS.FunctionReturnEntityOfstring IssueTaskForPangLuGongWei(int taskId, string midStorePosition) {
|
return base.Channel.IssueTaskForPangLuGongWei(taskId, midStorePosition);
|
}
|
|
public System.Threading.Tasks.Task<WMS.yunneiWCS.FunctionReturnEntityOfstring> IssueTaskForPangLuGongWeiAsync(int taskId, string midStorePosition) {
|
return base.Channel.IssueTaskForPangLuGongWeiAsync(taskId, midStorePosition);
|
}
|
}
|
}
|