From e9dd07a6eec753511aec755e1d1ee5344f06a194 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期三, 21 八月 2024 16:26:05 +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 b286248..48d9220 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,9 +34,9 @@
     @TableField("error_type")
     private String errorType;
 
-    @ApiModelProperty("鐐逛綅")
-    @TableField("point_id")
-    private Integer pointId;
+    @ApiModelProperty("璁惧缂栧彿")
+    @TableField("serial_number")
+    private String serialNumber;
 
     @ApiModelProperty("宸ュ崟鏉ユ簮")
     @TableField("source")
@@ -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;

--
Gitblit v1.8.0