From 0618fadff0d2e95716db801ef0c7a96ff9e1f20e Mon Sep 17 00:00:00 2001
From: duheng <2784771470@qq.com>
Date: 星期六, 22 六月 2024 21:52:00 +0800
Subject: [PATCH] 优化项目管理界面增删改

---
 HStation.Dto.Xhs.Core/01-project/UpdateXhsProjectInput.cs |   14 +++++++++++++-
 1 files changed, 13 insertions(+), 1 deletions(-)

diff --git a/HStation.Dto.Xhs.Core/01-project/UpdateXhsProjectInput.cs b/HStation.Dto.Xhs.Core/01-project/UpdateXhsProjectInput.cs
index 455bf22..67d7760 100644
--- a/HStation.Dto.Xhs.Core/01-project/UpdateXhsProjectInput.cs
+++ b/HStation.Dto.Xhs.Core/01-project/UpdateXhsProjectInput.cs
@@ -1,4 +1,6 @@
-锘縩amespace Yw.Dto
+锘縰sing HStation.Dto;
+
+namespace Yw.Dto
 {
     /// <summary>
     ///
@@ -37,6 +39,11 @@
         public long CreateUserID { get; set; }
 
         /// <summary>
+        /// 鎺掑簭鐮�
+        /// </summary>
+        public int SortCode { get; set; }
+
+        /// <summary>
         /// 鍒涘缓鏃堕棿
         /// </summary>
         public DateTime CreateTime { get; set; }
@@ -47,6 +54,11 @@
         public int Version { get; set; }
 
         /// <summary>
+        /// 浣跨敤鐘舵��
+        /// </summary>
+        public int UseStatus { get; set; }
+
+        /// <summary>
         /// 椤圭洰鍦板潃(缁忓害,缁村害)
         /// </summary>
         public string MapPosition { get; set; }

--
Gitblit v1.9.3