feat: mall api 添加mall统一前缀

This commit is contained in:
xingyu4j
2025-06-06 22:45:43 +08:00
parent dbb9a33fda
commit 1f598d7712
40 changed files with 281 additions and 255 deletions

View File

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