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/Services/Interfaces/IProjectInfoService.cs | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/DocumentServiceAPI.Application/ProjectInfo/Services/Interfaces/IProjectInfoService.cs b/DocumentServiceAPI.Application/ProjectInfo/Services/Interfaces/IProjectInfoService.cs
index dce64ad..50ddd30 100644
--- a/DocumentServiceAPI.Application/ProjectInfo/Services/Interfaces/IProjectInfoService.cs
+++ b/DocumentServiceAPI.Application/ProjectInfo/Services/Interfaces/IProjectInfoService.cs
@@ -100,7 +100,7 @@
public bool SaveDocumentZhaobiaoFileInfo(Document_ZhaobiaoFile dp);
- public PageResult<Document_TBXYFile> postDocumentTBXYFileList(DocumentProjectInfoPageSearch page);
+ public PageResult<DocumentTBXYFileDTO> postDocumentTBXYFileList(DocumentProjectInfoPageSearch page);
public Document_TBXYFile GetDocumentTBXYFileInfo(int ID);
@@ -116,5 +116,8 @@
public int SaveDocInfo(Doc_Info dp);
public bool SaveFileInfo(File_Info dp);
+
+
+ public List<Doc_Classification> GetDocClassificationList();
}
}
--
Gitblit v1.9.1