/*** * @file:用户账户信息 * @author: linkun.he * @Date: 2020-01-03 11:52:14 */ export interface AccountInfo { tenantId: string; tenantName: string; logo: string; default: boolean; selected: boolean; }