bug
lu
2025-06-16 89776d6f53dff45b1ac0ee20438f5aa8dab2d0e5
DevApp/Gs.DevApp/Entity/LoginInfoModel.cs
@@ -4,23 +4,12 @@
    {
        private static LoginInfoModel _CurrentUser;
        //登录组织编号
        //登录时间
        /// <summary>
        ///     登录用户的guid
        /// </summary>
        public string LoginUserGuid { get; set; } = "";
        /// <summary>
        ///     登录用户的组织 orgGuid
        /// </summary>
        public string LoginOrgGuid { get; set; } = "";
        public string LoginTime { get; set; }
        public string LoginFactory { get; set; }
        //应用单件模式,保存用户登录状态
        public static LoginInfoModel CurrentUser