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

6 lines
105 B
TypeScript
Raw Normal View History

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