From 97821c4acc241cd65fd4ae890a44201df065c590 Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期三, 08 一月 2025 15:18:52 +0800
Subject: [PATCH] #

---
 src/main/java/com/zy/asrs/entity/BasLift.java |  221 ++----------------------------------------------------
 1 files changed, 11 insertions(+), 210 deletions(-)

diff --git a/src/main/java/com/zy/asrs/entity/BasLift.java b/src/main/java/com/zy/asrs/entity/BasLift.java
index 67aa7f2..66b85e2 100644
--- a/src/main/java/com/zy/asrs/entity/BasLift.java
+++ b/src/main/java/com/zy/asrs/entity/BasLift.java
@@ -5,6 +5,7 @@
 import com.baomidou.mybatisplus.annotations.TableField;
 import java.text.SimpleDateFormat;
 import java.util.Date;
+
 import org.springframework.format.annotation.DateTimeFormat;
 import com.core.common.SpringUtils;
 import com.zy.system.service.UserService;
@@ -72,152 +73,22 @@
     private Boolean pakMk;
 
     /**
-     * 鎻愬崌鏈洪攣瀹�
+     * 璁惧鐘舵��
      */
-    @ApiModelProperty(value= "鎻愬崌鏈洪攣瀹�")
-    @TableField("lift_lock")
-    private Boolean liftLock;
+    @ApiModelProperty(value= "璁惧鐘舵��")
+    @TableField("device_status")
+    private String deviceStatus;
 
     /**
-     * 浣嶇疆鍒拌揪鍙嶉
+     * 鎻愬崌鏈哄潗鏍�
      */
