From 26f45822a2a84af81e20ca543da98d3b822c5afd Mon Sep 17 00:00:00 2001
From: duheng <2784771470@qq.com>
Date: 星期一, 17 二月 2025 21:25:59 +0800
Subject: [PATCH] Merge branch 'master' of http://47.103.154.90:83/r/HStation/XHS.V1.0

---
 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