From ecba45c93391066bc30c7bd602c3a7683fbb99a7 Mon Sep 17 00:00:00 2001 From: xm <1271024303@qq.com> Date: 星期五, 31 七月 2020 10:56:12 +0800 Subject: [PATCH] 临时备份 --- ZigbeeApp/Shared/Phone/ZigBee/Device/ZbGatewayData.cs | 27 +++++++++++++++++++++++++-- 1 files changed, 25 insertions(+), 2 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/ZigBee/Device/ZbGatewayData.cs b/ZigbeeApp/Shared/Phone/ZigBee/Device/ZbGatewayData.cs index 33f7267..ab48517 100755 --- a/ZigbeeApp/Shared/Phone/ZigBee/Device/ZbGatewayData.cs +++ b/ZigbeeApp/Shared/Phone/ZigBee/Device/ZbGatewayData.cs @@ -72,7 +72,7 @@ /// <summary> /// 铏氭嫙椹卞姩淇℃伅 /// </summary> - public List<DriveCodeObj> DriveCodeList = new List<DriveCodeObj>(); + public List<DriveCodeListObj> DriveCodeList = new List<DriveCodeListObj>(); /// <summary> /// 铏氭嫙缃戝叧 @@ -249,9 +249,32 @@ /// <summary> /// 铏氭嫙椹卞姩淇℃伅 /// </summary> - public List<DriveCodeObj> DriveCodeList = new List<DriveCodeObj>(); + public List<DriveCodeListObj> DriveCodeList = new List<DriveCodeListObj>(); } + public class DriveCodeListObj + { + /// <summary> + /// 椹卞姩浠e彿锛堢敱缃戝叧涓洪┍鍔ㄥ垎閰嶅敮涓�鏍囪瘑锛� + /// </summary> + public int DriveCode; + /// <summary> + /// 椹卞姩纭欢鐗堟湰 + /// </summary> + public int DriveHwVersion; + /// <summary> + /// 椹卞姩杞欢鐗� + /// </summary> + public int DriveFwVersion; + /// <summary> + /// 椹卞姩鍥轰欢绫诲瀷 + /// </summary> + public int DriveImageType; + /// <summary> + /// 椹卞姩id + /// </summary> + public int DriveId; + } #endregion #region 淇敼缃戝叧鍚嶇О -- Gitblit v1.8.0