feat: mall api
This commit is contained in:
5
apps/web-antd/src/api/mall/statistics/common.ts
Normal file
5
apps/web-antd/src/api/mall/statistics/common.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
/** 数据对照 Response VO */
|
||||
export interface DataComparisonRespVO<T> {
|
||||
value: T;
|
||||
reference: T;
|
||||
}
|
||||
Reference in New Issue
Block a user