qin
2025-03-18 8044d55d7b2ef859e926f6968b239fa3212552bb
Vmo/PBS.Vmo/02-facility/FacilityVmo.cs
@@ -32,6 +32,8 @@
            this.TerminalPressure = rhs.TerminalPressure;
            this.Paras = rhs.Paras == null ? null : new(rhs.Paras);
            this.MaxHeight = rhs.MaxHeight;
            this.IPAddress = rhs.IPAddress;
            this.ConnectionType = rhs.ConnectionType;
            this.Flags = rhs.Flags?.ToList();
            this.TagName = rhs.TagName;
            this.UseStatus = (Yw.Vmo.eUseStatus)(int)rhs.UseStatus;
@@ -105,6 +107,16 @@
        public double MaxHeight { get; set; }
        /// <summary>
        /// 连接类型
        /// </summary>
        public eConnectionType ConnectionType { get; set; }
        /// <summary>
        /// IP地址
        /// </summary>
        public string IPAddress { get; set; }
        /// <summary>
        /// 参数
        ///</summary>
        public Dictionary<string, string> Paras { get; set; }