#
hmpc
2025-01-13 b3c2c6fa1fc80d7cd7e47bacf221157bb3d0e60c
src/main/java/com/zy/core/cache/OutputQueue.java
@@ -19,4 +19,6 @@
    public static ArrayBlockingQueue<String> RGV = new ArrayBlockingQueue<>(32);
    // 穿梭车输出日志
    public static ArrayBlockingQueue<String> STE = new ArrayBlockingQueue<>(32);
    // 磅秤输出日志
    public static ArrayBlockingQueue<JSONObject> SCALE = new ArrayBlockingQueue<>(32);
}