TeacherMapper.java 190 B

12345678910111213
  1. package com.sf.di.mapper;
  2. /**
  3. * @author WanJl
  4. * @version 1.0
  5. * @title TeacherMapper
  6. * @description
  7. * @create 2025/11/30
  8. */
  9. public interface TeacherMapper {
  10. void mapperPrint();
  11. }