公告板
版本库
filestore
活动
搜索
登录
main
/
pipIrr-SV
元谋二期后端软件系统
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
1、增加不扫描类的注解; 2、修改配置文件名称。
liurunyu
2024-11-18
05c9b9ef0b31341670e5441aedc47d7a82ee52fd
[pipIrr-SV.git]
/
pipIrr-platform
/
pipIrr-mw
/
pipIrr-mw-simulate-rtu
/
src
/
main
/
java
/
com
/
dy
/
simRtu
/
ServerProperties.java
1
2
3
4
5
6
7
8
9
10
11
12
package com.dy.simRtu;
/**
* @Author: liurunyu
* @Date: 2024/11/18 9:53
* @Description
*/
public class ServerProperties {
public static String rtuAddr ;
}