| | |
| | | import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
| | | import com.gkhy.system.domain.ProjectManagement; |
| | | import com.gkhy.system.domain.vo.request.ProjectExpertStateReq; |
| | | import com.gkhy.system.domain.vo.response.ProjectDataResp; |
| | | import com.gkhy.system.domain.vo.response.ProjectExpertManagementInfoRes; |
| | | import com.gkhy.system.domain.vo.response.ProjectExpertStateResp; |
| | | |
| | |
| | | */ |
| | | public List<ProjectManagement> selectProjectManagementList(ProjectManagement projectManagement); |
| | | |
| | | |
| | | List<ProjectDataResp> selectProjectData(ProjectManagement projectManagement); |
| | | |
| | | /** |
| | | * 新增项目管理 |
| | | * |