namespace Znyc.Recruitment.Admin.Commons.Helpers
{
///
/// 应用版本号、软件厂商等信息
///
public class AppVersionHelper
{
///
/// 版本号
///
public const string Version = "3.0";
///
/// 软件厂商
///
public const string Manufacturer = "上海越邦网络科技有限公司";
///
/// 网站地址
///
public const string WebSite = "http://www.Znyc.Recruitment.Admin.com";
///
/// 更新地址
///
public const string UpdateUrl = "http://netcore.Znyc.Recruitment.Admin.com/update";
}
}