| | |
| | | |
| | | 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.Correction; |
| | | import com.gkhy.exam.system.domain.StandingBook; |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | import org.springframework.web.multipart.MultipartFile; |
| | | |
| | | /** |
| | | * <p> |
| | |
| | | CommonResult updateStandingBook(StandingBook standingBook); |
| | | |
| | | CommonResult deletedStandingBook(Integer id); |
| | | |
| | | ImportResult importStandingBooks(Long companyId ,MultipartFile file); |
| | | } |