From 46b29175dfdafafd014212be0e340544b8761493 Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期四, 05 九月 2024 21:52:06 +0800 Subject: [PATCH] 考核结果导出优化 --- ycl-pojo/src/main/java/com/ycl/platform/domain/entity/CheckScore.java | 6 ++++-- 1 files changed, 4 insertions(+), 2 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 9006893..c38c6bf 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 @@ -13,7 +13,7 @@ /** * 鑰冩牳绉垎鏄庣粏瀵硅薄 t_check_score - * + * * @author ruoyi * @date 2024-04-22 */ @@ -31,6 +31,7 @@ @Excel(name = "鍒嗗��") private BigDecimal score; + /** deptid */ @Excel(name = "鍖哄幙") private Long deptId; @@ -38,7 +39,8 @@ /** 鑰冩牳妯℃澘id */ @Excel(name = "鑰冩牳妯℃澘id") private Integer templateId; - + /** 瀵瑰簲check_index_琛╥d */ + private Long indexId; /** 鑰冩牳鏍囩(鐪佸巺/甯傚眬) */ @Excel(name = "鑰冩牳鏍囩(鐪佸巺/甯傚眬)") private Integer examineTag; -- Gitblit v1.8.0