From 6ee121975f58f7c9e309c6662390a7c4236306f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9B=90=ED=98=95?= <147372294+blissyou@users.noreply.github.com> Date: Mon, 30 Jun 2025 10:02:34 +0900 Subject: [PATCH] =?UTF-8?q?=EC=A0=80=EC=9E=A5=20=EB=B2=84=ED=8A=BC=20?= =?UTF-8?q?=EC=B5=9C=EC=A0=81=ED=99=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../model/device/subDTO/Lte.java | 6 ++--- src/main/resources/static/index.html | 22 ++++++++++--------- 2 files changed, 15 insertions(+), 13 deletions(-) diff --git a/src/main/java/org/mobidgim/mobidigimproject/model/device/subDTO/Lte.java b/src/main/java/org/mobidgim/mobidigimproject/model/device/subDTO/Lte.java index 0e88899..001821e 100644 --- a/src/main/java/org/mobidgim/mobidigimproject/model/device/subDTO/Lte.java +++ b/src/main/java/org/mobidgim/mobidigimproject/model/device/subDTO/Lte.java @@ -5,10 +5,10 @@ import com.fasterxml.jackson.annotation.JsonProperty; public class Lte { @JsonProperty("lte_ip") private String LTEip; - @JsonProperty("lte_subnet") - private String LTEsubnet; + @JsonProperty("lte_netmask") + private String LTEnetmask; @JsonProperty("lte_gateway") private String LTEgateway; @JsonProperty("lte_port") - private int LTEport; + private String LTEport; } diff --git a/src/main/resources/static/index.html b/src/main/resources/static/index.html index 753069a..1bd9a55 100644 --- a/src/main/resources/static/index.html +++ b/src/main/resources/static/index.html @@ -293,14 +293,16 @@

Server

IPPort
-
TIoT Server
+
TIoT Server
Update Server
-
DGPS Server
+
DGPS Server
OPC-UA
+
MODBUS
IP:
-
SUBNET:
+
NETMASK:
GATEWAY:
-
Port:PORT:
@@ -589,7 +591,6 @@ -