From 0c863db80b953da1d1067c9243a937b9438eddef Mon Sep 17 00:00:00 2001
From: 16639036659 <577530412@qq.com>
Date: Wed, 19 Jun 2024 09:53:03 +0800
Subject: [PATCH] 评分记录参数调整
---
src/main/java/com/ruoyi/doublePrevention/entity/SPI/SPIDataRespDTO.java | 12 ------------
1 files changed, 0 insertions(+), 12 deletions(-)
diff --git a/src/main/java/com/ruoyi/doublePrevention/entity/SPI/SPIDataRespDTO.java b/src/main/java/com/ruoyi/doublePrevention/entity/SPI/SPIDataRespDTO.java
index f640b17..3d73878 100644
--- a/src/main/java/com/ruoyi/doublePrevention/entity/SPI/SPIDataRespDTO.java
+++ b/src/main/java/com/ruoyi/doublePrevention/entity/SPI/SPIDataRespDTO.java
@@ -9,21 +9,9 @@
private List<TroubleData> troubleDataList;
- private TroubleLevel troubleLevel;
public List<TroubleData> getTroubleDataList() {
return troubleDataList;
}
- public void setTroubleDataList(List<TroubleData> troubleDataList) {
- this.troubleDataList = troubleDataList;
- }
-
- public TroubleLevel getTroubleLevel() {
- return troubleLevel;
- }
-
- public void setTroubleLevel(TroubleLevel troubleLevel) {
- this.troubleLevel = troubleLevel;
- }
}
--
Gitblit v1.9.2