自动化立体仓库 - WMS系统
#1
dubin
2026-01-04 9268cd77b4e864b901a8b0bf965f441f2e8c4fbd
src/main/java/com/zy/common/properties/SystemProperties.java
@@ -15,7 +15,7 @@
    public static final String SALT = "123456789qwertyu";
    // 系统激活状态 (默认未激活)
    public static boolean SYSTEM_ACTIVATION = Boolean.FALSE;
    public static boolean SYSTEM_ACTIVATION = Boolean.TRUE;
    public static String getActivationCode(String fileName){
        StringBuilder activationCode = new StringBuilder();