From ddb3068a51a8af8aa9a8f8c2cb9b6e9228b0c8d9 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期三, 28 八月 2024 11:53:27 +0800
Subject: [PATCH] 同步国标设备、点播定时任务优化

---
 ycl-pojo/src/main/java/com/ycl/platform/domain/entity/WorkOrder.java |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/ycl-pojo/src/main/java/com/ycl/platform/domain/entity/WorkOrder.java b/ycl-pojo/src/main/java/com/ycl/platform/domain/entity/WorkOrder.java
index 33fd914..870eaf4 100644
--- a/ycl-pojo/src/main/java/com/ycl/platform/domain/entity/WorkOrder.java
+++ b/ycl-pojo/src/main/java/com/ycl/platform/domain/entity/WorkOrder.java
@@ -4,6 +4,7 @@
 import com.baomidou.mybatisplus.annotation.TableName;
 
 import java.time.LocalDateTime;
+import java.util.List;
 
 import com.ycl.platform.base.AbsEntity;
 import enumeration.general.WorkOrderStatusEnum;
@@ -67,8 +68,8 @@
     private String ywCondition;
 
     @ApiModelProperty("杩愮淮妫�娴嬫儏鍐�/涓�寮犲浘")
-    @TableField("yw_check_condition")
-    private String ywCheckCondition;
+    @TableField("yw_check_result")
+    private String ywCheckResult;
 
     @ApiModelProperty("澶勭悊鏈熼檺")
     @TableField("processing_period")
@@ -81,4 +82,8 @@
     @ApiModelProperty("鏄惁鎵h繃绉垎")
     @TableField("deduct")
     private Boolean deduct;
+
+
+    @TableField(exist=false)
+    private List<String> errorTypeList;
 }

--
Gitblit v1.8.0