namespace WIDESEA_Common.APIAdderss
{
public class OrtherAPIAddress
{
///
/// 缓存架接口
///
public static string HuanCunJia = "http://127.0.0.1:8099/api/GH/";
///
/// 冠宏AGV接口
///
public static string GHAgv = "http://127.0.0.1:8099/api/GH/";
///
/// 同日接口地址
///
public static string TongRi = "http://127.0.0.1:8099/api/GH/";
}
}