From f36e31f82fde353c7864ec1543fae99e5b193ed7 Mon Sep 17 00:00:00 2001
From: wu <731351411@qq.com>
Date: 星期二, 12 三月 2024 15:43:22 +0800
Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10101/r/Albania_Mes
---
springboot-vue3/src/main/java/com/example/springboot/entity/device/PlcParameterInfo.java | 4 ++++
1 files changed, 4 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 e1d7e6e..f0bc2e2 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
@@ -91,6 +91,7 @@
public void setRatio(int ratio) {
this.ratio = ratio;
}
+
/**
* 鑾峰彇鍦板潃
@@ -121,4 +122,7 @@
return addressIndex;
}
+ public String getAddress() {
+ return getAddress(this.addressIndex);
+ }
}
\ No newline at end of file
--
Gitblit v1.8.0