From 7b8ae93d47186c442ff890a1a83d108f115924c7 Mon Sep 17 00:00:00 2001 From: ningshuxia <ningshuxia0927@outlook.com> Date: 星期一, 24 三月 2025 17:25:14 +0800 Subject: [PATCH] 快速建模,模型编辑 差不多 --- WinFrmUI/HStation.WinFrmUI.Assets.Core/16-flowmeter/02-main/AssetsFlowmeterMainMgrViewModel.cs | 22 +++++++++++----------- 1 files changed, 11 insertions(+), 11 deletions(-) diff --git a/WinFrmUI/HStation.WinFrmUI.Assets.Core/16-flowmeter/02-main/AssetsFlowmeterMainMgrViewModel.cs b/WinFrmUI/HStation.WinFrmUI.Assets.Core/16-flowmeter/02-main/AssetsFlowmeterMainMgrViewModel.cs index ee9e63b..024d0e8 100644 --- a/WinFrmUI/HStation.WinFrmUI.Assets.Core/16-flowmeter/02-main/AssetsFlowmeterMainMgrViewModel.cs +++ b/WinFrmUI/HStation.WinFrmUI.Assets.Core/16-flowmeter/02-main/AssetsFlowmeterMainMgrViewModel.cs @@ -3,17 +3,18 @@ namespace HStation.WinFrmUI { /// <summary> - /// + /// /// </summary> public class AssetsFlowmeterMainMgrViewModel { /// <summary> - /// + /// /// </summary> - public AssetsFlowmeterMainMgrViewModel() { } + public AssetsFlowmeterMainMgrViewModel() + { } /// <summary> - /// + /// /// </summary> public AssetsFlowmeterMainMgrViewModel(HStation.Vmo.AssetsFlowmeterMainVmo rhs) { @@ -29,7 +30,7 @@ } /// <summary> - /// + /// /// </summary> public void Reset(HStation.Vmo.AssetsFlowmeterMainVmo rhs) { @@ -46,7 +47,7 @@ /// <summary> /// id - /// </summary> + /// </summary> [Display(Name = "ID")] public long ID { get; set; } @@ -57,9 +58,9 @@ public long SeriesID { get; set; } /// <summary> - /// 鍚嶇О + /// 鍨嬪彿 /// </summary> - [Display(Name = "鍚嶇О")] + [Display(Name = "鍨嬪彿")] public string Name { get; set; } /// <summary> @@ -103,9 +104,8 @@ public string Description { get; set; } /// <summary> - /// + /// /// </summary> public HStation.Vmo.AssetsFlowmeterMainVmo Vmo { get; set; } - } -} +} \ No newline at end of file -- Gitblit v1.9.3