| | |
| | | */ |
| | | void projectCheck(ProjectCheckReq req); |
| | | |
| | | |
| | | void projectBuildCheck(ProjectExpertSaveBatchReqDto projectManagement); |
| | | |
| | | /** |
| | | * 项目归档 |
| | | * @param req |
| | |
| | | |
| | | ProjectNumResp getProjectNum(); |
| | | |
| | | ProjectDetailResp selectProjectExpertDetail(Long projectExpertId); |
| | | ProjectDetailResp selectProjectExpertDetail(Long projectExpertId,Long expertType); |
| | | |
| | | /** |
| | | * 导出项目报销 |
| | |
| | | * @return |
| | | */ |
| | | List<ProjectExpertExportInfoRes> projectExpertExportList(Long projectId); |
| | | |
| | | |
| | | /** |
| | | * 导出专家数据 |
| | | * |
| | | * @param projectManagement 导出专家数据 |
| | | * @return 导出专家数据 |
| | | */ |
| | | public List<ProjectDataResp> selectProjectData(ProjectManagement projectManagement); |
| | | } |