package com.xjrsoft.module.base.mapper; import com.github.yulichang.base.MPJBaseMapper; import com.xjrsoft.module.base.entity.BaseClass; import com.xjrsoft.module.base.entity.BaseUserStudent; import org.apache.ibatis.annotations.Mapper; /** */ @Mapper public interface BaseUserStudentMapper extends MPJBaseMapper { }