ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Common/UserCenterCommon.cs
@@ -447,6 +447,10 @@ /// 固件分布式唯一,也是下载时的[下载固件的唯一标识]参数 /// </summary> public string DistributedMark = string.Empty; /// <summary> /// 日期(后面追加的 utc时间) /// </summary> public string CreatedOnUtc = string.Empty; } /// <summary> @@ -508,6 +512,10 @@ /// 镜像类型 /// </summary> public string ImagType = string.Empty; /// <summary> /// 日期(后面追加的 utc时间) /// </summary> public string CreatedOnUtc = string.Empty; } #endregion