qin
2025-03-18 8044d55d7b2ef859e926f6968b239fa3212552bb
Service/PBS.Service/01-entity/02-facility/Facility.cs
@@ -32,6 +32,8 @@
            this.ConstantPressure = rhs.ConstantPressure;
            this.TerminalPressure = rhs.TerminalPressure;
            this.MaxHeight = rhs.MaxHeight;
            this.IPAddress = rhs.IPAddress;
            this.ConnectionType = rhs.ConnectionType;
            this.Paras = rhs.Paras;
            this.Flags = rhs.Flags;
            this.TagName = rhs.TagName;
@@ -102,6 +104,16 @@
        public double MaxHeight { get; set; }
        /// <summary>
        /// 连接类型
        /// </summary>
        public eConnectionType ConnectionType { get; set; }
        /// <summary>
        /// IP地址
        /// </summary>
        public string IPAddress { get; set; }
        /// <summary>
        /// 参数
        ///</summary>
        [SugarColumn(ColumnDataType = StaticConfig.CodeFirst_BigString, IsNullable = true)]