zhubaomin
2025-04-07 1a2b07f01ba4616fd9e894dddf474b56d020158c
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 ;
 
}