@Mapper public interface FunctionDAO extends com.naivete.framework.common.dao.BaseDAO<FunctionDO>
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
deleteByCode(String code)
根据编码删除功能
|
List<FunctionDO> |
selectAll()
查询所有的功能
|
List<FunctionDO> |
selectAllChild(String parentCode)
查询所有子功能
|
List<FunctionDO> |
selectListByFunctionCode(List<String> functionCodes)
根据功能编码集合查询功能集合
|
List<FunctionDO> selectListByFunctionCode(List<String> functionCodes)
List<FunctionDO> selectAll()
List<FunctionDO> selectAllChild(String parentCode)
Copyright © 2018. All rights reserved.