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/CheckTemplate.java |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/ycl-pojo/src/main/java/com/ycl/platform/domain/entity/CheckTemplate.java b/ycl-pojo/src/main/java/com/ycl/platform/domain/entity/CheckTemplate.java
index 76c6bd4..da73ac4 100644
--- a/ycl-pojo/src/main/java/com/ycl/platform/domain/entity/CheckTemplate.java
+++ b/ycl-pojo/src/main/java/com/ycl/platform/domain/entity/CheckTemplate.java
@@ -13,7 +13,7 @@
 
 /**
  * 鑰冩牳妯℃澘瀵硅薄 t_check_template
- * 
+ *
  * @author ruoyi
  * @date 2024-04-01
  */
@@ -32,7 +32,7 @@
 
     /** 璋冩暣绯绘暟 */
     @Excel(name = "璋冩暣绯绘暟")
-    private Long adjustCoefficient;
+    private BigDecimal adjustCoefficient;
 
     /** 璋冩暣鏂瑰紡锛氫箻闄� */
     @Excel(name = "璋冩暣鏂瑰紡锛氫箻闄�")
@@ -76,7 +76,7 @@
     private Date updateTime;
 
     /** 閫昏緫鍒犻櫎 */
-    private String deleted;
+    private Integer deleted;
 
 
 

--
Gitblit v1.8.0