From 2804585b14a62cc1fdec876b65267a4db8bc8995 Mon Sep 17 00:00:00 2001
From: Junjie <xjj@123>
Date: 星期二, 14 一月 2025 10:55:47 +0800
Subject: [PATCH] #

---
 src/main/java/com/zy/asrs/entity/BasShuttleOpt.java |    9 +--------
 1 files changed, 1 insertions(+), 8 deletions(-)

diff --git a/src/main/java/com/zy/asrs/entity/BasShuttleOpt.java b/src/main/java/com/zy/asrs/entity/BasShuttleOpt.java
index 1e476d8..2a1325f 100644
--- a/src/main/java/com/zy/asrs/entity/BasShuttleOpt.java
+++ b/src/main/java/com/zy/asrs/entity/BasShuttleOpt.java
@@ -97,12 +97,6 @@
     private String command;
 
     /**
-     * 鍛戒护
-     */
-    @ApiModelProperty(value= "鍛戒护鎶ユ枃(涓嬪彂)")
-    private String commandSend;
-
-    /**
      * 绯荤粺鐘舵��
      */
     @ApiModelProperty(value= "绯荤粺鐘舵��")
@@ -132,7 +126,7 @@
 
     public BasShuttleOpt() {}
 
-    public BasShuttleOpt(Integer wrkNo, Integer shuttleNo, Date sendTime, String mode, String sourceLocNo, String distLocNo, Date updateTime, Long updateBy, String memo, String command, String commandSend, String systemStatus) {
+    public BasShuttleOpt(Integer wrkNo, Integer shuttleNo, Date sendTime, String mode, String sourceLocNo, String distLocNo, Date updateTime, Long updateBy, String memo, String command, String systemStatus) {
         this.wrkNo = wrkNo;
         this.shuttleNo = shuttleNo;
         this.sendTime = sendTime;
@@ -143,7 +137,6 @@
         this.updateBy = updateBy;
         this.memo = memo;
         this.command = command;
-        this.commandSend = commandSend;
         this.systemStatus = systemStatus;
     }
 

--
Gitblit v1.9.1