From b43ede1ee201c0d6aaede56e0fa3c4894c892e3c Mon Sep 17 00:00:00 2001
From: 龚焕茏 <2842157468@qq.com>
Date: 星期四, 18 四月 2024 10:44:41 +0800
Subject: [PATCH] 工单下发:下发记录增加下发状态

---
 ycl-pojo/src/main/java/com/ycl/platform/domain/entity/YwPeople.java |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/ycl-pojo/src/main/java/com/ycl/platform/domain/entity/YwPeople.java b/ycl-pojo/src/main/java/com/ycl/platform/domain/entity/YwPeople.java
index ffb7220..81e387b 100644
--- a/ycl-pojo/src/main/java/com/ycl/platform/domain/entity/YwPeople.java
+++ b/ycl-pojo/src/main/java/com/ycl/platform/domain/entity/YwPeople.java
@@ -51,4 +51,7 @@
     @TableField("remark")
     private String remark;
 
+    @TableField("user_id")
+    private Long userId;
+
 }

--
Gitblit v1.8.0