From cfc2855d2fe063e26947bad7277a1091efbb3bbb Mon Sep 17 00:00:00 2001 From: wu <731351411@qq.com> Date: 星期四, 28 十一月 2024 02:16:21 +0800 Subject: [PATCH] 协议地址更新,手动页面更新 --- springboot-vue3/src/main/java/com/example/springboot/entity/device/PlcParameterInfo.java | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/springboot-vue3/src/main/java/com/example/springboot/entity/device/PlcParameterInfo.java b/springboot-vue3/src/main/java/com/example/springboot/entity/device/PlcParameterInfo.java index 51d6ddf..07db710 100644 --- a/springboot-vue3/src/main/java/com/example/springboot/entity/device/PlcParameterInfo.java +++ b/springboot-vue3/src/main/java/com/example/springboot/entity/device/PlcParameterInfo.java @@ -13,6 +13,9 @@ // 鍙傛暟鍚嶇О private String name; + // 鑻辨枃鍚嶇О + private String usname; + // 璇诲彇 鍙傛暟鍊� private String value; @@ -47,6 +50,14 @@ this.name = name; } + public String getusName() { + return this.usname; + } + + public void setusName(String usname) { + this.usname = usname; + } + public String getValue() { return this.value; } -- Gitblit v1.8.0