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

9 lines
165 B
C#
Raw Normal View History

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