| | |
| | | /// </summary> |
| | | /// <param name="page"></param> |
| | | /// <returns></returns> |
| | | public PageResult<Document_TBXYFile> postDocumentTBXYFileList(DocumentProjectInfoPageSearch page) |
| | | public PageResult<DocumentTBXYFileDTO> postDocumentTBXYFileList(DocumentProjectInfoPageSearch page) |
| | | { |
| | | return _projectInfoService.postDocumentTBXYFileList(page); |
| | | } |
| | |
| | | { |
| | | return _projectInfoService.SaveFileInfo(dp); |
| | | } |
| | | |
| | | |
| | | /// <summary> |
| | | /// 获取方案类别GetOtherCompanyTenderInfoList |
| | | /// </summary> |
| | | public List<Doc_Classification> GetDocClassificationList() |
| | | { |
| | | return _projectInfoService.GetDocClassificationList(); |
| | | } |
| | | } |
| | | } |