更新跟价相关内容修改

This commit is contained in:
super
2026-04-20 00:41:49 +08:00
parent 7b12cebb45
commit dabb278170
19 changed files with 596 additions and 145 deletions

View File

@@ -925,6 +925,7 @@ export interface PriceTrackCandidateVo {
export interface PriceTrackShopQueueItem {
shopName?: string;
shopMallName?: string;
shopId?: number | string | null;
matched?: boolean;
matchStatus?: string;
@@ -958,6 +959,7 @@ export interface PriceTrackHistoryItem {
loopRunId?: number;
roundIndex?: number;
shopName?: string;
shopMallName?: string;
shopId?: number | string | null;
platform?: string;
companyName?: string;