ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Common/UserCenterCommon.cs
@@ -1,4 +1,5 @@ using System; using Shared.Common; using System; using System.Collections.Generic; namespace Shared.Phone.UserCenter @@ -59,7 +60,17 @@ /// <summary> /// 用户图标文件 /// </summary> [Newtonsoft.Json.JsonIgnore] public string UserIconFile = string.Empty; /// <summary> /// 用户图标文件是否改变 /// </summary> [Newtonsoft.Json.JsonIgnore] public bool UserIconFileChanged = false; /// <summary> /// 用户头像数据 /// </summary> public byte[] HeadImage = null; } /// <summary>