#
yxFwq
2025-01-04 a43b3ec43521d1204f1557b9196b22e7153a0320
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);
}