namespace BLL
{
using System;
public static class SessionName
/// <summary>
/// 用户
/// </summary>
public const string CurrUser = "CurrUser";
}