From 616762daea1e46ace3a8ff2ee8e3975e5bcccd24 Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期三, 18 九月 2024 20:14:22 +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