wuyouming666
2024-01-22 2883c25a71cb080258f5e17430ff5ee37c0061c2
springboot-vue3/src/main/java/com/example/springboot/config/AppRunnerConfig.java
@@ -17,10 +17,10 @@
        //
        System.out.println("启动完成");
        // new PlcHold().start();
        //  new PlcHold().start();
        new Plchome().start();
        // new PlcLayout().start();
        // new Plcalarm().start();
        // new Plcsign().start();
@@ -37,5 +37,9 @@
        // new PlcServoManualone().start();
        // new PLCManualJog().start();
        // new Plclog().start();
        // new PlcInteractionState().start();
        //new PlcParameter1Review().start();
       // new PLCAutomaticParameterSettingReview().start();
    }
}