From c7df85937f73fb347ee0b19e9c052d2d00a6df6c Mon Sep 17 00:00:00 2001 From: 黄学彪 <hxb@hdlchina.com.cn> Date: 星期五, 18 九月 2020 13:58:19 +0800 Subject: [PATCH] 新版本 --- ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Common/UserCenterCommon.cs | 23 +++++++++++++++++++++++ 1 files changed, 23 insertions(+), 0 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Common/UserCenterCommon.cs b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Common/UserCenterCommon.cs index accc927..ef0aaaa 100755 --- a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Common/UserCenterCommon.cs +++ b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Common/UserCenterCommon.cs @@ -544,6 +544,25 @@ 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 #region 鈻� 鏁版嵁澶囦唤绫籣_________________________ @@ -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