From b80a3aa37ac5bed12dd6c49e9e731d5f375f80d9 Mon Sep 17 00:00:00 2001 From: 移动系统liao <liaoxujun@qq.com> Date: 星期四, 26 十二月 2024 09:55:01 +0800 Subject: [PATCH] 增加sw文档关闭配置 --- DocumentServiceAPI.Application/DocManage/Dtos/Achievement_Submit_Dto.cs | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/DocumentServiceAPI.Application/DocManage/Dtos/Achievement_Submit_Dto.cs b/DocumentServiceAPI.Application/DocManage/Dtos/Achievement_Submit_Dto.cs index 8e955cd..6048213 100644 --- a/DocumentServiceAPI.Application/DocManage/Dtos/Achievement_Submit_Dto.cs +++ b/DocumentServiceAPI.Application/DocManage/Dtos/Achievement_Submit_Dto.cs @@ -31,6 +31,12 @@ public string yhpj { get; set; } public string hjzs { get; set; } + public int status { get; set; } + + /// <summary> + /// 鎺掑簭 + /// </summary> + public int? sort { get; set; } } public class Achievement_List_Dto @@ -77,5 +83,10 @@ public string yhpj { get; set; } public string hjzs { get; set; } + + /// <summary> + /// 鎺掑簭 + /// </summary> + public int? sort { get; set; } } } -- Gitblit v1.9.1