-    @ApiModelProperty(value= "浣嶇疆鍒拌揪鍙嶉")
-    @TableField("position_arrival_feedback")
-    private Integer positionArrivalFeedback;
-
-    /**
-     * 鍑嗗灏辩华
-     */
-    @ApiModelProperty(value= "鍑嗗灏辩华")
-    private Boolean ready;
-
-    /**
-     * 杩愯涓�
-     */
-    @ApiModelProperty(value= "杩愯涓�")
-    private Boolean running;
-
-    /**
-     * 鑱旀満/鍗曟満
-     */
-    @ApiModelProperty(value= "鑱旀満/鍗曟満")
-    private Boolean mode;
-
-    /**
-     * 杈撻�佺嚎鍓嶇鍏夌數鏈夎揣
-     */
-    @ApiModelProperty(value= "杈撻�佺嚎鍓嶇鍏夌數鏈夎揣")
-    @TableField("line_front_has_stock")
-    private Boolean lineFrontHasStock;
-
-    /**
-     * 杈撻�佺嚎姝h浆鍙嶉
-     */
-    @ApiModelProperty(value= "杈撻�佺嚎姝h浆鍙嶉")
-    @TableField("forward_rotation_feedback")
-    private Boolean forwardRotationFeedback;
-
-    /**
-     * 杈撻�佺嚎鍙嶈浆鍙嶉
-     */
-    @ApiModelProperty(value= "杈撻�佺嚎鍙嶈浆鍙嶉")
-    @TableField("reverse_feedback")
-    private Boolean reverseFeedback;
-
-    /**
-     * 杈撻�佺嚎鐢垫満杩囪浇
-     */
-    @ApiModelProperty(value= "杈撻�佺嚎鐢垫満杩囪浇")
-    @TableField("motor_overload")
-    private Boolean motorOverload;
-
-    /**
-     * 杈撻�佺嚎鏈鍏夌數鏈夎揣
-     */
-    @ApiModelProperty(value= "杈撻�佺嚎鏈鍏夌數鏈夎揣")
-    @TableField("line_end_has_stock")
-    private Boolean lineEndHasStock;
-
-    /**
-     * 杩涜緭閫佺嚎鍗℃墭鐩樻姤璀�
-     */
-    @ApiModelProperty(value= "杩涜緭閫佺嚎鍗℃墭鐩樻姤璀�")
-    @TableField("in_convey_line_card_tray_alarm")
-    private Boolean inConveyLineCardTrayAlarm;
-
-    /**
-     * 鍑鸿緭閫佺嚎鍗℃墭鐩樻姤璀�
-     */
-    @ApiModelProperty(value= "鍑鸿緭閫佺嚎鍗℃墭鐩樻姤璀�")
-    @TableField("out_convey_line_card_tray_alarm")
-    private Boolean outConveyLineCardTrayAlarm;
-
-    /**
-     * 骞冲彴浣嶇疆鍋忓樊鎶ヨ
-     */
-    @ApiModelProperty(value= "骞冲彴浣嶇疆鍋忓樊鎶ヨ")
-    @TableField("plat_position_deviation_alarm")
-    private Boolean platPositionDeviationAlarm;
-
-    /**
-     * 骞冲彴鎵煩鍋忓樊鎶ヨ
-     */
-    @ApiModelProperty(value= "骞冲彴鎵煩鍋忓樊鎶ヨ")
-    @TableField("plat_torque_deviation_alarm")
-    private Boolean platTorqueDeviationAlarm;
-
-    /**
-     * 骞冲彴鍥涘悜杞︽娴�
-     */
-    @ApiModelProperty(value= "骞冲彴鍥涘悜杞︽娴�")
-    @TableField("plat_shuttle_check")
-    private Boolean platShuttleCheck;
-
-    /**
-     * 鏈氨缁姸鎬�
-     */
-    @ApiModelProperty(value= "鏈氨缁姸鎬�")
-    @TableField("not_ready")
-    private Integer notReady;
-
-    /**
-     * 浼烘湇1閿欒
-     */
-    @ApiModelProperty(value= "浼烘湇1閿欒")
-    @TableField("servo_error1")
-    private Integer servoError1;
-
-    /**
-     * 浼烘湇2閿欒
-     */
-    @ApiModelProperty(value= "浼烘湇2閿欒")
-    @TableField("servo_error2")
-    private Integer servoError2;
-
-    /**
-     * 浼烘湇3閿欒
-     */
-    @ApiModelProperty(value= "浼烘湇3閿欒")
-    @TableField("servo_error3")
-    private Integer servoError3;
-
-    /**
-     * 浼烘湇4閿欒
-     */
-    @ApiModelProperty(value= "浼烘湇4閿欒")
-    @TableField("servo_error4")
-    private Integer servoError4;
-
-    /**
-     * 鎻愬崌鏈哄疄闄呴�熷害鍙嶉
-     */
-    @ApiModelProperty(value= "鎻愬崌鏈哄疄闄呴�熷害鍙嶉")
-    @TableField("lift_actual_speed")
-    private Integer liftActualSpeed;
+    @ApiModelProperty(value= "鎻愬崌鏈哄潗鏍�")
+    @TableField("point")
+    private String point;
 
     public BasLift() {}
 
