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