From ecc7b295a495014621de2cd9601659f5cdf26fbe Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期四, 22 八月 2024 18:26:21 +0800
Subject: [PATCH] 点位导入优化

---
 ycl-pojo/src/main/java/com/ycl/platform/domain/entity/WorkOrder.java |    8 ++++++++
 1 files changed, 8 insertions(+), 0 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 d895863..33fd914 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
@@ -66,6 +66,10 @@
     @TableField("yw_condition")
     private String ywCondition;
 
+    @ApiModelProperty("杩愮淮妫�娴嬫儏鍐�/涓�寮犲浘")
+    @TableField("yw_check_condition")
+    private String ywCheckCondition;
+
     @ApiModelProperty("澶勭悊鏈熼檺")
     @TableField("processing_period")
     private Integer processingPeriod;
@@ -73,4 +77,8 @@
     @ApiModelProperty("鏄惁瓒呮椂锛�0娌℃湁 1璀﹀憡 2瓒呮椂")
     @TableField("overtime")
     private Integer overtime;
+
+    @ApiModelProperty("鏄惁鎵h繃绉垎")
+    @TableField("deduct")
+    private Boolean deduct;
 }

--
Gitblit v1.8.0