package com.kidgrow.common.constant;
/**
* 石家庄喜高科技有限责任公司 版权所有 © Copyright 2020
*
* @Description: 服务名称常量
* @Project:
* @CreateDate: Created in 2020/2/3 16:16
* @Author: liuke
*/
public interface ServiceNameConstants {
/**
* 用户权限服务
*/
String USER_SERVICE = "usercenter-server";
/**
* 搜索中心服务
*/
String SEARCH_SERVICE = "searchcenter-server";
/**
* 商品Demo服务名
*/
String DEMO_PRODUCT_SERVICE="demo-product-server";
/**
* 订单Demo服务名
*/
String DEMO_ORDER_SERVICE="demo-order-server";
/**
* 诊断数据服务
*/
String RECORD_CENTER_SERVICE="recordcenter-server";
}