using System;
namespace Ewide.Core
{
public class ClaimConst
{
///
/// 用户Id
///
public const string CLAINM_USERID = "UserId";
///
/// 账号
///
public const string CLAINM_ACCOUNT = "Account";
///
/// 名称
///
public const string CLAINM_NAME = "Name";
///
/// 是否超级管理
///
public const string CLAINM_SUPERADMIN = "SuperAdmin";
///
/// 过期时间
///
public const string ExpireTime = "";
}
}