From 9cc8fd11b13813adbdd3c6c31554e5c0bebf4026 Mon Sep 17 00:00:00 2001 From: 黄学彪 <hxb@hdlchina.com.cn> Date: 星期五, 21 八月 2020 19:53:49 +0800 Subject: [PATCH] 发布到商店的版本 --- ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Common/UserCenterCommon.cs | 19 +++++++++++++++++++ 1 files changed, 19 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..67710ee 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 鈻� 鏁版嵁澶囦唤绫籣_________________________ -- Gitblit v1.8.0