-    public BasLift(Integer liftNo,Integer status,Integer wrkNo,Date updateTime,Long updateBy,String memo,Boolean pakMk,Boolean liftLock,Integer positionArrivalFeedback,Boolean ready,Boolean running,Boolean mode,Boolean lineFrontHasStock,Boolean forwardRotationFeedback,Boolean reverseFeedback,Boolean motorOverload,Boolean lineEndHasStock,Boolean inConveyLineCardTrayAlarm,Boolean outConveyLineCardTrayAlarm,Boolean platPositionDeviationAlarm,Boolean platTorqueDeviationAlarm,Boolean platShuttleCheck,Integer notReady,Integer servoError1,Integer servoError2,Integer servoError3,Integer servoError4,Integer liftActualSpeed) {
+    public BasLift(Integer liftNo, Integer status, Integer wrkNo, Date updateTime, Long updateBy, String memo, Boolean pakMk, String deviceStatus) {
         this.liftNo = liftNo;
         this.status = status;
         this.wrkNo = wrkNo;
@@ -225,59 +96,8 @@
         this.updateBy = updateBy;
         this.memo = memo;
         this.pakMk = pakMk;
-        this.liftLock = liftLock;
-        this.positionArrivalFeedback = positionArrivalFeedback;
-        this.ready = ready;
-        this.running = running;
-        this.mode = mode;
-        this.lineFrontHasStock = lineFrontHasStock;
-        this.forwardRotationFeedback = forwardRotationFeedback;
-        this.reverseFeedback = reverseFeedback;
-        this.motorOverload = motorOverload;
-        this.lineEndHasStock = lineEndHasStock;
-        this.inConveyLineCardTrayAlarm = inConveyLineCardTrayAlarm;
-        this.outConveyLineCardTrayAlarm = outConveyLineCardTrayAlarm;
-        this.platPositionDeviationAlarm = platPositionDeviationAlarm;
-        this.platTorqueDeviationAlarm = platTorqueDeviationAlarm;
-        this.platShuttleCheck = platShuttleCheck;
-        this.notReady = notReady;
-        this.servoError1 = servoError1;
-        this.servoError2 = servoError2;
-        this.servoError3 = servoError3;
-        this.servoError4 = servoError4;
-        this.liftActualSpeed = liftActualSpeed;
+        this.deviceStatus = deviceStatus;
     }
-
-//    BasLift basLift = new BasLift(
-//            null,    // 鎻愬崌鏈哄彿[闈炵┖]
-//            null,    // 褰撳墠鎻愬崌鏈虹姸鎬�
-//            null,    // 浠诲姟鍙�
-//            null,    // 淇敼鏃堕棿
-//            null,    // 淇敼浜哄憳
-//            null,    // 澶囨敞
-//            null,    // 浣滀笟鏍囪
-//            null,    // 鎻愬崌鏈洪攣瀹�
-//            null,    // 浣嶇疆鍒拌揪鍙嶉
-//            null,    // 鍑嗗灏辩华
-//            null,    // 杩愯涓�
-//            null,    // 鑱旀満/鍗曟満
-//            null,    // 杈撻�佺嚎鍓嶇鍏夌數鏈夎揣
-//            null,    // 杈撻�佺嚎姝h浆鍙嶉
-//            null,    // 杈撻�佺嚎鍙嶈浆鍙嶉
-//            null,    // 杈撻�佺嚎鐢垫満杩囪浇
-//            null,    // 杈撻�佺嚎鏈鍏夌數鏈夎揣
-//            null,    // 杩涜緭閫佺嚎鍗℃墭鐩樻姤璀�
-//            null,    // 鍑鸿緭閫佺嚎鍗℃墭鐩樻姤璀�
-//            null,    // 骞冲彴浣嶇疆鍋忓樊鎶ヨ
-//            null,    // 骞冲彴鎵煩鍋忓樊鎶ヨ
-//            null,    // 骞冲彴鍥涘悜杞︽娴�
-//            null,    // 鏈氨缁姸鎬�
-//            null,    // 浼烘湇1閿欒
-//            null,    // 浼烘湇2閿欒
-//            null,    // 浼烘湇3閿欒
-//            null,    // 浼烘湇4閿欒
-//            null    // 鎻愬崌鏈哄疄闄呴�熷害鍙嶉
-//    );
 
     public String getUpdateTime$(){
         if (Cools.isEmpty(this.updateTime)){
@@ -294,24 +114,5 @@
         }
         return null;
     }
-
-    public void setPositionArrivalFeedback(Integer lev) {
-        switch (lev) {
-            case 1:
-            case 2:
-                this.positionArrivalFeedback = 1;
-                break;
-            case 4:
-                this.positionArrivalFeedback = 2;
-                break;
-            case 8:
-                this.positionArrivalFeedback = 3;
-                break;
-            case 16:
-                this.positionArrivalFeedback = 4;
-                break;
-        }
-    }
-
 
 }

--
Gitblit v1.9.1