@Mapper public interface FunctionRoleMappingDAO extends com.naivete.framework.common.dao.BaseDAO<FunctionRoleMappingDO>
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
deleteByFun(String funCode)
根据功能编码删除映射
|
Integer |
deleteByRole(String roleCode)
根据角色编码删除映射
|
List<String> |
selectListByRoleCode(List<String> roleCodes)
根据角色编码集合查询功能编码
|
Copyright © 2018. All rights reserved.