From 34d49c20c2c2543658e844847c5eaa87f4c954e9 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期二, 23 二月 2021 17:28:40 +0800 Subject: [PATCH] Merge branch 'temp-wxr' into NewFilePath --- HDL_ON/DAL/Server/NewApiRes.cs | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/HDL_ON/DAL/Server/NewApiRes.cs b/HDL_ON/DAL/Server/NewApiRes.cs index c522247..91d22eb 100644 --- a/HDL_ON/DAL/Server/NewApiRes.cs +++ b/HDL_ON/DAL/Server/NewApiRes.cs @@ -544,38 +544,38 @@ /// <summary> /// 缃戝叧ID /// </summary> - public string gatewayId; + public string gatewayId =""; /// <summary> /// 缃戝叧snID /// </summary> - public string sn; + public string sn = ""; /// <summary> /// /// </summary> - public string aesKey; + public string aesKey = ""; /// <summary> /// BUSUDPGATEWAY, /// AGATEWAY, /// ZIGBEEGATEWAY, /// KNXGATEWAY /// </summary> - public string gatewayType; + public string gatewayType = ""; /// <summary> /// 浣忓畢ID /// </summary> - public string homeId; + public string homeId = ""; /// <summary> /// /// </summary> - public string mac; + public string mac = ""; /// <summary> /// /// </summary> - public string primaryKey; + public string primaryKey = ""; /// <summary> /// /// </summary> - public string encryptionType; + public string encryptionType = ""; /// <summary> /// 瀛愮綉鍙� -- Gitblit v1.8.0