eight
2024-08-15 41004049209c22a9d029a992c7b84ccfc8dd36cc
1
2
3
4
5
/** 数据对照 Response VO */
export interface DataComparisonRespVO<T> {
  value: T
  reference: T
}