From 73548e5d89a79ef1850c03dea162dcf727e2c0b1 Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期五, 20 九月 2024 09:32:57 +0800 Subject: [PATCH] 去重 --- 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