namespace Znyc.Admin.Commons.Const
{
///
///
///
public class CommonConst
{
///
/// 默认超速速度
///
public const int DEFAULT_OVERSPEED = 80;
///
/// 默认停留标示Id
///
public const long DEFAULT_STAPTAG = 1003;
///
/// 默认图片地址
///
public const string Default_Image_Prefix =
"https://zhongnengyunche.com/dispatching/wx/upload/avatar/";
///
/// 默认公司Logo名称
///
public const string Default_CompanyLogo = "Default_AvatarUrl.png";
///
/// 未知设备型号
///
public const string Unknown_TerminalType = "未知设备型号";
///
/// 未知物联卡类型
///
public const string Unknown_CardType = "未知物联卡类型";
}
}