q
This commit is contained in:
@@ -3,6 +3,8 @@ package org.nl.system.service.role.dao.mapper;
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
import org.nl.system.service.role.dao.SysRole;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* <p>
|
||||
* 角色表 Mapper 接口
|
||||
@@ -12,5 +14,5 @@ import org.nl.system.service.role.dao.SysRole;
|
||||
* @since 2022-12-15
|
||||
*/
|
||||
public interface SysRoleMapper extends BaseMapper<SysRole> {
|
||||
|
||||
List<SysRole> list();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user