mirror of
https://github.com/PlayEdu/PlayEdu
synced 2025-12-23 11:09:29 +08:00
图形验证码
This commit is contained in:
@@ -4,13 +4,13 @@ import org.apache.ibatis.annotations.Mapper;
|
||||
import xyz.playedu.api.domain.AdminUser;
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
|
||||
@Mapper
|
||||
/**
|
||||
* @author tengteng
|
||||
* @description 针对表【admin_users】的数据库操作Mapper
|
||||
* @createDate 2023-01-30 16:22:00
|
||||
* @createDate 2023-02-11 10:58:52
|
||||
* @Entity xyz.playedu.api.domain.AdminUser
|
||||
*/
|
||||
@Mapper
|
||||
public interface AdminUserMapper extends BaseMapper<AdminUser> {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user