mirror of
https://github.com/PlayEdu/PlayEdu
synced 2025-12-23 11:09:29 +08:00
权限优化
This commit is contained in:
@@ -5,11 +5,11 @@ import xyz.playedu.api.domain.AdminPermission;
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
|
||||
/**
|
||||
* @author tengteng
|
||||
* @description 针对表【admin_permissions】的数据库操作Mapper
|
||||
* @createDate 2023-02-20 14:27:50
|
||||
* @Entity xyz.playedu.api.domain.AdminPermission
|
||||
*/
|
||||
* @author tengteng
|
||||
* @description 针对表【admin_permissions】的数据库操作Mapper
|
||||
* @createDate 2023-02-21 15:37:02
|
||||
* @Entity xyz.playedu.api.domain.AdminPermission
|
||||
*/
|
||||
@Mapper
|
||||
public interface AdminPermissionMapper extends BaseMapper<AdminPermission> {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user