eight
2024-08-28 4dc604ec7fd0a30d5d85abbf1d70ad6b0b99841d
1
2
3
4
5
/** 数据对照 Response VO */
export interface DataComparisonRespVO<T> {
  value: T
  reference: T
}