feat: 增加规格匹配建议与决策审计 (#90)

This commit is contained in:
chengma
2026-08-10 12:41:17 +08:00
parent 5abe81e128
commit 5a77bde534
15 changed files with 680 additions and 46 deletions
+7
View File
@@ -279,6 +279,13 @@ type SpecMapping struct {
MappedBy string
}
type SpecMappingDecision struct {
ShopeeGoodsID, SpecKey, PddGoodsID string
RulesVersion, SuggestedOptionKey, ChosenOptionKey string
Accepted bool
DecidedBy, DecidedAt string
}
// ---------- 任务 ----------
// TaskType 区分采集任务和采购任务。