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

6 lines
109 B
TypeScript
Raw Normal View History

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