Files
iot-device-management-frontend/apps/web-antd/src/api/mall/statistics/common.ts

6 lines
102 B
TypeScript
Raw Normal View History

2025-06-15 15:33:18 +08:00
/** 数据对照 Response */
export interface DataComparisonRespVO<T> {
2025-06-06 22:23:51 +08:00
value: T;
reference: T;
}