ZHJA_HJGL/BAK/HJGL_ZH/BLL/SessionName.cs

13 lines
203 B
C#
Raw Permalink Normal View History

2026-02-10 15:55:39 +08:00
namespace BLL
{
using System;
public static class SessionName
{
/// <summary>
/// 用户
/// </summary>
public const string CurrUser = "CurrUser";
}
}