wxr
2020-11-12 a715181089be0d31cd737a5367ffd02690b9d77f
HDL_ON/Entity/UserInfo.cs
@@ -94,26 +94,7 @@
            FileUtils.WriteFileByBytes("UserInfo_File", Encoding.UTF8.GetBytes(Newtonsoft.Json.JsonConvert.SerializeObject(this)));
        }
        /// <summary>
        /// 软件解锁界面
        /// 1:启动时
        /// 2:布防撤防时
        /// 3:远程开锁时
        /// </summary>
        public List<string> appUnlockPage = new List<string>();
        /// <summary>
        /// 软件解锁方式
        /// 1:数字密码
        /// 2:手势密码
        /// 3:指纹密码
        /// 4:面容ID
        /// </summary>
        public List<string> appUnlockType = new List<string>();
        /// <summary>
        /// 软件解锁密码
        /// </summary>
        //[Newtonsoft.Json.JsonIgnore]
        public string appUnlockPasswrod = "";
        private byte[] convertByte(Image img)