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