From 3d69e0e8d953690b588c8a868bcf090f6119186b Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期五, 20 十二月 2024 13:14:09 +0800 Subject: [PATCH] 阀门曲线修改 --- WinFrmUI/HStation.WinFrmUI.Assets.Core/14-tank/TankViewModel.cs | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/WinFrmUI/HStation.WinFrmUI.Assets.Core/14-tank/TankViewModel.cs b/WinFrmUI/HStation.WinFrmUI.Assets.Core/14-tank/TankViewModel.cs index 7eb9c3e..6efc7a1 100644 --- a/WinFrmUI/HStation.WinFrmUI.Assets.Core/14-tank/TankViewModel.cs +++ b/WinFrmUI/HStation.WinFrmUI.Assets.Core/14-tank/TankViewModel.cs @@ -1,4 +1,5 @@ -锘縰sing System.ComponentModel; +锘縰sing HStation.Vmo; +using System.ComponentModel; namespace HStation.WinFrmUI.Assets { @@ -20,6 +21,7 @@ this.KeyWord = string.Join(",", rhs.KeyWord); this.SortCode = rhs.SortCode; this.Description = rhs.Description; + this.Vmo = rhs; } public void Reset(Vmo.AssetsTankMainVmo rhs) @@ -34,6 +36,7 @@ this.KeyWord = string.Join(",", rhs.KeyWord); this.SortCode = rhs.SortCode; this.Description = rhs.Description; + this.Vmo = rhs; } /// <summary> @@ -103,5 +106,7 @@ [DisplayName("璇存槑")] [Browsable(true)] public string Description { get; set; } + + public AssetsTankMainVmo Vmo { get; set; } } } \ No newline at end of file -- Gitblit v1.9.3