| | |
| | | |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | import com.gkhy.system.domain.SysExpertInfo; |
| | | import com.gkhy.system.domain.vo.request.ExpertBatchChangeReq; |
| | | import com.gkhy.system.domain.vo.request.SysExpertInfoRoundReq; |
| | | import com.gkhy.system.domain.vo.request.SysExpertSearchReqDto; |
| | | import com.gkhy.system.domain.vo.response.ProjectExpertSectionResp; |
| | |
| | | * @return |
| | | */ |
| | | List<ProjectExpertSectionResp> getExpertRound(SysExpertInfoRoundReq req); |
| | | |
| | | /** |
| | | *一建修改证书有效期 |
| | | * @param req |
| | | */ |
| | | void batchChangeEmploymentDate(ExpertBatchChangeReq req); |
| | | } |