From eb806b5ec0bb72536e78c1a7fcffb94bcd24cbbe Mon Sep 17 00:00:00 2001
From: 龚焕茏 <2842157468@qq.com>
Date: 星期五, 26 四月 2024 18:24:27 +0800
Subject: [PATCH] 考核结果应用规则(算钱)新增、展示

---
 ycl-pojo/src/main/java/com/ycl/platform/domain/entity/WorkOrder.java |   10 +++++++---
 1 files changed, 7 insertions(+), 3 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 7fc775b..a1c7951 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
@@ -34,6 +34,10 @@
     @TableField("error_type")
     private String errorType;
 
+    @ApiModelProperty("鐐逛綅")
+    @TableField("point_id")
+    private Integer pointId;
+
     @ApiModelProperty("宸ュ崟鏉ユ簮")
     @TableField("source")
     private String source;
@@ -62,9 +66,9 @@
     @TableField("yw_condition")
     private String ywCondition;
 
-    @ApiModelProperty("杩愮淮妫�娴嬬粨鏋�")
-    @TableField("yw_check_result")
-    private String ywCheckResult;
+    @ApiModelProperty("澶勭悊鏈熼檺")
+    @TableField("processing_period")
+    private Integer processingPeriod;
 
 
 }

--
Gitblit v1.8.0