/** * 开始事务DTO */ export declare class BeginTransactionDto { description: string; }