1
zhangc
2025-04-14 d9280b0c2ceab9db2c60c0af1a74e83f91cc74fc
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);
}