From cea1758e1f540e3f5f807951f128b7385b32afe6 Mon Sep 17 00:00:00 2001
From: chen.llin <1442464845@qq.comm>
Date: 星期六, 24 一月 2026 17:03:04 +0800
Subject: [PATCH] agv增加主动查询状态
---
src/main/java/com/zy/asrs/entity/TaskLog.java | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/src/main/java/com/zy/asrs/entity/TaskLog.java b/src/main/java/com/zy/asrs/entity/TaskLog.java
index 941ba7f..81d4d0f 100644
--- a/src/main/java/com/zy/asrs/entity/TaskLog.java
+++ b/src/main/java/com/zy/asrs/entity/TaskLog.java
@@ -274,6 +274,14 @@
@ApiModelProperty(value = "")
@TableField("error_memo")
private String errorMemo;
+ @ApiModelProperty(value = "")
+ @TableField("error_time2")
+ private Date errorTime2;
+
+ @ApiModelProperty(value = "")
+ @TableField("error_memo2")
+ private String errorMemo2;
+
@ApiModelProperty(value = "")
@TableField("ctn_kind")
--
Gitblit v1.9.1