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 | 12 ++++++++++++
1 files changed, 12 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 caf2695..0dac68e 100644
--- a/src/main/java/com/zy/core/network/entity/ZyStationStatusEntity.java
+++ b/src/main/java/com/zy/core/network/entity/ZyStationStatusEntity.java
@@ -1,6 +1,9 @@
package com.zy.core.network.entity;
+import com.zy.core.model.protocol.StationTaskBufferItem;
import lombok.Data;
+
+import java.util.List;
@Data
public class ZyStationStatusEntity {
@@ -50,8 +53,14 @@
//閲嶉噺
private Double weight;
+ //鍑哄叆搴撴ā寮� 1:鍏ュ簱 2:鍑哄簱
+ private Integer ioMode;
+
//浠诲姟鍙啓鍖�
private Integer taskWriteIdx;
+
+ //浠诲姟缂撳瓨鍖烘Ы浣嶈鎯�
+ private List<StationTaskBufferItem> taskBufferItems;
//杩愯鍫靛
private boolean runBlock = false;
@@ -59,6 +68,9 @@
//鍚姩鍏ュ簱
private boolean enableIn = false;
+ //鍏ュ簱鏉$爜绔欏紓甯�
+ private boolean inBarcodeError = false;
+
@Override
public ZyStationStatusEntity clone() {
try {
--
Gitblit v1.9.1