222
schangxiang@126.com
2024-12-14 de11618a6c41d627acd733a6b5d818d87d291c1e
CC/iWareCC_ASRS/Connected Services/StationService/Reference.cs
@@ -976,6 +976,9 @@
        private bool R_OutboundFinishField;
        
        [System.Runtime.Serialization.OptionalFieldAttribute()]
        private bool R_OutboundModeField;
        [System.Runtime.Serialization.OptionalFieldAttribute()]
        private string R_OutboundNumberField;
        
        [System.Runtime.Serialization.OptionalFieldAttribute()]
@@ -1174,6 +1177,19 @@
        }
        
        [System.Runtime.Serialization.DataMemberAttribute()]
        public bool R_OutboundMode {
            get {
                return this.R_OutboundModeField;
            }
            set {
                if ((this.R_OutboundModeField.Equals(value) != true)) {
                    this.R_OutboundModeField = value;
                    this.RaisePropertyChanged("R_OutboundMode");
                }
            }
        }
        [System.Runtime.Serialization.DataMemberAttribute()]
        public string R_OutboundNumber {
            get {
                return this.R_OutboundNumberField;