2023-10-16 13:00:13 +08:00

6 lines
103 B
TypeScript

/** 数据对照 Response VO */
export interface DataComparisonRespVO<T> {
value: T
reference: T
}