liurunyu
2024-12-28 4e19be4587c4b3bfecea60e14782fcc011a6fb69
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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 ;
 
}