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