From 3dc714284a95fe9677a964ec039b2b547547e30d Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期二, 05 十一月 2024 11:20:37 +0800
Subject: [PATCH] 工单异步获取图片、工单导出时间参数bug

---
 ycl-pojo/src/main/java/com/ycl/platform/domain/entity/CheckScore.java |    5 ++++-
 1 files changed, 4 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..d3a75e7 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,10 @@
     /** deptid */
     @Excel(name = "鍖哄幙")
     private Long deptId;
-
+    @TableField(exist = false)
+    private String deptName;
+    //璁惧鏁伴噺
+    private Integer deviceCount;
     /** 鑰冩牳妯℃澘id */
     @Excel(name = "鑰冩牳妯℃澘id")
     private Integer templateId;

--
Gitblit v1.8.0