pipIrr-platform/pipIrr-mw/pipIrr-mwTest-server/src/main/java/com/dy/testServer/ServerProperties.java
@@ -12,6 +12,10 @@
   public static String tcpServerIp = "" ;
   //服务端上下文
   public static Integer tcpServerPort = 60000 ;
   //发送数据间隔 秒
   public static Integer sendInterval = 0 ;
   //每一轮次发送数据,其中包括心跳发送次数
   public static Integer heartbeatTimes = 0 ;
   //发送数据次数
   public static Integer sendTimes = 0 ;