UNPKG

xframelib

Version:

The accumulated front-end development foundation library originates from projects and serves projects.

14 lines (13 loc) 327 B
import { ISysRoleRight } from '../model/IRole'; /** * 获取系统角色权限对象 */ export declare function getRight(): ISysRoleRight | undefined; /** * 设置系统角色权限对象 */ export declare function setRight(sysRoleRight?: ISysRoleRight): void; /** * 清除 */ export declare function clearRight(): void;