liurunyu
2025-01-22 ec67f42b0c95e1967def5ce9c86f9ca10df53505
pipIrr-platform/pipIrr-mw/pipIrr-mw-simulate-rtu/src/main/java/com/dy/simRtu/ServerProperties.java
@@ -9,4 +9,14 @@
public class ServerProperties {
    public static String rtuAddr ;
    //程序启动参数:
    public static String argRtuAddr ;
    public static Boolean argHeardBeatBy02True81False = true ;
    public static Boolean argOneDie = false ;
    public static Boolean argMultiDie = false ;
    public static String serverIp ;
    public static Integer serverPort ;
}