mirror of
https://github.com/yudaocode/yudao-ui-admin-vue3.git
synced 2026-04-24 23:38:38 +00:00
6 lines
103 B
TypeScript
6 lines
103 B
TypeScript
/** 数据对照 Response VO */
|
|
export interface DataComparisonRespVO<T> {
|
|
value: T
|
|
reference: T
|
|
}
|