username@email.com
2023-08-31 a161b6f9ad92f645c20fb3b35ad5617490e7f6d2
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();
    }
}