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