wxr
2022-03-08 41b934c1780d1a18fe8068f3bfc0e59b3b892479
HDL_ON/Common/UserInfo.cs
@@ -160,6 +160,18 @@
            }
        }
        [Newtonsoft.Json.JsonIgnore]
        public DateTime LastTimeOpenDoor = DateTime.MinValue;
        public bool VerOpenDoorPw
        {
            get
            {
                return (DateTime.Now - LastTime).TotalMinutes > 5;
            }
        }
        [Newtonsoft.Json.JsonIgnore]
        public string doorPasswordString;
        #endregion
        /// <summary>