wuyouming666
2023-10-09 1c01c236ed9c2802b1e4868832add2c912d14018
springboot-vue3/src/main/java/com/example/springboot/component/PlcParameter.java
@@ -10,7 +10,7 @@
    public void run() {
        while (this != null) {
            try {
                Thread.sleep(1000);
                Thread.sleep(500);
            } catch (InterruptedException e) {
                e.printStackTrace();
            }