From 3e28500e76ffd71b7da90f40d1f3126c00a0e5f0 Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期一, 13 四月 2026 14:49:41 +0800
Subject: [PATCH] #站点运行优化

---
 src/main/java/com/zy/core/network/entity/ZyStationStatusEntity.java |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/zy/core/network/entity/ZyStationStatusEntity.java b/src/main/java/com/zy/core/network/entity/ZyStationStatusEntity.java
index fed4b4f..0dac68e 100644
--- a/src/main/java/com/zy/core/network/entity/ZyStationStatusEntity.java
+++ b/src/main/java/com/zy/core/network/entity/ZyStationStatusEntity.java
@@ -53,6 +53,9 @@
     //閲嶉噺
     private Double weight;
 
+    //鍑哄叆搴撴ā寮� 1:鍏ュ簱 2:鍑哄簱
+    private Integer ioMode;
+
     //浠诲姟鍙啓鍖�
     private Integer taskWriteIdx;
 
@@ -65,6 +68,9 @@
     //鍚姩鍏ュ簱
     private boolean enableIn = false;
 
+    //鍏ュ簱鏉$爜绔欏紓甯�
+    private boolean inBarcodeError = false;
+
     @Override
     public ZyStationStatusEntity clone() {
         try {

--
Gitblit v1.9.1