From f7ff76aeadd7d92da92ee65ed658b636fa4e8036 Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期三, 06 九月 2023 08:36:51 +0800 Subject: [PATCH] 最新代码 --- DocumentServiceAPI.Application/ProjectInfo/Services/Interfaces/IProjectInfoService.cs | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/DocumentServiceAPI.Application/ProjectInfo/Services/Interfaces/IProjectInfoService.cs b/DocumentServiceAPI.Application/ProjectInfo/Services/Interfaces/IProjectInfoService.cs index 50ddd30..1b33fe7 100644 --- a/DocumentServiceAPI.Application/ProjectInfo/Services/Interfaces/IProjectInfoService.cs +++ b/DocumentServiceAPI.Application/ProjectInfo/Services/Interfaces/IProjectInfoService.cs @@ -118,6 +118,8 @@ public bool SaveFileInfo(File_Info dp); - public List<Doc_Classification> GetDocClassificationList(); + public List<Doc_Classification> GetDocClassificationList(); + + public bool SaveDocumentTBXYFileInfoNotRep(Document_TBXYFile dp); } } -- Gitblit v1.9.1