222
schangxiang@126.com
2024-11-23 520067288fb790f50d7732ef8570b3b7f1205d4b
CC/iWareCC_ASRS/Connected Services/StationService/Reference.cs
@@ -194,6 +194,9 @@
        private short R_DestinationField;
        
        [System.Runtime.Serialization.OptionalFieldAttribute()]
        private bool R_ForceOutboundModeField;
        [System.Runtime.Serialization.OptionalFieldAttribute()]
        private bool R_InboundFinishField;
        
        [System.Runtime.Serialization.OptionalFieldAttribute()]
@@ -290,6 +293,19 @@
                if ((this.R_DestinationField.Equals(value) != true)) {
                    this.R_DestinationField = value;
                    this.RaisePropertyChanged("R_Destination");
                }
            }
        }
        [System.Runtime.Serialization.DataMemberAttribute()]
        public bool R_ForceOutboundMode {
            get {
                return this.R_ForceOutboundModeField;
            }
            set {
                if ((this.R_ForceOutboundModeField.Equals(value) != true)) {
                    this.R_ForceOutboundModeField = value;
                    this.RaisePropertyChanged("R_ForceOutboundMode");
                }
            }
        }
@@ -498,7 +514,7 @@
        private int W_Destination_InField;
        
        [System.Runtime.Serialization.OptionalFieldAttribute()]
        private string W_Destination_OutField;
        private int W_Destination_OutField;
        
        [System.Runtime.Serialization.OptionalFieldAttribute()]
        private short W_HeightField;
@@ -621,12 +637,12 @@
        }
        
        [System.Runtime.Serialization.DataMemberAttribute()]
        public string W_Destination_Out {
        public int W_Destination_Out {
            get {
                return this.W_Destination_OutField;
            }
            set {
                if ((object.ReferenceEquals(this.W_Destination_OutField, value) != true)) {
                if ((this.W_Destination_OutField.Equals(value) != true)) {
                    this.W_Destination_OutField = value;
                    this.RaisePropertyChanged("W_Destination_Out");
                }