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