import { Tenant } from './tenant'; /** * 医院dto */ export declare class TenantDto { /** * 租户信息 */ tenant: Tenant; /** * 用户名 */ username: string; }