//------------------------------------------------------------------------------
|
// <auto-generated>
|
// 此代码由工具生成。
|
// 运行时版本:4.0.30319.42000
|
//
|
// 对此文件的更改可能会导致不正确的行为,并且如果
|
// 重新生成代码,这些更改将会丢失。
|
// </auto-generated>
|
//------------------------------------------------------------------------------
|
|
namespace sunui.wcs {
|
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 sunui.wcs.user[] dateField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private sunui.wcs.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 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 sunui.wcs.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 sunui.wcs.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 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 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 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 System.DateTime endDateTimeField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private int idField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private int pagenumField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private int pagesizeField;
|
|
[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 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 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 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 sunui.wcs.role[] dateField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private sunui.wcs.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 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 sunui.wcs.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 sunui.wcs.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 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 sunui.wcs.userAndRole[] dateField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private sunui.wcs.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 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 sunui.wcs.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 sunui.wcs.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 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 sunui.wcs.material[] dateField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private sunui.wcs.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 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 sunui.wcs.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 sunui.wcs.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 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 sunui.wcs.inStockOrder[] dateField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private sunui.wcs.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 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 sunui.wcs.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 sunui.wcs.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 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;
|
|
[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");
|
}
|
}
|
}
|
|
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 sunui.wcs.position[] dateField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private sunui.wcs.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 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 sunui.wcs.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 sunui.wcs.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 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<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 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 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<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 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 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 sunui.wcs.task[] dateField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private sunui.wcs.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 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 sunui.wcs.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 sunui.wcs.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 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 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 System.Nullable<System.DateTime> finishTimeField;
|
|
[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 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 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 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 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 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 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 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="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 sunui.wcs.roleVsModule[] dateField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private sunui.wcs.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 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 sunui.wcs.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 sunui.wcs.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 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 sunui.wcs.VproductStock[] dateField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private sunui.wcs.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 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 sunui.wcs.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 sunui.wcs.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 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="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 sunui.wcs.productStockList[] dateField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private sunui.wcs.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 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 sunui.wcs.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 sunui.wcs.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 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 sunui.wcs.taskRecord[] dateField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private sunui.wcs.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 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 sunui.wcs.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 sunui.wcs.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 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 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 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 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 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 stateField;
|
|
[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 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 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="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 sunui.wcs.inStockOrderList[] dateField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private sunui.wcs.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 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 sunui.wcs.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 sunui.wcs.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 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="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 sunui.wcs.outInStockRecord[] dateField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private sunui.wcs.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 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 sunui.wcs.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 sunui.wcs.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 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="resMsgOfoutStockListFj0h9u9J", Namespace="http://schemas.datacontract.org/2004/07/yunneiWCS.EnumDefine")]
|
[System.SerializableAttribute()]
|
public partial class resMsgOfoutStockListFj0h9u9J : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
|
|
[System.NonSerializedAttribute()]
|
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private sunui.wcs.outStockList[] dateField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private sunui.wcs.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 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 sunui.wcs.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 sunui.wcs.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 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="outStockList", Namespace="http://schemas.datacontract.org/2004/07/yunneiWCS.ORM")]
|
[System.SerializableAttribute()]
|
public partial class outStockList : 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 materialCodeField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string materialNameField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private string outStockOrderField;
|
|
[System.Runtime.Serialization.OptionalFieldAttribute()]
|
private System.Nullable<int> quantityField;
|
|
[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 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 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");
|
}
|
}
|
}
|
|
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.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
[System.ServiceModel.ServiceContractAttribute(ConfigurationName="wcs.IyunneiWcf")]
|
public interface IyunneiWcf {
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/login", ReplyAction="http://tempuri.org/IyunneiWcf/loginResponse")]
|
sunui.wcs.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<sunui.wcs.resMsgOfuserFj0h9u9J> loginAsync(string userName, string userPassword);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/addRole", ReplyAction="http://tempuri.org/IyunneiWcf/addRoleResponse")]
|
sunui.wcs.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<sunui.wcs.resMsgOfstring> addRoleAsync(string addName, int area, int operation);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/findRole", ReplyAction="http://tempuri.org/IyunneiWcf/findRoleResponse")]
|
sunui.wcs.resMsgOfroleFj0h9u9J findRole(sunui.wcs.paging page, string roleName);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/findRole", ReplyAction="http://tempuri.org/IyunneiWcf/findRoleResponse")]
|
System.Threading.Tasks.Task<sunui.wcs.resMsgOfroleFj0h9u9J> findRoleAsync(sunui.wcs.paging page, string roleName);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/findUser", ReplyAction="http://tempuri.org/IyunneiWcf/findUserResponse")]
|
sunui.wcs.resMsgOfuserAndRoleFj0h9u9J findUser(sunui.wcs.paging page, string userName);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/findUser", ReplyAction="http://tempuri.org/IyunneiWcf/findUserResponse")]
|
System.Threading.Tasks.Task<sunui.wcs.resMsgOfuserAndRoleFj0h9u9J> findUserAsync(sunui.wcs.paging page, string userName);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/addUser", ReplyAction="http://tempuri.org/IyunneiWcf/addUserResponse")]
|
sunui.wcs.resMsgOfstring addUser(sunui.wcs.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<sunui.wcs.resMsgOfstring> addUserAsync(sunui.wcs.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")]
|
sunui.wcs.resMsgOfmaterialFj0h9u9J findMaterial(sunui.wcs.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<sunui.wcs.resMsgOfmaterialFj0h9u9J> findMaterialAsync(sunui.wcs.paging page, string materialName, string materialCode);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/findInStock", ReplyAction="http://tempuri.org/IyunneiWcf/findInStockResponse")]
|
sunui.wcs.resMsgOfinStockOrderFj0h9u9J findInStock(sunui.wcs.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<sunui.wcs.resMsgOfinStockOrderFj0h9u9J> findInStockAsync(sunui.wcs.paging page, string materialName, string materialCode, int status);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/findPosition", ReplyAction="http://tempuri.org/IyunneiWcf/findPositionResponse")]
|
sunui.wcs.resMsgOfpositionFj0h9u9J findPosition(sunui.wcs.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<sunui.wcs.resMsgOfpositionFj0h9u9J> findPositionAsync(sunui.wcs.paging page, string position, int islock, int isfree);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/safetySignal", ReplyAction="http://tempuri.org/IyunneiWcf/safetySignalResponse")]
|
bool safetySignal(string station, int OutOrIn, int taskId);
|
|
[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, int taskId);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/findTask", ReplyAction="http://tempuri.org/IyunneiWcf/findTaskResponse")]
|
sunui.wcs.resMsgOftaskFj0h9u9J findTask(sunui.wcs.paging page, int taskId, int taskType, string place);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/findTask", ReplyAction="http://tempuri.org/IyunneiWcf/findTaskResponse")]
|
System.Threading.Tasks.Task<sunui.wcs.resMsgOftaskFj0h9u9J> findTaskAsync(sunui.wcs.paging page, int taskId, int taskType, string place);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/findRoleModule", ReplyAction="http://tempuri.org/IyunneiWcf/findRoleModuleResponse")]
|
sunui.wcs.resMsgOfroleVsModuleFj0h9u9J findRoleModule(sunui.wcs.paging page, string roleName);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/findRoleModule", ReplyAction="http://tempuri.org/IyunneiWcf/findRoleModuleResponse")]
|
System.Threading.Tasks.Task<sunui.wcs.resMsgOfroleVsModuleFj0h9u9J> findRoleModuleAsync(sunui.wcs.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")]
|
sunui.wcs.resMsgOfVproductStockFj0h9u9J findProductStock(sunui.wcs.paging page, sunui.wcs.VproductStock value);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/findProductStock", ReplyAction="http://tempuri.org/IyunneiWcf/findProductStockResponse")]
|
System.Threading.Tasks.Task<sunui.wcs.resMsgOfVproductStockFj0h9u9J> findProductStockAsync(sunui.wcs.paging page, sunui.wcs.VproductStock value);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/findStockList", ReplyAction="http://tempuri.org/IyunneiWcf/findStockListResponse")]
|
sunui.wcs.resMsgOfproductStockListFj0h9u9J findStockList(string positionName);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/findStockList", ReplyAction="http://tempuri.org/IyunneiWcf/findStockListResponse")]
|
System.Threading.Tasks.Task<sunui.wcs.resMsgOfproductStockListFj0h9u9J> findStockListAsync(string positionName);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/stationStatus", ReplyAction="http://tempuri.org/IyunneiWcf/stationStatusResponse")]
|
sunui.wcs.resMsgOfpositionFj0h9u9J stationStatus();
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/stationStatus", ReplyAction="http://tempuri.org/IyunneiWcf/stationStatusResponse")]
|
System.Threading.Tasks.Task<sunui.wcs.resMsgOfpositionFj0h9u9J> stationStatusAsync();
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/UpStationInfo", ReplyAction="http://tempuri.org/IyunneiWcf/UpStationInfoResponse")]
|
sunui.wcs.resMsgOfpositionFj0h9u9J UpStationInfo();
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/UpStationInfo", ReplyAction="http://tempuri.org/IyunneiWcf/UpStationInfoResponse")]
|
System.Threading.Tasks.Task<sunui.wcs.resMsgOfpositionFj0h9u9J> UpStationInfoAsync();
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/unlockPosition", ReplyAction="http://tempuri.org/IyunneiWcf/unlockPositionResponse")]
|
sunui.wcs.resMsgOfstring unlockPosition(string postionName);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/unlockPosition", ReplyAction="http://tempuri.org/IyunneiWcf/unlockPositionResponse")]
|
System.Threading.Tasks.Task<sunui.wcs.resMsgOfstring> unlockPositionAsync(string postionName);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/findTaskChild", ReplyAction="http://tempuri.org/IyunneiWcf/findTaskChildResponse")]
|
sunui.wcs.resMsgOftaskRecordFj0h9u9J findTaskChild(string taskId);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/findTaskChild", ReplyAction="http://tempuri.org/IyunneiWcf/findTaskChildResponse")]
|
System.Threading.Tasks.Task<sunui.wcs.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);
|
|
[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);
|
|
[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")]
|
sunui.wcs.resMsgOftaskFj0h9u9J TaskDisplay(int arae);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/TaskDisplay", ReplyAction="http://tempuri.org/IyunneiWcf/TaskDisplayResponse")]
|
System.Threading.Tasks.Task<sunui.wcs.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")]
|
sunui.wcs.convEntity[] getConvStatus();
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/getConvStatus", ReplyAction="http://tempuri.org/IyunneiWcf/getConvStatusResponse")]
|
System.Threading.Tasks.Task<sunui.wcs.convEntity[]> getConvStatusAsync();
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/getSrmStatus", ReplyAction="http://tempuri.org/IyunneiWcf/getSrmStatusResponse")]
|
sunui.wcs.srmEntity getSrmStatus();
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/getSrmStatus", ReplyAction="http://tempuri.org/IyunneiWcf/getSrmStatusResponse")]
|
System.Threading.Tasks.Task<sunui.wcs.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")]
|
string deleteProduct(string positionName);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/deleteProduct", ReplyAction="http://tempuri.org/IyunneiWcf/deleteProductResponse")]
|
System.Threading.Tasks.Task<string> deleteProductAsync(string positionName);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/editPlace", ReplyAction="http://tempuri.org/IyunneiWcf/editPlaceResponse")]
|
string editPlace(sunui.wcs.position place);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/editPlace", ReplyAction="http://tempuri.org/IyunneiWcf/editPlaceResponse")]
|
System.Threading.Tasks.Task<string> editPlaceAsync(sunui.wcs.position place);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/modfiyStockList", ReplyAction="http://tempuri.org/IyunneiWcf/modfiyStockListResponse")]
|
sunui.wcs.resMsgOfstring modfiyStockList(sunui.wcs.productStockList[] value);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/modfiyStockList", ReplyAction="http://tempuri.org/IyunneiWcf/modfiyStockListResponse")]
|
System.Threading.Tasks.Task<sunui.wcs.resMsgOfstring> modfiyStockListAsync(sunui.wcs.productStockList[] value);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/findInStockList", ReplyAction="http://tempuri.org/IyunneiWcf/findInStockListResponse")]
|
sunui.wcs.resMsgOfinStockOrderListFj0h9u9J findInStockList(string inStockCode);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/findInStockList", ReplyAction="http://tempuri.org/IyunneiWcf/findInStockListResponse")]
|
System.Threading.Tasks.Task<sunui.wcs.resMsgOfinStockOrderListFj0h9u9J> findInStockListAsync(string inStockCode);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/modfiyInStockList", ReplyAction="http://tempuri.org/IyunneiWcf/modfiyInStockListResponse")]
|
sunui.wcs.resMsgOfstring modfiyInStockList(sunui.wcs.inStockOrderList[] value);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/modfiyInStockList", ReplyAction="http://tempuri.org/IyunneiWcf/modfiyInStockListResponse")]
|
System.Threading.Tasks.Task<sunui.wcs.resMsgOfstring> modfiyInStockListAsync(sunui.wcs.inStockOrderList[] value);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/deleteInStock", ReplyAction="http://tempuri.org/IyunneiWcf/deleteInStockResponse")]
|
sunui.wcs.resMsgOfstring deleteInStock(string inStockCode);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/deleteInStock", ReplyAction="http://tempuri.org/IyunneiWcf/deleteInStockResponse")]
|
System.Threading.Tasks.Task<sunui.wcs.resMsgOfstring> deleteInStockAsync(string inStockCode);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/deleteTask", ReplyAction="http://tempuri.org/IyunneiWcf/deleteTaskResponse")]
|
sunui.wcs.resMsgOfstring deleteTask(string taskId);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/deleteTask", ReplyAction="http://tempuri.org/IyunneiWcf/deleteTaskResponse")]
|
System.Threading.Tasks.Task<sunui.wcs.resMsgOfstring> deleteTaskAsync(string taskId);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/getTakeRecord", ReplyAction="http://tempuri.org/IyunneiWcf/getTakeRecordResponse")]
|
sunui.wcs.resMsgOfoutInStockRecordFj0h9u9J getTakeRecord(sunui.wcs.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<sunui.wcs.resMsgOfoutInStockRecordFj0h9u9J> getTakeRecordAsync(sunui.wcs.paging page, string materialName, string materialCode, int taskType);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/getOutInStockRecord", ReplyAction="http://tempuri.org/IyunneiWcf/getOutInStockRecordResponse")]
|
sunui.wcs.resMsgOfoutInStockRecordFj0h9u9J getOutInStockRecord(sunui.wcs.paging page, sunui.wcs.outInStockRecord value);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/getOutInStockRecord", ReplyAction="http://tempuri.org/IyunneiWcf/getOutInStockRecordResponse")]
|
System.Threading.Tasks.Task<sunui.wcs.resMsgOfoutInStockRecordFj0h9u9J> getOutInStockRecordAsync(sunui.wcs.paging page, sunui.wcs.outInStockRecord value);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/getOutStockOrder", ReplyAction="http://tempuri.org/IyunneiWcf/getOutStockOrderResponse")]
|
sunui.wcs.resMsgOfoutStockListFj0h9u9J getOutStockOrder(sunui.wcs.paging page, string materialName, string materialCode);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/getOutStockOrder", ReplyAction="http://tempuri.org/IyunneiWcf/getOutStockOrderResponse")]
|
System.Threading.Tasks.Task<sunui.wcs.resMsgOfoutStockListFj0h9u9J> getOutStockOrderAsync(sunui.wcs.paging page, string materialName, string materialCode);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/GetSelectList", ReplyAction="http://tempuri.org/IyunneiWcf/GetSelectListResponse")]
|
sunui.wcs.FunctionReturnEntityOfArrayOfstringuHEDJ7Dj GetSelectList(string type);
|
|
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IyunneiWcf/GetSelectList", ReplyAction="http://tempuri.org/IyunneiWcf/GetSelectListResponse")]
|
System.Threading.Tasks.Task<sunui.wcs.FunctionReturnEntityOfArrayOfstringuHEDJ7Dj> GetSelectListAsync(string type);
|
}
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
public interface IyunneiWcfChannel : sunui.wcs.IyunneiWcf, System.ServiceModel.IClientChannel {
|
}
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
public partial class IyunneiWcfClient : System.ServiceModel.ClientBase<sunui.wcs.IyunneiWcf>, sunui.wcs.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 sunui.wcs.resMsgOfuserFj0h9u9J login(string userName, string userPassword) {
|
return base.Channel.login(userName, userPassword);
|
}
|
|
public System.Threading.Tasks.Task<sunui.wcs.resMsgOfuserFj0h9u9J> loginAsync(string userName, string userPassword) {
|
return base.Channel.loginAsync(userName, userPassword);
|
}
|
|
public sunui.wcs.resMsgOfstring addRole(string addName, int area, int operation) {
|
return base.Channel.addRole(addName, area, operation);
|
}
|
|
public System.Threading.Tasks.Task<sunui.wcs.resMsgOfstring> addRoleAsync(string addName, int area, int operation) {
|
return base.Channel.addRoleAsync(addName, area, operation);
|
}
|
|
public sunui.wcs.resMsgOfroleFj0h9u9J findRole(sunui.wcs.paging page, string roleName) {
|
return base.Channel.findRole(page, roleName);
|
}
|
|
public System.Threading.Tasks.Task<sunui.wcs.resMsgOfroleFj0h9u9J> findRoleAsync(sunui.wcs.paging page, string roleName) {
|
return base.Channel.findRoleAsync(page, roleName);
|
}
|
|
public sunui.wcs.resMsgOfuserAndRoleFj0h9u9J findUser(sunui.wcs.paging page, string userName) {
|
return base.Channel.findUser(page, userName);
|
}
|
|
public System.Threading.Tasks.Task<sunui.wcs.resMsgOfuserAndRoleFj0h9u9J> findUserAsync(sunui.wcs.paging page, string userName) {
|
return base.Channel.findUserAsync(page, userName);
|
}
|
|
public sunui.wcs.resMsgOfstring addUser(sunui.wcs.user addName, string creator, int operation) {
|
return base.Channel.addUser(addName, creator, operation);
|
}
|
|
public System.Threading.Tasks.Task<sunui.wcs.resMsgOfstring> addUserAsync(sunui.wcs.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 sunui.wcs.resMsgOfmaterialFj0h9u9J findMaterial(sunui.wcs.paging page, string materialName, string materialCode) {
|
return base.Channel.findMaterial(page, materialName, materialCode);
|
}
|
|
public System.Threading.Tasks.Task<sunui.wcs.resMsgOfmaterialFj0h9u9J> findMaterialAsync(sunui.wcs.paging page, string materialName, string materialCode) {
|
return base.Channel.findMaterialAsync(page, materialName, materialCode);
|
}
|
|
public sunui.wcs.resMsgOfinStockOrderFj0h9u9J findInStock(sunui.wcs.paging page, string materialName, string materialCode, int status) {
|
return base.Channel.findInStock(page, materialName, materialCode, status);
|
}
|
|
public System.Threading.Tasks.Task<sunui.wcs.resMsgOfinStockOrderFj0h9u9J> findInStockAsync(sunui.wcs.paging page, string materialName, string materialCode, int status) {
|
return base.Channel.findInStockAsync(page, materialName, materialCode, status);
|
}
|
|
public sunui.wcs.resMsgOfpositionFj0h9u9J findPosition(sunui.wcs.paging page, string position, int islock, int isfree) {
|
return base.Channel.findPosition(page, position, islock, isfree);
|
}
|
|
public System.Threading.Tasks.Task<sunui.wcs.resMsgOfpositionFj0h9u9J> findPositionAsync(sunui.wcs.paging page, string position, int islock, int isfree) {
|
return base.Channel.findPositionAsync(page, position, islock, isfree);
|
}
|
|
public bool safetySignal(string station, int OutOrIn, int taskId) {
|
return base.Channel.safetySignal(station, OutOrIn, taskId);
|
}
|
|
public System.Threading.Tasks.Task<bool> safetySignalAsync(string station, int OutOrIn, int taskId) {
|
return base.Channel.safetySignalAsync(station, OutOrIn, taskId);
|
}
|
|
public sunui.wcs.resMsgOftaskFj0h9u9J findTask(sunui.wcs.paging page, int taskId, int taskType, string place) {
|
return base.Channel.findTask(page, taskId, taskType, place);
|
}
|
|
public System.Threading.Tasks.Task<sunui.wcs.resMsgOftaskFj0h9u9J> findTaskAsync(sunui.wcs.paging page, int taskId, int taskType, string place) {
|
return base.Channel.findTaskAsync(page, taskId, taskType, place);
|
}
|
|
public sunui.wcs.resMsgOfroleVsModuleFj0h9u9J findRoleModule(sunui.wcs.paging page, string roleName) {
|
return base.Channel.findRoleModule(page, roleName);
|
}
|
|
public System.Threading.Tasks.Task<sunui.wcs.resMsgOfroleVsModuleFj0h9u9J> findRoleModuleAsync(sunui.wcs.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 sunui.wcs.resMsgOfVproductStockFj0h9u9J findProductStock(sunui.wcs.paging page, sunui.wcs.VproductStock value) {
|
return base.Channel.findProductStock(page, value);
|
}
|
|
public System.Threading.Tasks.Task<sunui.wcs.resMsgOfVproductStockFj0h9u9J> findProductStockAsync(sunui.wcs.paging page, sunui.wcs.VproductStock value) {
|
return base.Channel.findProductStockAsync(page, value);
|
}
|
|
public sunui.wcs.resMsgOfproductStockListFj0h9u9J findStockList(string positionName) {
|
return base.Channel.findStockList(positionName);
|
}
|
|
public System.Threading.Tasks.Task<sunui.wcs.resMsgOfproductStockListFj0h9u9J> findStockListAsync(string positionName) {
|
return base.Channel.findStockListAsync(positionName);
|
}
|
|
public sunui.wcs.resMsgOfpositionFj0h9u9J stationStatus() {
|
return base.Channel.stationStatus();
|
}
|
|
public System.Threading.Tasks.Task<sunui.wcs.resMsgOfpositionFj0h9u9J> stationStatusAsync() {
|
return base.Channel.stationStatusAsync();
|
}
|
|
public sunui.wcs.resMsgOfpositionFj0h9u9J UpStationInfo() {
|
return base.Channel.UpStationInfo();
|
}
|
|
public System.Threading.Tasks.Task<sunui.wcs.resMsgOfpositionFj0h9u9J> UpStationInfoAsync() {
|
return base.Channel.UpStationInfoAsync();
|
}
|
|
public sunui.wcs.resMsgOfstring unlockPosition(string postionName) {
|
return base.Channel.unlockPosition(postionName);
|
}
|
|
public System.Threading.Tasks.Task<sunui.wcs.resMsgOfstring> unlockPositionAsync(string postionName) {
|
return base.Channel.unlockPositionAsync(postionName);
|
}
|
|
public sunui.wcs.resMsgOftaskRecordFj0h9u9J findTaskChild(string taskId) {
|
return base.Channel.findTaskChild(taskId);
|
}
|
|
public System.Threading.Tasks.Task<sunui.wcs.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) {
|
return base.Channel.srmTaskReSend(taskId, SourcePlace, ToPlace, isref);
|
}
|
|
public System.Threading.Tasks.Task<string> srmTaskReSendAsync(long taskId, string SourcePlace, string ToPlace, int isref) {
|
return base.Channel.srmTaskReSendAsync(taskId, SourcePlace, ToPlace, isref);
|
}
|
|
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 sunui.wcs.resMsgOftaskFj0h9u9J TaskDisplay(int arae) {
|
return base.Channel.TaskDisplay(arae);
|
}
|
|
public System.Threading.Tasks.Task<sunui.wcs.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 sunui.wcs.convEntity[] getConvStatus() {
|
return base.Channel.getConvStatus();
|
}
|
|
public System.Threading.Tasks.Task<sunui.wcs.convEntity[]> getConvStatusAsync() {
|
return base.Channel.getConvStatusAsync();
|
}
|
|
public sunui.wcs.srmEntity getSrmStatus() {
|
return base.Channel.getSrmStatus();
|
}
|
|
public System.Threading.Tasks.Task<sunui.wcs.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 string deleteProduct(string positionName) {
|
return base.Channel.deleteProduct(positionName);
|
}
|
|
public System.Threading.Tasks.Task<string> deleteProductAsync(string positionName) {
|
return base.Channel.deleteProductAsync(positionName);
|
}
|
|
public string editPlace(sunui.wcs.position place) {
|
return base.Channel.editPlace(place);
|
}
|
|
public System.Threading.Tasks.Task<string> editPlaceAsync(sunui.wcs.position place) {
|
return base.Channel.editPlaceAsync(place);
|
}
|
|
public sunui.wcs.resMsgOfstring modfiyStockList(sunui.wcs.productStockList[] value) {
|
return base.Channel.modfiyStockList(value);
|
}
|
|
public System.Threading.Tasks.Task<sunui.wcs.resMsgOfstring> modfiyStockListAsync(sunui.wcs.productStockList[] value) {
|
return base.Channel.modfiyStockListAsync(value);
|
}
|
|
public sunui.wcs.resMsgOfinStockOrderListFj0h9u9J findInStockList(string inStockCode) {
|
return base.Channel.findInStockList(inStockCode);
|
}
|
|
public System.Threading.Tasks.Task<sunui.wcs.resMsgOfinStockOrderListFj0h9u9J> findInStockListAsync(string inStockCode) {
|
return base.Channel.findInStockListAsync(inStockCode);
|
}
|
|
public sunui.wcs.resMsgOfstring modfiyInStockList(sunui.wcs.inStockOrderList[] value) {
|
return base.Channel.modfiyInStockList(value);
|
}
|
|
public System.Threading.Tasks.Task<sunui.wcs.resMsgOfstring> modfiyInStockListAsync(sunui.wcs.inStockOrderList[] value) {
|
return base.Channel.modfiyInStockListAsync(value);
|
}
|
|
public sunui.wcs.resMsgOfstring deleteInStock(string inStockCode) {
|
return base.Channel.deleteInStock(inStockCode);
|
}
|
|
public System.Threading.Tasks.Task<sunui.wcs.resMsgOfstring> deleteInStockAsync(string inStockCode) {
|
return base.Channel.deleteInStockAsync(inStockCode);
|
}
|
|
public sunui.wcs.resMsgOfstring deleteTask(string taskId) {
|
return base.Channel.deleteTask(taskId);
|
}
|
|
public System.Threading.Tasks.Task<sunui.wcs.resMsgOfstring> deleteTaskAsync(string taskId) {
|
return base.Channel.deleteTaskAsync(taskId);
|
}
|
|
public sunui.wcs.resMsgOfoutInStockRecordFj0h9u9J getTakeRecord(sunui.wcs.paging page, string materialName, string materialCode, int taskType) {
|
return base.Channel.getTakeRecord(page, materialName, materialCode, taskType);
|
}
|
|
public System.Threading.Tasks.Task<sunui.wcs.resMsgOfoutInStockRecordFj0h9u9J> getTakeRecordAsync(sunui.wcs.paging page, string materialName, string materialCode, int taskType) {
|
return base.Channel.getTakeRecordAsync(page, materialName, materialCode, taskType);
|
}
|
|
public sunui.wcs.resMsgOfoutInStockRecordFj0h9u9J getOutInStockRecord(sunui.wcs.paging page, sunui.wcs.outInStockRecord value) {
|
return base.Channel.getOutInStockRecord(page, value);
|
}
|
|
public System.Threading.Tasks.Task<sunui.wcs.resMsgOfoutInStockRecordFj0h9u9J> getOutInStockRecordAsync(sunui.wcs.paging page, sunui.wcs.outInStockRecord value) {
|
return base.Channel.getOutInStockRecordAsync(page, value);
|
}
|
|
public sunui.wcs.resMsgOfoutStockListFj0h9u9J getOutStockOrder(sunui.wcs.paging page, string materialName, string materialCode) {
|
return base.Channel.getOutStockOrder(page, materialName, materialCode);
|
}
|
|
public System.Threading.Tasks.Task<sunui.wcs.resMsgOfoutStockListFj0h9u9J> getOutStockOrderAsync(sunui.wcs.paging page, string materialName, string materialCode) {
|
return base.Channel.getOutStockOrderAsync(page, materialName, materialCode);
|
}
|
|
public sunui.wcs.FunctionReturnEntityOfArrayOfstringuHEDJ7Dj GetSelectList(string type) {
|
return base.Channel.GetSelectList(type);
|
}
|
|
public System.Threading.Tasks.Task<sunui.wcs.FunctionReturnEntityOfArrayOfstringuHEDJ7Dj> GetSelectListAsync(string type) {
|
return base.Channel.GetSelectListAsync(type);
|
}
|
}
|
}
|