From a7981690ac9480ce932c9a9436e952022165e2a9 Mon Sep 17 00:00:00 2001 From: liaoxujun@qq.com <liaoxujun@qq.com> Date: 星期五, 01 九月 2023 09:57:15 +0800 Subject: [PATCH] 加入权限认证,加入日志输出到文件 --- DocumentServiceAPI.Application/ProjectInfo/ViewMode/DocumentProjectInfoDTO.cs | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/DocumentServiceAPI.Application/ProjectInfo/ViewMode/DocumentProjectInfoDTO.cs b/DocumentServiceAPI.Application/ProjectInfo/ViewMode/DocumentProjectInfoDTO.cs index 4725daa..4b92ef8 100644 --- a/DocumentServiceAPI.Application/ProjectInfo/ViewMode/DocumentProjectInfoDTO.cs +++ b/DocumentServiceAPI.Application/ProjectInfo/ViewMode/DocumentProjectInfoDTO.cs @@ -57,6 +57,9 @@ public string txtEmployeeId { get; set; } public string projectName { get; set; } public string txtWorkItem { get; set; } + public int Classification { get; set; } + + public string FilePath { get; set; } } public class DocumentProjectInfoDTO @@ -449,5 +452,7 @@ /// </summary> public int CountyId { get; set; } + + } } -- Gitblit v1.9.1