ZengTao
2024-03-18 7a4da65b270b1eb8dadf1fbf46b09f25274f5422
springboot-vue3/src/main/java/com/example/springboot/entity/device/PlcParameterInfo.java
@@ -92,6 +92,7 @@
            this.ratio = ratio;
        }
           /**
     * 获取地址
     * 
@@ -121,4 +122,7 @@
        return addressIndex;
    }
    public String getAddress() {
       return getAddress(this.addressIndex);
    }
}