duheng
2025-03-21 c0be7c001375f73e2c3b49a1b1d447b6fc297bdd
Vmo/PBS.Vmo/02-facility/FacilityVmo.cs
@@ -32,6 +32,8 @@
            this.MaxHeight = rhs.MaxHeight;
            this.ConnectionAddress = rhs.ConnectionAddress;
            this.ConnectionType = rhs.ConnectionType;
            this.ModelInfo = rhs.ModelInfo;
            this.ModelPath = rhs.ModelPath;
            this.Flags = rhs.Flags?.ToList();
            this.TagName = rhs.TagName;
            this.UseStatus = (Yw.Vmo.eUseStatus)(int)rhs.UseStatus;
@@ -115,6 +117,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; }