From 3efe34fdc1dfe58e16c8689faf086b38b2d73e83 Mon Sep 17 00:00:00 2001
From: zwl <1051256694@qq.com>
Date: 星期一, 16 三月 2026 16:41:36 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/jxhcwcs-version1.0' into jxhcwcs-version1.0
---
src/main/java/com/zy/core/network/entity/ZyStationStatusEntity.java | 15 ++++++++++++---
1 files changed, 12 insertions(+), 3 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 cbbaa50..40bdbfa 100644
--- a/src/main/java/com/zy/core/network/entity/ZyStationStatusEntity.java
+++ b/src/main/java/com/zy/core/network/entity/ZyStationStatusEntity.java
@@ -35,18 +35,27 @@
// 婊℃墭鐩�
private boolean fullPlt;
- // 閿佸畾鏍囪
- private boolean pakMk = true;
-
// 鎵樼洏楂樺害
private Integer palletHeight;
//鎶ヨ
private Integer error;
+ //鎶ヨ淇℃伅
+ private String errorMsg;
+
//鏉$爜
private String barcode;
+ //閲嶉噺
+ private Double weight;
+
+ //杩愯鍫靛
+ private boolean runBlock = false;
+
+ //鍚姩鍏ュ簱
+ private boolean enableIn = false;
+
@Override
public ZyStationStatusEntity clone() {
try {
--
Gitblit v1.9.1