From 3e9a6da99aae968123ee7bca352fc08becd7f1f2 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期四, 29 八月 2024 17:29:21 +0800
Subject: [PATCH] 工单过程图接口更换

---
 ycl-pojo/src/main/java/com/ycl/platform/domain/entity/ImageResourceSecurity.java |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/ycl-pojo/src/main/java/com/ycl/platform/domain/entity/ImageResourceSecurity.java b/ycl-pojo/src/main/java/com/ycl/platform/domain/entity/ImageResourceSecurity.java
index 4c905f8..0863c47 100644
--- a/ycl-pojo/src/main/java/com/ycl/platform/domain/entity/ImageResourceSecurity.java
+++ b/ycl-pojo/src/main/java/com/ycl/platform/domain/entity/ImageResourceSecurity.java
@@ -24,6 +24,8 @@
     @Excel(name = "閮ㄩ棬id")
     private Long deptId;
 
+    private String deptName;
+
     /** 骞冲彴杩愯鐜� */
     @Excel(name = "骞冲彴杩愯鐜�")
     private BigDecimal platformOnline;

--
Gitblit v1.8.0