ningshuxia
2025-03-21 7af1565cf5af77397453a3ea6ad516ac9be371f8
Service/PBS.Service/02-model/02-facility/Facility.cs
@@ -32,6 +32,8 @@
            this.TerminalPressure = rhs.TerminalPressure;
            this.ConnectionAddress = rhs.ConnectionAddress;
            this.ConnectionType = rhs.ConnectionType;
            this.ModelInfo = rhs.ModelInfo;
            this.ModelPath = rhs.ModelPath;
            this.Paras = rhs.Paras == null ? null : new(rhs.Paras);
            this.Flags = rhs.Flags?.ToList();
            this.TagName = rhs.TagName;
@@ -60,6 +62,8 @@
            this.MaxHeight = rhs.MaxHeight;
            this.ConnectionAddress = rhs.ConnectionAddress;
            this.ConnectionType = rhs.ConnectionType;
            this.ModelInfo = rhs.ModelInfo;
            this.ModelPath = rhs.ModelPath;
            this.Paras = rhs.Paras == null ? null : new(rhs.Paras);
            this.Flags = rhs.Flags?.ToList();
            this.TagName = rhs.TagName;
@@ -139,6 +143,16 @@
        public string ConnectionAddress { get; set; }
        /// <summary>
        /// 模型信息
        ///</summary>
        public string ModelInfo { get; set; }
        /// <summary>
        /// 模型路径
        ///</summary>
        public string ModelPath { get; set; }
        /// <summary>
        /// 参数
        ///</summary>
        public Dictionary<string, string> Paras { get; set; }