2 changed files with 3 additions and 17 deletions
@ -1,16 +0,0 @@ |
|||||||
package com.cloud.kicc.system.mapper; |
|
||||||
|
|
||||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
|
||||||
import com.cloud.kicc.system.api.entity.RoleDept; |
|
||||||
|
|
||||||
/** |
|
||||||
*<p> |
|
||||||
* 角色和部门关联表 Mapper 接口 |
|
||||||
*</p> |
|
||||||
* |
|
||||||
* @Author: entfrm开发团队-王翔 |
|
||||||
* @Date: 2022/2/24 |
|
||||||
*/ |
|
||||||
public interface RoleDeptMapper extends BaseMapper<RoleDept> { |
|
||||||
|
|
||||||
} |
|
Loading…
Reference in new issue