du
2025-06-16 410f59df2c05841805b5653664b3866e03d34021
1
2
3
4
5
/** 数据对照 Response VO */
export interface DataComparisonRespVO<T> {
  value: T
  reference: T
}