From 98e6dd8f3597a36512699151a7f74b6cf733268f Mon Sep 17 00:00:00 2001 From: Junjie <540245094@qq.com> Date: 星期五, 19 九月 2025 14:06:03 +0800 Subject: [PATCH] # --- src/main/java/com/zy/core/model/protocol/LiftStaProtocol.java | 30 +++++++++++++++++++++++++++--- 1 files changed, 27 insertions(+), 3 deletions(-) diff --git a/src/main/java/com/zy/core/model/protocol/LiftStaProtocol.java b/src/main/java/com/zy/core/model/protocol/LiftStaProtocol.java index e52218b..ddf2c88 100644 --- a/src/main/java/com/zy/core/model/protocol/LiftStaProtocol.java +++ b/src/main/java/com/zy/core/model/protocol/LiftStaProtocol.java @@ -13,10 +13,10 @@ /** * 绔欑偣鍙� */ - private Integer staNo; + private Integer siteId; /** - * 妯″紡 + * 妯″紡 1:鑷姩 0:鎵嬪姩 */ private Boolean model; @@ -43,7 +43,17 @@ /** * 浠诲姟鍙� */ - private Short taskNo; + private Integer taskNo; + + /** + * 鏉$爜 + */ + private String barcode; + + /** + * 鐩爣浣嶇疆 + */ + private Integer staNo; /** * 灞� @@ -60,4 +70,18 @@ */ private Integer liftNo; + public boolean getHasCar() { + if (this.hasCar == null) { + return false; + } + return this.hasCar; + } + + public boolean getHasTray() { + if (this.hasTray == null) { + return false; + } + return this.hasTray; + } + } -- Gitblit v1.9.1