mirror of
https://gitee.com/myxzgzs/boyue-ui-admin-vue3
synced 2025-08-10 17:32:42 +08:00
6 lines
103 B
TypeScript
6 lines
103 B
TypeScript
/** 数据对照 Response VO */
|
|
export interface DataComparisonRespVO<T> {
|
|
value: T
|
|
reference: T
|
|
}
|