From 70dfa087a9f61ecc33f3b5bc618202c2023e38f3 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期一, 19 八月 2024 15:45:26 +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