康鲁杰
2025-03-24 1972364a34dde64877b831588389312779547102
1
2
3
4
5
/** 数据对照 Response VO */
export interface DataComparisonRespVO<T> {
  value: T
  reference: T
}