From e9fe699af7aa0b355244a4730c6283831bb6d51b Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期五, 02 六月 2023 16:38:16 +0800
Subject: [PATCH] 提升机命令日志,提升机异常日志
---
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