UNPKG

nsn-service-type

Version:

NSN服务类型定义组件

11 lines (9 loc) 222 B
export interface DeptTreeMarkParams { /** 角色ID */ roleId: string; } /** 系统-部门 服务 */ export interface DeptService { /** 部门树查询 */ tree_mark: (params: DeptTreeMarkParams) => Promise<any>; }