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