From ca5f300a7cef85d22b5e0f9d59d117c49f9909b3 Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期二, 19 十一月 2024 09:42:16 +0800 Subject: [PATCH] 完善资产界面 --- WinFrmUI/HStation.WinFrmUI.Xhs.Core/01-home/03-property/HomeXhsProjectPropertyViewModel.cs | 54 ++++++++++++------------------------------------------ 1 files changed, 12 insertions(+), 42 deletions(-) diff --git a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/01-home/03-property/HomeXhsProjectPropertyViewModel.cs b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/01-home/03-property/HomeXhsProjectPropertyViewModel.cs index 8df097d..e7d4de7 100644 --- a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/01-home/03-property/HomeXhsProjectPropertyViewModel.cs +++ b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/01-home/03-property/HomeXhsProjectPropertyViewModel.cs @@ -1,20 +1,23 @@ -锘縩amespace HStation.WinFrmUI +锘縰sing HStation.Vmo; + +namespace HStation.WinFrmUI { /// <summary> - /// + /// /// </summary> [TypeConverter(typeof(PropertySorter))] public class HomeXhsProjectPropertyViewModel { /// <summary> - /// + /// /// </summary> - public HomeXhsProjectPropertyViewModel() { } + public HomeXhsProjectPropertyViewModel() + { } /// <summary> - /// + /// /// </summary> - public HomeXhsProjectPropertyViewModel(XhsProjectStdDto rhs) + public HomeXhsProjectPropertyViewModel(XhsProjectVmo rhs) { this.NO = rhs.NO; this.Name = rhs.Name; @@ -44,25 +47,6 @@ [PropertyOrder(2)] [Browsable(true)] public string Name { get; set; } - - /// <summary> - /// 鐢熸晥鏃堕棿 - /// </summary> - [DisplayName("鐢熸晥鏃堕棿")] - [Category("鍩烘湰淇℃伅")] - [PropertyOrder(3)] - [Browsable(true)] - public string StartTime { get; set; } - - /// <summary> - /// 澶辨晥鏃堕棿 - /// </summary> - [DisplayName("澶辨晥鏃堕棿")] - [Category("鍩烘湰淇℃伅")] - [PropertyOrder(4)] - [Browsable(true)] - public string EndTime { get; set; } - /// <summary> /// 璇︾粏鍦板潃 @@ -112,23 +96,9 @@ public string Description { get; set; } /// <summary> - /// + /// /// </summary> [Browsable(false)] - public XhsProjectStdDto Project { get; set; } - - - - - - - - - - - - - - + public XhsProjectVmo Project { get; set; } } -} +} \ No newline at end of file -- Gitblit v1.9.3