From 684484fb93775edcfa19cfc7a43d0a748c8362be Mon Sep 17 00:00:00 2001
From: Junjie <xjj@123>
Date: 星期五, 12 四月 2024 10:59:30 +0800
Subject: [PATCH] #

---
 zy-asrs-wcs/src/main/java/com/zy/asrs/wcs/core/entity/BasShuttle.java |   35 +++++++++++++++--------------------
 1 files changed, 15 insertions(+), 20 deletions(-)

diff --git a/zy-asrs-wcs/src/main/java/com/zy/asrs/wcs/core/entity/BasShuttle.java b/zy-asrs-wcs/src/main/java/com/zy/asrs/wcs/core/entity/BasShuttle.java
index 575f680..7b0af1e 100644
--- a/zy-asrs-wcs/src/main/java/com/zy/asrs/wcs/core/entity/BasShuttle.java
+++ b/zy-asrs-wcs/src/main/java/com/zy/asrs/wcs/core/entity/BasShuttle.java
@@ -32,10 +32,22 @@
     private static final long serialVersionUID = 1L;
 
     /**
+     * ID
+     */
+    @ApiModelProperty(value= "ID")
+    @TableId(value = "id", type = IdType.AUTO)
+    private Integer id;
+
+    /**
+     * 璁惧ID
+     */
+    @ApiModelProperty(value= "璁惧ID")
+    private Integer deviceId;
+
+    /**
      * 鍥涘悜绌挎杞﹀彿
      */
     @ApiModelProperty(value= "鍥涘悜绌挎杞﹀彿")
-    @TableId(value = "shuttle_no", type = IdType.INPUT)
     private Integer shuttleNo;
 
     /**
@@ -133,26 +145,9 @@
 
     public BasShuttle() {}
 
-    public BasShuttle(Integer shuttleNo, Integer status, Integer shuttleStatus, Integer taskNo, String idleLoc, Integer autoCharge, Integer chargeLine, Long createBy, Date createTime, Long updateBy, Date updateTime, String memo, Integer runSpeed, Integer deleted, Long hostId, String protocol) {
-        this.shuttleNo = shuttleNo;
-        this.status = status;
-        this.shuttleStatus = shuttleStatus;
-        this.taskNo = taskNo;
-        this.idleLoc = idleLoc;
-        this.autoCharge = autoCharge;
-        this.chargeLine = chargeLine;
-        this.createBy = createBy;
-        this.createTime = createTime;
-        this.updateBy = updateBy;
-        this.updateTime = updateTime;
-        this.memo = memo;
-        this.runSpeed = runSpeed;
-        this.deleted = deleted;
-        this.hostId = hostId;
-        this.protocol = protocol;
-    }
 
-    //    BasShuttle basShuttle = new BasShuttle(
+
+//    BasShuttle basShuttle = new BasShuttle(
 //            null,    // 鐘舵��
 //            null,    // 褰撳墠灏忚溅鐘舵��
 //            null,    // 浠诲姟鍙�

--
Gitblit v1.9.1