From 030a1abd26f8588c121ec47d53473e64a1e4f343 Mon Sep 17 00:00:00 2001
From: Junjie <DELL@qq.com>
Date: 星期四, 08 一月 2026 10:19:46 +0800
Subject: [PATCH] #
---
src/main/java/com/zy/core/network/entity/ZyStationStatusEntity.java | 9 +++++++++
1 files changed, 9 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 bbdf9cf..48f9b3e 100644
--- a/src/main/java/com/zy/core/network/entity/ZyStationStatusEntity.java
+++ b/src/main/java/com/zy/core/network/entity/ZyStationStatusEntity.java
@@ -44,6 +44,15 @@
//鏉$爜
private String barcode;
+ //閲嶉噺
+ private Double weight;
+
+ //杩愯鍫靛
+ private boolean runBlock = false;
+
+ //鍚姩鍏ュ簱
+ private boolean enableIn = false;
+
@Override
public ZyStationStatusEntity clone() {
try {
--
Gitblit v1.9.1