| | |
| | | package com.mindskip.xzs.repository; |
| | | |
| | | import com.mindskip.xzs.domain.ExamPaperUser; |
| | | import jdk.internal.dynalink.linker.LinkerServices; |
| | | import org.apache.ibatis.annotations.Mapper; |
| | | import org.apache.ibatis.annotations.Param; |
| | | import org.springframework.security.core.parameters.P; |
| | | |
| | | import java.util.List; |
| | | |
| | |
| | | List<ExamPaperUser> getByExamPaperId(@Param("examPaperId") Integer examPaperId); |
| | | |
| | | Integer removeByExamPaperId(@Param("examPaperId") Integer examPaperId); |
| | | |
| | | |
| | | |
| | | Integer getByPaperIdAndCreatUser(Integer examPaperId, Integer createUser); |
| | | } |