SGGL_SHJ/SGGL/BLL/SessionName.cs

11 lines
184 B
C#
Raw Normal View History

2022-09-05 16:36:31 +08:00
namespace BLL
{
public static class SessionName
{
/// <summary>
/// 用户
/// </summary>
public const string CurrUser = "CurrUser";
}
}