You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
namespace Service.Station;
|
|
|
|
|
|
|
|
|
|
public class StationParamConst
|
|
|
|
|
{
|
|
|
|
|
public static readonly string StationNo = "Station.StationNo";
|
|
|
|
|
public static readonly string StationName = "Station.StationName";
|
|
|
|
|
|
|
|
|
|
//选包策略中最后结束充电时间需要>此值
|
|
|
|
|
public static readonly string SwapFinishChargeTime = "Station.SwapFinishChargeTime";
|
|
|
|
|
|
|
|
|
|
//选包策略换电Soc
|
|
|
|
|
public static readonly string SwapSoc = "Station.SwapSoc";
|
|
|
|
|
|
|
|
|
|
//充电soc
|
|
|
|
|
public static readonly string ChargeSoc = "Station.ChargeSoc";
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public static readonly string StationStatus = "Station.StationStatus";
|
|
|
|
|
public static readonly string StationWay = "Station.StationWay";
|
|
|
|
|
public static readonly string StationModel = "Station.StationModel";
|
|
|
|
|
|
|
|
|
|
#region cloud param
|
|
|
|
|
|
|
|
|
|
public static readonly string CloudServerIp = "Cloud.CloudServerIp";
|
|
|
|
|
public static readonly string CloudServerPort = "Cloud.CloudServerPort";
|
|
|
|
|
public static readonly string CloudClientId = "Cloud.CloudClientId";
|
|
|
|
|
public static readonly string CloudUsername = "Cloud.CloudUsername";
|
|
|
|
|
public static readonly string CloudPassword = "Cloud.CloudPassword";
|
|
|
|
|
public static readonly string CloudSubTopic = "Cloud.CloudSubTopic";
|
|
|
|
|
public static readonly string CloudPubTopic = "Cloud.CloudPubTopic";
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
}
|