From a01861a95ede48fa4979a47b24f21616e362e534 Mon Sep 17 00:00:00 2001
From: Shuxia Ning <NingShuxia0927@outlook.com>
Date: 星期二, 19 十一月 2024 16:29:46 +0800
Subject: [PATCH] 用水当量模块

---
 WinFrmUI/HStation.WinFrmUI.Xhs.Core/01-home/03-property/HomeXhsProjectPropertyViewModel.cs |   50 +++++++++-----------------------------------------
 1 files changed, 9 insertions(+), 41 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..fb911ab 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,21 @@
 锘縩amespace 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 +45,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 +94,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