CSharp-Single-EFCore/Bunny.Dao/Common/Constant/SecurityConstant.cs

9 lines
166 B
C#
Raw Normal View History

namespace Bunny.Dao.Common.Constant;
2024-08-08 22:23:36 +08:00
/// <summary>
/// 鉴权相关常量
/// </summary>
public class SecurityConstant
{
public static string User = "";
}