| package com.dy.rtuMw3rd.tcp4Bjnl; | 
|   | 
| import lombok.Data; | 
|   | 
| /** | 
|  * @Author: liurunyu | 
|  * @Date: 2025/03/18 14:20 | 
|  * @Description | 
|  */ | 
| @Data | 
| public class TcpClUnitConfigVo { | 
|     public String BjnlServerIp = "127.0.0.1" ;//服务端IP | 
|     public Integer BjnlServerPort = 1234 ;//服务端端口 | 
|     public Integer BjnlConnectTimeout = 3000 ; | 
|     public String BjnlApikey = "afcd5254fea7ba348bbdf8723c421fa7eab04545" ; | 
|     public String BjnlSecretkey = "4ebb2143c994d5ecbf3cb4af364642a74294c3be" ; | 
|     public Integer heartBeatInterval = 120000 ; | 
| } |