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