From 59f2c4c04e06d77de7f10ab96d1a5c73ccd01262 Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期四, 05 十二月 2024 16:23:42 +0800 Subject: [PATCH] Merge branch 'master' of http://47.103.154.90:83/r/HStation/XHS.V1.0 --- WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/09-Tank/TankSingleMatchingViewModel.cs | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/09-Tank/TankSingleMatchingViewModel.cs b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/09-Tank/TankSingleMatchingViewModel.cs index 1248522..5c4f04b 100644 --- a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/09-Tank/TankSingleMatchingViewModel.cs +++ b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/09-Tank/TankSingleMatchingViewModel.cs @@ -8,7 +8,6 @@ this.Name = rhs.Name; this.Description = rhs.Description; this.SortCode = rhs.SortCode; - this.ID = rhs.ID; this.Name = rhs.Name; this.Description = rhs.Description; this.SeriesID = rhs.SeriesID; @@ -58,7 +57,7 @@ /// <summary> /// 鏄惁鍏佽婧㈡祦 /// </summary> - [DisplayName("鏄惁鍏佽婧㈡祦")] + [DisplayName("鏄惁婧㈡祦")] [Browsable(true)] public bool OverFlow { get; set; } -- Gitblit v1.9.3