zhangwei
2025-08-29 06dd8d0b5614c39a50924046714c444cc75c21e9
Admin.NET/Admin.NET.Core/Const/ClaimConst.cs
@@ -65,4 +65,22 @@
    /// 登录模式PC、APP
    /// </summary>
    public const string LoginMode = "LoginMode";
    /// <summary>
    /// 用户类型
    /// </summary>
    public const string UserType = "UserType";
    /// <summary>
    /// 客户登录类型
    /// </summary>
    public const string CustomerLogoinType = "CustomerLogoinType";
    /// <summary>
    /// 企业id
    /// </summary>
    public const string CustomerExId = "CustomerExId";
}