#
whycq
2023-05-21 5efced37f972c49e15a9bf2c4021d5b4d4b18884
src/main/java/com/zy/core/properties/SystemProperties.java
@@ -12,4 +12,6 @@
    // 系统运行状态
    public static final AtomicBoolean WCS_RUNNING_STATUS = new AtomicBoolean(Boolean.TRUE);
    public static final String WMS_URL = "localhost";
}