From cb98548ecc0fa2d4388eb67528b98be39670bc0c Mon Sep 17 00:00:00 2001
From: zyx <zyx123456>
Date: 星期四, 20 七月 2023 10:05:02 +0800
Subject: [PATCH] agv 有单入库功能

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

diff --git a/src/main/java/com/zy/asrs/entity/BasShuttleErrLog.java b/src/main/java/com/zy/asrs/entity/BasShuttleErrLog.java
index 12e1eb4..49a03fd 100644
--- a/src/main/java/com/zy/asrs/entity/BasShuttleErrLog.java
+++ b/src/main/java/com/zy/asrs/entity/BasShuttleErrLog.java
@@ -87,8 +87,8 @@
      * 绌挎杞�
      */
     @ApiModelProperty(value= "绌挎杞�")
-    @TableField("ste_no")
-    private Integer steNo;
+    @TableField("shuttle_no")
+    private Integer shuttleNo;
 
     /**
      * plc
@@ -188,14 +188,14 @@
 
     public BasShuttleErrLog() {}
 
-    public BasShuttleErrLog(String uuid,Integer wrkNo,Date startTime,Date endTime,Long wrkSts,Integer ioType,Integer steNo,Integer plcNo,String locNo,Integer staNo,Integer sourceStaNo,String sourceLocNo,String barcode,Integer errCode,String error,Integer status,Date createTime,Long createBy,Date updateTime,Long updateBy,String memo) {
+    public BasShuttleErrLog(String uuid,Integer wrkNo,Date startTime,Date endTime,Long wrkSts,Integer ioType,Integer shuttleNo,Integer plcNo,String locNo,Integer staNo,Integer sourceStaNo,String sourceLocNo,String barcode,Integer errCode,String error,Integer status,Date createTime,Long createBy,Date updateTime,Long updateBy,String memo) {
         this.uuid = uuid;
         this.wrkNo = wrkNo;
         this.startTime = startTime;
         this.endTime = endTime;
         this.wrkSts = wrkSts;
         this.ioType = ioType;
-        this.steNo = steNo;
+        this.shuttleNo = shuttleNo;
         this.plcNo = plcNo;
         this.locNo = locNo;
         this.staNo = staNo;

--
Gitblit v1.9.1