export interface YunzaiRole {
    id: string;
    onlyDeptOne: boolean;
    onlyOne: boolean;
    roleDesc: string;
    roleName: string;
    roleValue: string;
    status: number;
    thisDepartment: boolean;
}
