• 获取部门信息

    Returns Promise<{
        fullName: string;
        logo: string;
        name: string;
    }>

Generated using TypeDoc