90b00abdc0d51816efb256fb3c526582120c6094.svn-base 445 Bytes
package com.phxl.common.constants;

import com.phxl.common.util.Global;

public class PlatformConstant {

	//平台接口地址
	public static final String PlatForm_HUARUN_Url = Global.getConfig("huarun_service_url");
	
	//SPD接口地址
	public static final String PlatForm_SPD_Url = Global.getConfig("spd_service_url");

	//推送对账,发药,库存平台地址
	public static final String PlatForm_URL = Global.getConfig("platform_url");
}