From 41ace7c0738ba39750b2809d5077dd0d7640ced8 Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期二, 07 四月 2026 10:03:34 +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