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