From b32c0a21755ac3e86df0242d993398773cb627f2 Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期三, 04 十二月 2024 17:04:15 +0800 Subject: [PATCH] 修改资产界面 --- WinFrmUI/HStation.WinFrmUI.Assets.Core/19-translation/BluntheadViewModel.cs | 23 ----------------------- 1 files changed, 0 insertions(+), 23 deletions(-) diff --git a/WinFrmUI/HStation.WinFrmUI.Assets.Core/19-translation/BluntheadViewModel.cs b/WinFrmUI/HStation.WinFrmUI.Assets.Core/19-translation/BluntheadViewModel.cs index f9f5fd5..423d8f4 100644 --- a/WinFrmUI/HStation.WinFrmUI.Assets.Core/19-translation/BluntheadViewModel.cs +++ b/WinFrmUI/HStation.WinFrmUI.Assets.Core/19-translation/BluntheadViewModel.cs @@ -12,14 +12,6 @@ { this.ID = rhs.ID; this.Description = rhs.Description; - if (rhs.Caliber == null) - { - this.Caliber = "榛樿"; - } - else - { - this.Caliber = rhs.Caliber.ToString(); - } if (rhs.Material == null) { this.Material = "榛樿"; @@ -37,14 +29,6 @@ public void Reset(Vmo.AssetsTranslationMainVmo rhs) { this.ID = rhs.ID; - if (rhs.Caliber == null) - { - this.Caliber = "榛樿"; - } - else - { - this.Caliber = rhs.Caliber.ToString(); - } if (rhs.Material == null) { this.Material = "榛樿"; @@ -71,13 +55,6 @@ [DisplayName("鍚嶇О")] [Browsable(true)] public string Name { get; set; } - - /// <summary> - /// 鍙e緞 - /// </summary> - [DisplayName("鍙e緞(mm)")] - [Browsable(true)] - public string Caliber { get; set; } /// <summary> /// 鏉愭枡 -- Gitblit v1.9.3