zhangyong
2023-09-17 e6f7bba9aa14c8ff3fc154ccd5a26eb3c3f3d6f9
springboot-vue3/src/main/java/com/example/springboot/component/Plcstate.java
@@ -11,7 +11,7 @@
  public void run() {
    while (this != null) {
      try {
        Thread.sleep(10000);
        Thread.sleep(500);
      } catch (InterruptedException e) {
        e.printStackTrace();
      }