du
2025-03-31 37d9684d00c8a97ffa065a7e22e8749e8649b65a
1
2
3
4
5
/** 数据对照 Response VO */
export interface DataComparisonRespVO<T> {
  value: T
  reference: T
}