#fs
lsh
2024-09-10 4375805e5769179d7684a3af3e9132be68c38321
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);
}