Compare commits
1 Commits
| Author | SHA1 | Date |
|---|---|---|
|
|
f6aa5d4cfc | 8 months ago |
@ -1,9 +0,0 @@
|
||||
package com.zsz.mapper;
|
||||
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
import com.zsz.pojo.Clazz;
|
||||
import org.springframework.stereotype.Repository;
|
||||
|
||||
@Repository
|
||||
public interface ClazzMapper extends BaseMapper<Clazz> {
|
||||
}
|
||||
@ -1,9 +0,0 @@
|
||||
package com.zsz.mapper;
|
||||
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
import com.zsz.pojo.Grade;
|
||||
import org.springframework.stereotype.Repository;
|
||||
|
||||
@Repository
|
||||
public interface GradeMapper extends BaseMapper<Grade> {
|
||||
}
|
||||
@ -1,9 +0,0 @@
|
||||
package com.zsz.mapper;
|
||||
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
import com.zsz.pojo.Student;
|
||||
import org.springframework.stereotype.Repository;
|
||||
|
||||
@Repository
|
||||
public interface StudentMapper extends BaseMapper<Student> {
|
||||
}
|
||||
@ -1,9 +0,0 @@
|
||||
package com.zsz.mapper;
|
||||
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
import com.zsz.pojo.Teacher;
|
||||
import org.springframework.stereotype.Repository;
|
||||
|
||||
@Repository
|
||||
public interface TeacherMapper extends BaseMapper<Teacher> {
|
||||
}
|
||||
Loading…
Reference in new issue