vue3/src/api/mall/statistics/common.ts
owen 3c51e98682 统计:Review修改
(cherry picked from commit e1a72779d4)
2024-03-05 16:53:07 +08:00

6 lines
103 B
TypeScript

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