From 82f8cf8f853252cd24bc150fc84a7ac8e3427148 Mon Sep 17 00:00:00 2001 From: liaoxujun@qq.com <liaoxujun@qq.com> Date: 星期五, 01 九月 2023 18:15:24 +0800 Subject: [PATCH] no message --- 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