zhubaomin
2025-04-09 a7485c9f9b16ece4f12f0b3f6d6a8c90370f5ae4
pipIrr-platform/pipIrr-mw/pipIrr-mwTest-client/src/main/java/com/dy/testClient/ServerProperties.java
@@ -16,7 +16,12 @@
   public static Integer heartbeatTimes = 3 ;
   //发送数据次数
   public static Integer sendTimes = 0 ;
   //mwTestServer控制是否启动
   public static boolean startWork = false ;
   //发送完数据后,是否关闭TCP连接,1是,0否
   public static Integer sendOverThenCloseConnect = 0 ;
   public static boolean startTcpConnectWork = false ;
   //mwTestServer
   public static boolean startRtuReportWork = false ;
}