feat:【mall 商城】商城首页的迁移【antd】20%:初始化

This commit is contained in:
YunaiV
2025-10-19 10:09:33 +08:00
parent ad6ba25b3e
commit 95fffb8af0
6 changed files with 57 additions and 57 deletions

View File

@@ -1,5 +1,5 @@
/** 数据对照 Response */
export interface MallDataComparisonResp<T> {
export interface DataComparisonRespVO<T> {
value: T;
reference: T;
}