#
lsh
2024-05-17 bed50f174c97679efdeaab0dbc1f25f78aa818cc
src/main/java/com/zy/core/cache/OutputQueue.java
@@ -15,4 +15,12 @@
    public static ArrayBlockingQueue<String> DEVP = new ArrayBlockingQueue<>(32);
    // 条码器输出日志
    public static ArrayBlockingQueue<JSONObject> BARCODE = new ArrayBlockingQueue<>(32);
    // 磅秤输出日志
    public static ArrayBlockingQueue<JSONObject> SCALE = new ArrayBlockingQueue<>(32);
    // 堆垛机输出日志
    public static ArrayBlockingQueue<String> RGV = new ArrayBlockingQueue<>(32);
    public static ArrayBlockingQueue<String> Ext = new ArrayBlockingQueue<>(32);
}