ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Common/UserCenterCommon.csold mode 100755 new mode 100644
@@ -630,6 +630,10 @@ /// CreatedOnUtc /// </summary> public string CreatedOnUtc = string.Empty; /// <summary> /// 是否是自动备份(需手动赋值) 0:手动备份 1:自动备份 /// </summary> public int IsAutoBack = 0; } /// <summary> @@ -1343,6 +1347,10 @@ /// 是否使用以前旧的设备列表获取方式 1->使用 /// </summary> public int UseOldSearchDeviceMethord = 0; /// <summary> /// 是否记录上报的gbs坐标 1->记录 /// </summary> public int WriteGpsPoint = 0; } #endregion