From c0be7c001375f73e2c3b49a1b1d447b6fc297bdd Mon Sep 17 00:00:00 2001 From: duheng <2286773002@qq.com> Date: 星期五, 21 三月 2025 13:43:00 +0800 Subject: [PATCH] Merge branch 'master' of http://47.103.154.90:83/r/HStation/XHS.V1.0 --- Vmo/PBS.Vmo/02-facility/FacilityVmo.cs | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/Vmo/PBS.Vmo/02-facility/FacilityVmo.cs b/Vmo/PBS.Vmo/02-facility/FacilityVmo.cs index 20d4ee0..243e7ce 100644 --- a/Vmo/PBS.Vmo/02-facility/FacilityVmo.cs +++ b/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; } -- Gitblit v1.9.3