common.ts 103 B

12345
  1. /** 数据对照 Response VO */
  2. export interface DataComparisonRespVO<T> {
  3. value: T
  4. reference: T
  5. }