zhangyong
2023-09-15 328d276bec3fa2d3b1fd9fec1965c11b4e45c1c7
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();
      }