From c41aa8ce031c6c549a75ab8f0f08ae7f998d3965 Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期二, 07 一月 2025 12:48:12 +0800
Subject: [PATCH] #

---
 src/main/java/com/zy/asrs/domain/vo/LiftMsgTableVo.java |   89 ++++++--------------------------------------
 1 files changed, 12 insertions(+), 77 deletions(-)

diff --git a/src/main/java/com/zy/asrs/domain/vo/LiftMsgTableVo.java b/src/main/java/com/zy/asrs/domain/vo/LiftMsgTableVo.java
index b24c1c4..5c23ee9 100644
--- a/src/main/java/com/zy/asrs/domain/vo/LiftMsgTableVo.java
+++ b/src/main/java/com/zy/asrs/domain/vo/LiftMsgTableVo.java
@@ -15,99 +15,34 @@
     private String pakMk = "-";
 
     /**
-     * 杈撻�佺嚎鍓嶇鍏夌數鏈夎揣
-     * 鏈夎揣涓�1锛屾棤璐т负0锛堝墠绔寚闈犺繎璐ф灦渚э級
+     * 浠诲姟鍦板潃
      */
-    private Boolean lineFrontHasStock;
+    private Short taskAddress;
 
     /**
-     * 杈撻�佺嚎姝h浆鍙嶉
-     * 姝h浆杩愯涓�1锛屽惁鍒欎负0
+     * 鐩殑鍦板潃
      */
-    private Boolean forwardRotationFeedback;
+    private Short distAddress;
 
     /**
-     * 杈撻�佺嚎鍙嶈浆鍙嶉
-     * 鍙嶈浆杩愯涓�1锛屽惁鍒欎负0
+     * 宸插畬鎴愮殑浠诲姟鍙�
      */
-    private Boolean reverseFeedback;
+    private Short completeTaskNo;
 
     /**
-     * 杈撻�佺嚎鐢垫満杩囪浇
-     * 杩囪浇涓�0锛屾甯镐负1
+     * 灞�
      */
-    private Boolean motorOverload;
-
-    /**
-     * 杈撻�佺嚎鏈鍏夌數鏈夎揣
-     * 鏈夎揣涓�1锛屾棤璐т负0
-     */
-    private Boolean lineEndHasStock;
-
-    /**
-     * 杩涜緭閫佺嚎鍗℃墭鐩樻姤璀�
-     * 鎶ヨ涓�1锛屾湭鎶ヨ涓�0
-     */
-    private Boolean inConveyLineCardTrayAlarm;
-
-    /**
-     * 鍑鸿緭閫佺嚎鍗℃墭鐩樻姤璀�
-     * 鎶ヨ涓�1锛屾湭鎶ヨ涓�0
-     */
-    private Boolean outConveyLineCardTrayAlarm;
+    private Short lev;
 
     /**
      * 绌挎杞﹀彿
      */
     private Integer shuttleNo;
 
-    public String getLineFrontHasStock$() {
-        if (this.lineFrontHasStock == null) {
-            return "N";
-        }
-        return this.lineFrontHasStock ? "Y" : "N";
-    }
+    /**
+     * 浠ょ墝
+     */
+    private Integer token;
 
-    public String getForwardRotationFeedback$() {
-        if (this.forwardRotationFeedback == null) {
-            return "N";
-        }
-        return this.forwardRotationFeedback ? "Y" : "N";
-    }
-
-    public String getReverseFeedback$() {
-        if (this.reverseFeedback == null) {
-            return "N";
-        }
-        return this.reverseFeedback ? "Y" : "N";
-    }
-
-    public String getMotorOverload$() {
-        if (this.motorOverload == null) {
-            return "N";
-        }
-        return this.motorOverload ? "Y" : "N";
-    }
-
-    public String getLineEndHasStock$() {
-        if (this.lineEndHasStock == null) {
-            return "N";
-        }
-        return this.lineEndHasStock ? "Y" : "N";
-    }
-
-    public String getInConveyLineCardTrayAlarm$() {
-        if (this.inConveyLineCardTrayAlarm == null) {
-            return "N";
-        }
-        return this.inConveyLineCardTrayAlarm ? "Y" : "N";
-    }
-
-    public String getOutConveyLineCardTrayAlarm$() {
-        if (this.outConveyLineCardTrayAlarm == null) {
-            return "N";
-        }
-        return this.outConveyLineCardTrayAlarm ? "Y" : "N";
-    }
 
 }

--
Gitblit v1.9.1