/** * 比较实体DTO */ export declare class CompareEntitiesDto { entityType: string; entityId: string; fromVersion?: number; toVersion?: number; }