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