|
|
|
@ -27,6 +27,12 @@ public class FactoryDataUtil {
|
|
|
|
|
factorys.put(BrandEnums.OLO.getValue(), FactoryDataConstants.Mq.RoutingKeys.OLO_NODE_DATA_PUSH); |
|
|
|
|
factorys.put(BrandEnums.SFY.getValue(), FactoryDataConstants.Mq.RoutingKeys.SFY_NODE_DATA_PUSH); |
|
|
|
|
factorys.put(BrandEnums.MTMM.getValue(), FactoryDataConstants.Mq.RoutingKeys.MENGTIAN_NODE_DATA_PUSH); |
|
|
|
|
factorys.put(BrandEnums.MHJ.getValue(), FactoryDataConstants.Mq.RoutingKeys.MWH_NODE_DATA_PUSH); |
|
|
|
|
// 皮阿诺
|
|
|
|
|
// 欧派
|
|
|
|
|
factorys.put(BrandEnums.OP.getValue(), FactoryDataConstants.Mq.RoutingKeys.OPPEIN_NODE_DATA_PUSH); |
|
|
|
|
// 金牌
|
|
|
|
|
factorys.put(BrandEnums.JP.getValue(), FactoryDataConstants.Mq.RoutingKeys.JP_NODE_DATA_PUSH); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|