From bce5ddaccb8cb6107c1fe039dfa42c3a62ea2a66 Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: Thu, 13 Jun 2024 11:14:30 +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