From d4160d80c79245c1d7d0cd450ba48cb7850e411d Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期一, 23 十一月 2020 10:45:54 +0800
Subject: [PATCH] 20201123

---
 HDL_ON/Entity/Device/DeviceModule.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/HDL_ON/Entity/Device/DeviceModule.cs b/HDL_ON/Entity/Device/DeviceModule.cs
index c110801..5e2a6ff 100644
--- a/HDL_ON/Entity/Device/DeviceModule.cs
+++ b/HDL_ON/Entity/Device/DeviceModule.cs
@@ -21,12 +21,12 @@
         public int gateway_type = 0;
         public string model_id = "";
         public string device_name = "hdl_bus_gatway";
-        public string model_type = "HDL GWA01IP";
         public string ip_address = "172.16.2.202";
         public string local_data_encode = "false";
         public string access_mode = "LAN";
         public string oid = "";
 
-
+        public string device_model = "HDL-MGWIP.430";
+        public string gatewayId = "12345";
     }
 }

--
Gitblit v1.8.0