From f653130e5df936041f7a5ae005e10c91415b64b1 Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期四, 10 七月 2025 15:54:33 +0800
Subject: [PATCH] #

---
 src/main/java/com/zy/asrs/domain/vo/LiftMsgTableVo.java |   93 ++--------------------------------------------
 1 files changed, 5 insertions(+), 88 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..a981a72 100644
--- a/src/main/java/com/zy/asrs/domain/vo/LiftMsgTableVo.java
+++ b/src/main/java/com/zy/asrs/domain/vo/LiftMsgTableVo.java
@@ -1,6 +1,9 @@
 package com.zy.asrs.domain.vo;
 
+import com.zy.core.model.protocol.ForkLiftStaProtocol;
 import lombok.Data;
+
+import java.util.List;
 
 @Data
 public class LiftMsgTableVo {
@@ -15,99 +18,13 @@
     private String pakMk = "-";
 
     /**
-     * 杈撻�佺嚎鍓嶇鍏夌數鏈夎揣
-     * 鏈夎揣涓�1锛屾棤璐т负0锛堝墠绔寚闈犺繎璐ф灦渚э級
+     * 绔欑偣淇℃伅
      */
-    private Boolean lineFrontHasStock;
-
-    /**
-     * 杈撻�佺嚎姝h浆鍙嶉
-     * 姝h浆杩愯涓�1锛屽惁鍒欎负0
-     */
-    private Boolean forwardRotationFeedback;
-
-    /**
-     * 杈撻�佺嚎鍙嶈浆鍙嶉
-     * 鍙嶈浆杩愯涓�1锛屽惁鍒欎负0
-     */
-    private Boolean reverseFeedback;
-
-    /**
-     * 杈撻�佺嚎鐢垫満杩囪浇
-     * 杩囪浇涓�0锛屾甯镐负1
-     */
-    private Boolean motorOverload;
-
-    /**
-     * 杈撻�佺嚎鏈鍏夌數鏈夎揣
-     * 鏈夎揣涓�1锛屾棤璐т负0
-     */
-    private Boolean lineEndHasStock;
-
-    /**
-     * 杩涜緭閫佺嚎鍗℃墭鐩樻姤璀�
-     * 鎶ヨ涓�1锛屾湭鎶ヨ涓�0
-     */
-    private Boolean inConveyLineCardTrayAlarm;
-
-    /**
-     * 鍑鸿緭閫佺嚎鍗℃墭鐩樻姤璀�
-     * 鎶ヨ涓�1锛屾湭鎶ヨ涓�0
-     */
-    private Boolean outConveyLineCardTrayAlarm;
+    private List<ForkLiftStaProtocol> forkLiftStaProtocols;
 
     /**
      * 绌挎杞﹀彿
      */
     private Integer shuttleNo;
-
-    public String getLineFrontHasStock$() {
-        if (this.lineFrontHasStock == null) {
-            return "N";
-        }
-        return this.lineFrontHasStock ? "Y" : "N";
-    }
-
-    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