username@email.com
2023-08-31 633193b38b094ee2e0651cf64b95fb5b559c8714
DocumentServiceAPI.Application/ProjectInfo/ProjectInfoController.cs
@@ -471,7 +471,7 @@
        /// </summary>
        /// <param name="page"></param>
        /// <returns></returns>
        public PageResult<Document_TBXYFile> postDocumentTBXYFileList(DocumentProjectInfoPageSearch page)
        public PageResult<DocumentTBXYFileDTO> postDocumentTBXYFileList(DocumentProjectInfoPageSearch page)
        {
            return _projectInfoService.postDocumentTBXYFileList(page);
        }
@@ -550,5 +550,14 @@
        {
            return _projectInfoService.SaveFileInfo(dp);
        }
        /// <summary>
        /// 获取方案类别GetOtherCompanyTenderInfoList
        /// </summary>
        public List<Doc_Classification> GetDocClassificationList()
        {
            return _projectInfoService.GetDocClassificationList();
        }
    }
}