1
Administrator
2025-10-31 feec6fc2a8d3c75c921b16774ffc1bf9d83a5b65
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";
}