duheng
2025-03-17 34f4cd4d829cea4234bd32d1903ee5bfe6af2a47
WinFrmUI/Yw.WinFrmUI.Core/99-global/LoginUserInfo.cs
@@ -13,6 +13,11 @@
        public static long CorpID { get; set; }
        /// <summary>
        /// 客户名称
        /// </summary>
        public static string CorpName { get; set; }
        /// <summary>
        /// 用户ID
        /// </summary>
        public static long UserID { get; set; }
@@ -38,9 +43,19 @@
        public static long LoginAccountID { get; set; }
        /// <summary>
        /// 登录账户名称
        /// </summary>
        public static string LoginAccountName { get; set; }
        /// <summary>
        /// 登录类型ID
        /// </summary>
        public static long LoginTypeID { get; set; }
        /// <summary>
        /// 登录类型名称
        /// </summary>
        public static string LoginTypeName { get; set; }
        /// <summary>
        /// 项目ID
@@ -48,10 +63,18 @@
        public static long ProjectID { get; set; }
        /// <summary>
        /// 项目名称
        /// </summary>
        public static string ProjectName { get; set; }
        /// <summary>
        /// 软件ID
        /// </summary>
        public static long SoftwareID { get; set; }
        /// <summary>
        /// 软件名称
        /// </summary>
        public static string SoftwareName { get; set; }
    }
}
}