龚焕茏
2024-07-03 3ec909b27b3eba956aa9d00cc7a94c179bd04bbf
src/main/java/com/mindskip/xzs/repository/ExamPaperUserMapper.java
@@ -1,10 +1,8 @@
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;
@@ -20,4 +18,8 @@
    List<ExamPaperUser> getByExamPaperId(@Param("examPaperId") Integer examPaperId);
    Integer removeByExamPaperId(@Param("examPaperId") Integer examPaperId);
    Integer getByPaperIdAndCreatUser(Integer examPaperId, Integer createUser);
}