/** 数据对照 Response */ export interface DataComparisonRespVO { value: T; reference: T; }