wxr
2022-03-08 fdd7de7e0efb90b174c528c3f0a48cbaaaa7ce08
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>