From 633193b38b094ee2e0651cf64b95fb5b559c8714 Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期四, 31 八月 2023 13:13:11 +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