修改框架
This commit is contained in:
@@ -6,7 +6,7 @@ import com.quoted.system.domain.SysConfig;
|
||||
/**
|
||||
* 参数配置 数据层
|
||||
*
|
||||
* @author ruoyi
|
||||
* quoted
|
||||
*/
|
||||
public interface SysConfigMapper
|
||||
{
|
||||
|
||||
@@ -7,7 +7,7 @@ import com.quoted.common.core.domain.entity.SysDept;
|
||||
/**
|
||||
* 部门管理 数据层
|
||||
*
|
||||
* @author ruoyi
|
||||
* quoted
|
||||
*/
|
||||
public interface SysDeptMapper
|
||||
{
|
||||
|
||||
@@ -7,7 +7,7 @@ import com.quoted.common.core.domain.entity.SysDictData;
|
||||
/**
|
||||
* 字典表 数据层
|
||||
*
|
||||
* @author ruoyi
|
||||
* quoted
|
||||
*/
|
||||
public interface SysDictDataMapper
|
||||
{
|
||||
|
||||
@@ -6,7 +6,7 @@ import com.quoted.common.core.domain.entity.SysDictType;
|
||||
/**
|
||||
* 字典表 数据层
|
||||
*
|
||||
* @author ruoyi
|
||||
* quoted
|
||||
*/
|
||||
public interface SysDictTypeMapper
|
||||
{
|
||||
|
||||
@@ -6,7 +6,7 @@ import com.quoted.system.domain.SysLogininfor;
|
||||
/**
|
||||
* 系统访问日志情况信息 数据层
|
||||
*
|
||||
* @author ruoyi
|
||||
* quoted
|
||||
*/
|
||||
public interface SysLogininforMapper
|
||||
{
|
||||
|
||||
@@ -7,7 +7,7 @@ import com.quoted.common.core.domain.entity.SysMenu;
|
||||
/**
|
||||
* 菜单表 数据层
|
||||
*
|
||||
* @author ruoyi
|
||||
* quoted
|
||||
*/
|
||||
public interface SysMenuMapper
|
||||
{
|
||||
|
||||
@@ -6,7 +6,7 @@ import com.quoted.system.domain.SysNotice;
|
||||
/**
|
||||
* 通知公告表 数据层
|
||||
*
|
||||
* @author ruoyi
|
||||
* quoted
|
||||
*/
|
||||
public interface SysNoticeMapper
|
||||
{
|
||||
|
||||
@@ -9,7 +9,7 @@ import com.quoted.system.domain.SysNoticeRead;
|
||||
/**
|
||||
* 公告已读记录 数据层
|
||||
*
|
||||
* @author ruoyi
|
||||
* quoted
|
||||
*/
|
||||
public interface SysNoticeReadMapper
|
||||
{
|
||||
|
||||
@@ -6,7 +6,7 @@ import com.quoted.system.domain.SysOperLog;
|
||||
/**
|
||||
* 操作日志 数据层
|
||||
*
|
||||
* @author ruoyi
|
||||
* quoted
|
||||
*/
|
||||
public interface SysOperLogMapper
|
||||
{
|
||||
|
||||
@@ -6,7 +6,7 @@ import com.quoted.system.domain.SysPost;
|
||||
/**
|
||||
* 岗位信息 数据层
|
||||
*
|
||||
* @author ruoyi
|
||||
* quoted
|
||||
*/
|
||||
public interface SysPostMapper
|
||||
{
|
||||
|
||||
@@ -6,7 +6,7 @@ import com.quoted.system.domain.SysRoleDept;
|
||||
/**
|
||||
* 角色与部门关联表 数据层
|
||||
*
|
||||
* @author ruoyi
|
||||
* quoted
|
||||
*/
|
||||
public interface SysRoleDeptMapper
|
||||
{
|
||||
|
||||
@@ -6,7 +6,7 @@ import com.quoted.common.core.domain.entity.SysRole;
|
||||
/**
|
||||
* 角色表 数据层
|
||||
*
|
||||
* @author ruoyi
|
||||
* quoted
|
||||
*/
|
||||
public interface SysRoleMapper
|
||||
{
|
||||
|
||||
@@ -6,7 +6,7 @@ import com.quoted.system.domain.SysRoleMenu;
|
||||
/**
|
||||
* 角色与菜单关联表 数据层
|
||||
*
|
||||
* @author ruoyi
|
||||
* quoted
|
||||
*/
|
||||
public interface SysRoleMenuMapper
|
||||
{
|
||||
|
||||
@@ -8,7 +8,7 @@ import com.quoted.common.core.domain.entity.SysUser;
|
||||
/**
|
||||
* 用户表 数据层
|
||||
*
|
||||
* @author ruoyi
|
||||
* quoted
|
||||
*/
|
||||
public interface SysUserMapper
|
||||
{
|
||||
|
||||
@@ -6,7 +6,7 @@ import com.quoted.system.domain.SysUserPost;
|
||||
/**
|
||||
* 用户与岗位关联表 数据层
|
||||
*
|
||||
* @author ruoyi
|
||||
* quoted
|
||||
*/
|
||||
public interface SysUserPostMapper
|
||||
{
|
||||
|
||||
@@ -7,7 +7,7 @@ import com.quoted.system.domain.SysUserRole;
|
||||
/**
|
||||
* 用户与角色关联表 数据层
|
||||
*
|
||||
* @author ruoyi
|
||||
* quoted
|
||||
*/
|
||||
public interface SysUserRoleMapper
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user