From 3f4013e9283d1fe29ef40cc8b4d7ee7a590a1590 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期二, 17 十月 2023 09:26:40 +0800
Subject: [PATCH] 最新代码

---
 DocumentServiceAPI.Application/DocManage/Dtos/Document_List_Dto.cs |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/DocumentServiceAPI.Application/DocManage/Dtos/Document_List_Dto.cs b/DocumentServiceAPI.Application/DocManage/Dtos/Document_List_Dto.cs
index 9138c57..2e6cb9b 100644
--- a/DocumentServiceAPI.Application/DocManage/Dtos/Document_List_Dto.cs
+++ b/DocumentServiceAPI.Application/DocManage/Dtos/Document_List_Dto.cs
@@ -49,6 +49,10 @@
         public int? project_id { get; set; }
 
         public string project_name { get; set; }
+        /// <summary>
+        /// 鎺掑簭
+        /// </summary>
+        public int? sort { get; set; }
     }
 
     /// <summary>
@@ -76,7 +80,17 @@
         /// </summary>
         public int? org_id { get; set; }
 
+        /// <summary>
+        /// 椤圭洰鍚嶇О
+        /// </summary>
+        public int? project_id { get; set; }
+
         public int status { get; set; }
+
+        /// <summary>
+        /// 鎺掑簭
+        /// </summary>
+        public int? sort { get; set; }
 
         public List<DocumentFile_Submit_Dto> newfiles { get; set; }
 
@@ -106,6 +120,7 @@
             }
             this.status = doc.status;
             this.files = filelist;
+            this.sort = doc.sort;
         }
 
         public int id { get; set; }
@@ -123,6 +138,8 @@
 
         public int status { get; set; }
 
+        public int? sort { get; set; }
+
         public List<FileInfo_List_Dto> files { get; set; }
     }
 

--
Gitblit v1.9.1