Flex
2025-06-16 2450964a737e63935d9da7a728888a82e87389a7
1
2
3
4
5
/** 数据对照 Response VO */
export interface DataComparisonRespVO<T> {
  value: T
  reference: T
}