From c0ce2f57a4f836ebeb9e7b8b4b5a4407fd78dc86 Mon Sep 17 00:00:00 2001 From: 黄学彪 <hxb@hdlchina.com.cn> Date: 星期三, 23 九月 2020 10:06:05 +0800 Subject: [PATCH] 上传 --- ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Common/UserCenterCommon.cs | 27 +++++++++++++++++++++++++-- 1 files changed, 25 insertions(+), 2 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Common/UserCenterCommon.cs b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Common/UserCenterCommon.cs index accc927..a356a87 100755 --- a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Common/UserCenterCommon.cs +++ b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Common/UserCenterCommon.cs @@ -507,7 +507,7 @@ public class FirmwareVersionInfo { /// <summary> - /// 浜戠涓婇潰鐨勯偅涓悕瀛� + /// 浜戠涓婇潰鐨勯偅涓悕瀛�,濡傛灉鏄湰鍦扮┖璋冪殑妯″潡鏃�,瀹冧负鍏ㄨ矾寰� /// </summary> public string Name = string.Empty; /// <summary> @@ -535,13 +535,32 @@ /// </summary> public string HardwareVersion = string.Empty; /// <summary> - /// 闀滃儚绫诲瀷 + /// 闀滃儚绫诲瀷(褰撶瓑浜�-100鏃�,浠h〃瀹冩槸绌鸿皟鐨勬湰鍦版ā鍧�) /// </summary> public string ImagType = string.Empty; /// <summary> /// 鏃ユ湡(鍚庨潰杩藉姞鐨� utc鏃堕棿) /// </summary> public string CreatedOnUtc = string.Empty; + } + + /// <summary> + /// 缃戝叧闇�瑕佸崌绾х殑淇℃伅 + /// </summary> + public class GatewayNeedUpdateInfo + { + /// <summary> + /// 鍗囩骇鍥轰欢鐨勫叏璺緞 + /// </summary> + public string FullFileName = string.Empty; + /// <summary> + /// 铏氭嫙椹卞姩鍙� + /// </summary> + public int DriveCode = -1; + /// <summary> + /// 1:Linux鐨勫崌绾у浐浠� 2:鍗忚皟鍣ㄧ殑鍗囩骇鍥轰欢 3:铏氭嫙椹卞姩鐨勫崌绾у浐浠� + /// </summary> + public int Div = -1; } #endregion @@ -1316,6 +1335,10 @@ /// 鏄惁寮�鍚皟璇旳pp鍔熻兘 1->寮�鍚� /// </summary> public int StartDebugApp = 0; + /// <summary> + /// 褰撹澶嘥ype涓嶄竴鏍锋椂,鏄惁鐢熸垚Log 1->鐢熸垚 + /// </summary> + public int CheckDeviceType = 0; } #endregion -- Gitblit v1.8.0