SGGL_SHJ/SGGL/BLL/SessionName.cs

11 lines
184 B
C#

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