namespace Bunny.Dao.Entity.Constant;
/// <summary>
/// 鉴权相关常量
/// </summary>
public class SecurityConstant
{
public static string User = "";
}