liurunyu
2025-08-18 a2aaa19a13112d29c7b32ce2ca54cdc847d3a5ba
pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/mw/protocol/ProtocolConfigVo.java
New file
@@ -0,0 +1,9 @@
package com.dy.common.mw.protocol;
public class ProtocolConfigVo {
   public Integer centerAddr ;//中心地址
   public Boolean synchroRtuClock ;//是否对RTU校时
   public Integer synchroRtuClockTimepieces ;//当RTU与服务器时钟相差一定毫秒(配置文件是秒钟)后,进行校时
   public Boolean showStartInfo; //是否在控制台上显示信息
}