zc
2025-05-06 d983b88916d7489aa154984b67e1bcfb2f13f5d1
src/main/java/com/zy/core/cache/OutputQueue.java
@@ -15,5 +15,6 @@
    public static ArrayBlockingQueue<String> LIFT = new ArrayBlockingQueue<>(32);
    //货叉提升机输出日志
    public static ArrayBlockingQueue<String> FORKLIFT = new ArrayBlockingQueue<>(32);
    public static ArrayBlockingQueue<String> DEVP = new ArrayBlockingQueue<>(32);
}