考试相关

This commit is contained in:
wuchunlei
2024-08-26 13:52:55 +08:00
parent ee81ac7dfb
commit bfca58dcbe
15 changed files with 235 additions and 155 deletions

View File

@@ -0,0 +1,10 @@
package com.peanut.modules.common.dao;
import com.github.yulichang.base.MPJBaseMapper;
import com.peanut.modules.common.entity.ClassExamOption;
import org.apache.ibatis.annotations.Mapper;
@Mapper
public interface ClassExamOptionDao extends MPJBaseMapper<ClassExamOption> {
}