wangxinhui
2025-03-06 2f8a8a7b31c7e311d1824c76e2a67e2a128bc65b
代码管理/WMS/WIDESEA_WMSServer/WIDESEA_Core/HttpContextUser/IUser.cs
@@ -24,13 +24,15 @@
        /// </summary>
        long TenantId { get; }
        int RoleId { get;}
        int RoleId { get; }
        string Token { get; }
        int MenuType {  get; }
        int MenuType { get; }
        void UpdateToke(string token);
        void UpdateToke(string token, int userId);
        /// <summary>
        /// 鏄惁璁よ瘉
@@ -46,7 +48,9 @@
        List<string> GetUserInfoFromToken(string ClaimType);
        bool IsSuperAdmin {  get; }
        bool IsSuperAdmin { get; }
        bool IsHighestRole { get; }
        bool IsRoleIdSuperAdmin(int roleId);
    }