Browse Source

拳探-京东快递公司翻译

qianyi
shanji 2 years ago
parent
commit
330557c4bf
  1. 19
      BBWY.Server.Business/PlatformSDK/LogisticsCompanyConverter.cs

19
BBWY.Server.Business/PlatformSDK/LogisticsCompanyConverter.cs

@ -46,7 +46,24 @@ namespace BBWY.Server.Business
}); });
converterDictionary.Add($"{Enums.Platform.拳探}_{Enums.Platform.京东}", new List<LogisticsCompanyRelationship>() converterDictionary.Add($"{Enums.Platform.拳探}_{Enums.Platform.京东}", new List<LogisticsCompanyRelationship>()
{ {
new LogisticsCompanyRelationship(){SourceName="韵达快递",TargetName="韵达快递"},
new LogisticsCompanyRelationship(){SourceName="顺丰速运",TargetName="顺丰快递"},
new LogisticsCompanyRelationship(){SourceName="圆通速递",TargetName="圆通快递"},
new LogisticsCompanyRelationship(){SourceName="中通快递",TargetName="中通速递"},
new LogisticsCompanyRelationship(){SourceName="申通快递",TargetName="厂家自送"},
new LogisticsCompanyRelationship(){SourceName="百世快递",TargetName="厂家自送"},
new LogisticsCompanyRelationship(){SourceName="德邦快递",TargetName="德邦快递"},
new LogisticsCompanyRelationship(){SourceName="极兔速递",TargetName="京旗联盟-极兔"},
new LogisticsCompanyRelationship(){SourceName="邮政快递包裹",TargetName="邮政快递包裹"},
new LogisticsCompanyRelationship(){SourceName="天天快递",TargetName="厂家自送"},
new LogisticsCompanyRelationship(){SourceName="EMS",TargetName="厂家自送"},
new LogisticsCompanyRelationship(){SourceName="邮政标准快递",TargetName="邮政快递包裹"},
new LogisticsCompanyRelationship(){SourceName="德邦",TargetName="德邦快递"},
new LogisticsCompanyRelationship(){SourceName="众邮快递",TargetName="厂家自送"},
new LogisticsCompanyRelationship(){SourceName="优速快递",TargetName="优速快递"},
new LogisticsCompanyRelationship(){SourceName="中通快运",TargetName="中通快运"},
new LogisticsCompanyRelationship(){SourceName="宅急送",TargetName="厂家自送"},
new LogisticsCompanyRelationship(){SourceName="苏宁物流",TargetName="厂家自送"}
}); });
} }

Loading…
Cancel
Save