From 8905afcbd6dbb859e79199be86a7c706a03307b0 Mon Sep 17 00:00:00 2001 From: JLChen <551775569@qq.com> Date: 星期四, 26 十一月 2020 15:34:59 +0800 Subject: [PATCH] 2020-11-26 1.获取支持、过户新功能页面实现。2UI优化调整。 --- HDL_ON/Entity/UserInfo.cs | 17 ++++++++++++----- 1 files changed, 12 insertions(+), 5 deletions(-) diff --git a/HDL_ON/Entity/UserInfo.cs b/HDL_ON/Entity/UserInfo.cs index 3cc5ec1..539297a 100644 --- a/HDL_ON/Entity/UserInfo.cs +++ b/HDL_ON/Entity/UserInfo.cs @@ -49,21 +49,28 @@ } } - #region 璐﹀彿娉ㄥ唽鏈嶅姟鍣ㄤ俊鎭� + #region 鏂板淇濆瓨鍙傛暟 /// <summary> - /// + /// 璐﹀彿娉ㄥ唽鏈嶅姟鍣ㄤ俊鎭� /// </summary> public string RequestHttpsHost = "https://china.hdlcontrol.com"; /// <summary> /// /// </summary> public GlobalRegionListRes GlobalRegion; - #endregion /// <summary> /// 鏄惁鍚屾剰鍗忚 /// </summary> public bool isAgreePrivacyPolicy; + + /// <summary> + /// 蹇界暐鏇存柊鐨勭増鏈彿 + /// </summary> + public string IgnoreUpdateVersion = string.Empty; + #endregion + + /// <summary> /// 鐢ㄦ埛鍚嶇О @@ -145,8 +152,8 @@ /// <summary> /// UserType B绔处鍙� C绔处鍙� /// </summary> - public string userType = "C"; - + public string userType = "USER_C"; + /// <summary> /// 鐢ㄦ埛浣忓畢鍒楄〃 -- Gitblit v1.8.0