zhubaomin
2025-03-25 427d87e5572d72d0e3aaa4364e4f53569222e321
pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/mw/protocol/ProtocolConfigVo.java
@@ -4,8 +4,6 @@
   public Integer centerAddr ;//中心地址
   public Boolean synchroRtuClock ;//是否对RTU校时
   public Integer synchroRtuClockTimepieces ;//当RTU与服务器时钟相差一定毫秒(配置文件是秒钟)后,进行校时
   public String serverIp ;//服务端IP地址,汉威协议中用到
   public Integer serverPort ;//服务端端口,汉威协议中用到
   public Boolean showStartInfo; //是否在控制台上显示信息
}