From 4f45f29e6b53f4c01b414409c5000ff4e212b3d9 Mon Sep 17 00:00:00 2001
From: huminmin <mac@MacBook-Pro.local>
Date: 星期五, 05 六月 2026 13:36:54 +0800
Subject: [PATCH] 增加eip
---
report-server/src/main/java/com/ruoyi/report/vo/ParetoVo.java | 23 +++++++++++++++++++++++
1 files changed, 23 insertions(+), 0 deletions(-)
diff --git a/report-server/src/main/java/com/ruoyi/report/vo/ParetoVo.java b/report-server/src/main/java/com/ruoyi/report/vo/ParetoVo.java
new file mode 100644
index 0000000..8f20a37
--- /dev/null
+++ b/report-server/src/main/java/com/ruoyi/report/vo/ParetoVo.java
@@ -0,0 +1,23 @@
+package com.ruoyi.report.vo;
+
+import io.swagger.annotations.ApiModelProperty;
+import lombok.Data;
+
+import java.util.List;
+
+/**
+ * 甯曠疮鎵樺浘VO
+ */
+@Data
+public class ParetoVo {
+
+ @ApiModelProperty("涓嶅悎鏍奸」鐩�")
+ private List<String> categories;
+
+ @ApiModelProperty("涓嶅悎鏍兼鏁�")
+ private List<Integer> values;
+
+ @ApiModelProperty("绱鐧惧垎姣�")
+ private List<Double> cumulativePercent;
+
+}
\ No newline at end of file
--
Gitblit v1.9.3