From 63b01db83d9aad8a15276b4236a9a22e4aeef065 Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期二, 05 五月 2026 12:30:59 +0800
Subject: [PATCH] # Agent数据分析V3.0.1.7

---
 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