namespace Znyc.Recruitment.Admin.Commons
{
///
/// 默认常量
///
public static class CommonConst
{
///
/// 薪资待遇
///
public const long Dictionary_Welfare = 1;
///
/// 工作经验
///
public const long Dictionary_Experience = 2;
///
/// 活动
///
public const long Dictionary_Activity = 3;
///
/// 默认图片地址
///
public const string Default_Image_Prefix =
"https://zhongnengyunche.com/recruitment/wx/upload/avatar/";
///
/// 默认头像名称
///
public const string Default_AvataUrl = "Default_AvatarUrl.png";
///
/// 默认实名图片地址
///
public const string Default_Identity_Prefix =
"https://zhongnengyunche.com/authentication/{0}/";
///
/// 默认名称
///
public const string Default_UserName = "先生";
///
/// 默认Banner图片地址
///
public const string Default_Banner_Prefix = "https://zhongnengyunche.com/recruitment/wx/upload/banner/";
///
/// 默认意见反馈图片地址
///
public const string Default_FeedbackPic_Prefix = "https://zhongnengyunche.com/recruitment/wx/upload/feedback/";
///
/// 默认活动图片地址
///
public const string Default_Activity_Prefix = "https://zhongnengyunche.com/recruitment/wx/upload/activity/";
///
/// 充值活动详情-名称
///
public const string RechargeIntro_Name = "{0}云币";
///
/// 充值活动详情-描述
///
public const string RechargeIntro_Description = "{0}云币(可拨打{0}个电话)";
}
}