package com.sf.di.mapper; /** * @author WanJl * @version 1.0 * @title TeacherMapper * @description * @create 2025/11/30 */ public interface TeacherMapper { void mapperPrint(); }