| package com.dy.simRtu; | 
|   | 
|   | 
| /** | 
|  * @Author: liurunyu | 
|  * @Date: 2024/11/18 9:53 | 
|  * @Description | 
|  */ | 
| public class ServerProperties { | 
|   | 
|     public static String rtuAddr ; | 
|   | 
|     //程序启动参数: | 
|     public static String argRtuAddr ; | 
|     public static Boolean argHeardBeatBy02True81False = true ; | 
|     public static Boolean argOneDie = false ; | 
|     public static Boolean argMultiDie = false ; | 
|   | 
|     public static String serverIp ; | 
|     public static Integer serverPort ; | 
|   | 
| } |