From edc45b1334b768aed6569baf6e12515868ad88ea Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期四, 24 十月 2024 17:16:00 +0800 Subject: [PATCH] 工单联系人回显、流程图情况说明回显、数据中心OSD优化 --- ycl-pojo/src/main/java/com/ycl/platform/domain/entity/CheckScore.java | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/ycl-pojo/src/main/java/com/ycl/platform/domain/entity/CheckScore.java b/ycl-pojo/src/main/java/com/ycl/platform/domain/entity/CheckScore.java index c6ab337..d8bea2b 100644 --- a/ycl-pojo/src/main/java/com/ycl/platform/domain/entity/CheckScore.java +++ b/ycl-pojo/src/main/java/com/ycl/platform/domain/entity/CheckScore.java @@ -35,7 +35,8 @@ /** deptid */ @Excel(name = "鍖哄幙") private Long deptId; - + @TableField(exist = false) + private String deptName; /** 鑰冩牳妯℃澘id */ @Excel(name = "鑰冩牳妯℃澘id") private Integer templateId; -- Gitblit v1.8.0