zhangchao
2024-09-01 e8ca0be1b3a0ac0b2307a9f6e41186312bd8cf28
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";
}