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 | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/DocumentServiceAPI.Application/DocManage/Dtos/Document_List_Dto.cs b/DocumentServiceAPI.Application/DocManage/Dtos/Document_List_Dto.cs index ad86c15..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> @@ -83,6 +87,11 @@ public int status { get; set; } + /// <summary> + /// 鎺掑簭 + /// </summary> + public int? sort { get; set; } + public List<DocumentFile_Submit_Dto> newfiles { get; set; } public List<DocumentFile_Submit_Dto> editfiles { get; set; } @@ -111,6 +120,7 @@ } this.status = doc.status; this.files = filelist; + this.sort = doc.sort; } public int id { get; set; } @@ -128,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