From 4289c5a85c5022933f081c8bdaed681df9f3eada Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期六, 25 十一月 2023 17:25:57 +0800
Subject: [PATCH] 17:25 案卷查询BUG修改
---
ycl-platform/src/main/java/com/ycl/dto/statistics/UnlawfulDto.java | 15 ++++++++++-----
1 files changed, 10 insertions(+), 5 deletions(-)
diff --git a/ycl-platform/src/main/java/com/ycl/dto/statistics/UnlawfulDto.java b/ycl-platform/src/main/java/com/ycl/dto/statistics/UnlawfulDto.java
index 02c4ec5..7fd6241 100644
--- a/ycl-platform/src/main/java/com/ycl/dto/statistics/UnlawfulDto.java
+++ b/ycl-platform/src/main/java/com/ycl/dto/statistics/UnlawfulDto.java
@@ -1,5 +1,6 @@
package com.ycl.dto.statistics;
+import com.alibaba.excel.annotation.ExcelIgnore;
import com.alibaba.excel.annotation.ExcelProperty;
import lombok.AllArgsConstructor;
import lombok.Builder;
@@ -19,7 +20,11 @@
@NoArgsConstructor
@Builder
public class UnlawfulDto {
-
+ /**
+ * 绫诲瀷鍚嶇О
+ */
+ @ExcelIgnore
+ private Long id;
/**
* 绫诲瀷鍚嶇О
*/
@@ -36,7 +41,7 @@
* 鍗犳瘮
*/
@ExcelProperty(value = "鍗犳瘮", index = 2)
- private Double ratio;
+ private String ratio;
/**
* 绔嬫
@@ -72,17 +77,17 @@
* 瀹℃牳鐜�
*/
@ExcelProperty(value = "瀹℃牳鐜�", index = 8)
- private Double checkedRatio;
+ private String checkedRatio;
/**
* 绔嬫鐜�
*/
@ExcelProperty(value = "绔嬫鐜�", index = 9)
- private Double registerRatio;
+ private String registerRatio;
/**
* 鍑嗙‘鐜�
*/
@ExcelProperty(value = "鍑嗙‘鐜�", index = 10)
- private Double accuracyRatio;
+ private String accuracyRatio;
}
--
Gitblit v1.8.0