| | |
| | | |
| | | import com.gkhy.exam.common.api.CommonPage; |
| | | import com.gkhy.exam.common.api.CommonResult; |
| | | import com.gkhy.exam.common.api.ImportResult; |
| | | import com.gkhy.exam.system.domain.AnnualMaintenance; |
| | | import com.gkhy.exam.system.domain.ExternalKnowledge; |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | import com.gkhy.exam.system.domain.vo.AnnualMaintenanceSaveDTOReq; |
| | | import org.springframework.web.multipart.MultipartFile; |
| | | |
| | | /** |
| | | * <p> |
| | |
| | | |
| | | |
| | | CommonResult deletedExternalKnowledge(Integer id); |
| | | |
| | | ImportResult importExternalKnowledge(Long companyId , MultipartFile file); |
| | | } |