Files
SGGL_HBAZ/SGGL/BLL/SessionName.cs
T
2025-02-12 09:27:47 +08:00

13 lines
203 B
C#

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