feat(common): 添加骆驼淘宝供应商映射

- 在供应商映射中新增 "CAMEL" 键及对应名称 "骆驼淘宝"
- 扩展供应商列表,支持更多平台显示
- 简化供应商信息管理,便于后续维护和拓展
This commit is contained in:
danial
2025-12-12 23:14:16 +08:00
parent 166ceaa77a
commit 6c761de528

View File

@@ -45,6 +45,7 @@ var supplierCode2Name = map[string]string{
"SDPAY": "闪电核销平台", "SDPAY": "闪电核销平台",
"ORIGIN": "山禾", "ORIGIN": "山禾",
"LIANINS": "燕子核销平台", "LIANINS": "燕子核销平台",
"CAMEL": "骆驼淘宝",
} }
func GetSupplierMap() map[string]string { func GetSupplierMap() map[string]string {