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