liurunyu
2025-09-08 e1f1023dee5d094fcb1e428f36cce09211c4542a
pipIrr-platform/pipIrr-web/pipIrr-mwTest-rtu/src/main/java/com/dy/pipIrrMwTestRtu/ServerProperties.java
New file
@@ -0,0 +1,13 @@
package com.dy.pipIrrMwTestRtu;
/**
 * @Author: liurunyu
 * @Date: 2024/7/12 8:19
 * @Description
 */
public class ServerProperties {
    public static String rtuAddr ;
    public static Boolean onlyOneHeartBeat ;
    public static String icCardAddr ;
    public static String icCardNo ;
}