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