From 9015e720487b737743232b0b3aa464c2ac9e8d17 Mon Sep 17 00:00:00 2001
From: heheng <heheng@123456>
Date: 星期五, 15 十一月 2024 17:31:24 +0800
Subject: [PATCH] 修改请求地址

---
 src/main/java/com/ruoyi/doublePrevention/entity/SPI/TroubleLevel.java |   93 ++++++++++++++++++++++++++++------------------
 1 files changed, 56 insertions(+), 37 deletions(-)

diff --git a/src/main/java/com/ruoyi/doublePrevention/entity/SPI/TroubleLevel.java b/src/main/java/com/ruoyi/doublePrevention/entity/SPI/TroubleLevel.java
index 1b69fe7..2467b08 100644
--- a/src/main/java/com/ruoyi/doublePrevention/entity/SPI/TroubleLevel.java
+++ b/src/main/java/com/ruoyi/doublePrevention/entity/SPI/TroubleLevel.java
@@ -1,37 +1,56 @@
-package com.ruoyi.doublePrevention.entity.SPI;
-
-
-
-
-public class TroubleLevel {
-
-    private String A;
-
-    private String B;
-
-    private String C;
-
-    public String getA() {
-        return A;
-    }
-
-    public void setA(String a) {
-        A = a;
-    }
-
-    public String getB() {
-        return B;
-    }
-
-    public void setB(String b) {
-        B = b;
-    }
-
-    public String getC() {
-        return C;
-    }
-
-    public void setC(String c) {
-        C = c;
-    }
-}
+package com.ruoyi.doublePrevention.entity.SPI;
+
+
+
+
+public class TroubleLevel {
+
+    private String A;
+
+    private String B;
+
+    private String C;
+
+    private Integer rectifyFinish;
+    private Integer rectifyNotFinish;
+
+    public String getA() {
+        return A;
+    }
+
+    public void setA(String a) {
+        A = a;
+    }
+
+    public String getB() {
+        return B;
+    }
+
+    public void setB(String b) {
+        B = b;
+    }
+
+    public String getC() {
+        return C;
+    }
+
+    public void setC(String c) {
+        C = c;
+    }
+
+    public Integer getRectifyFinish() {
+        return rectifyFinish;
+    }
+
+    public void setRectifyFinish(Integer rectifyFinish) {
+        this.rectifyFinish = rectifyFinish;
+    }
+
+    public Integer getRectifyNotFinish() {
+        return rectifyNotFinish;
+    }
+
+    public void setRectifyNotFinish(Integer rectifyNotFinish) {
+        this.rectifyNotFinish = rectifyNotFinish;
+    }
+}

--
Gitblit v1.9.2