Implement global vendor mappings with bundle support and seen-based ignore

This commit is contained in:
Mikhail Chusavitin
2026-02-18 19:54:07 +03:00
parent b94dd3d015
commit c22328bf03
21 changed files with 2048 additions and 342 deletions

View File

@@ -20,6 +20,11 @@ func AllModels() []interface{} {
&ComponentUsageStats{},
&Pricelist{},
&PricelistItem{},
&LotPartnumber{},
&LotBundle{},
&LotBundleItem{},
&VendorPartnumberSeen{},
&BOM{},
}
}