du
2025-04-01 833763ccf67ada2636495972a1e4085b9a7208e4
1
2
3
4
5
/** 数据对照 Response VO */
export interface DataComparisonRespVO<T> {
  value: T
  reference: T
}