From 135a322f44708b1187d37ea4b6859b5d82113e89 Mon Sep 17 00:00:00 2001
From: kongzy <kongzy>
Date: 星期三, 14 八月 2024 11:00:30 +0800
Subject: [PATCH] update gitignore

---
 src/main/java/com/ruoyi/doublePrevention/entity/SPI/TroubleLevel.java |  112 ++++++++++++++++++++++++++++----------------------------
 1 files changed, 56 insertions(+), 56 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 00354b5..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,56 +1,56 @@
-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;
-    }
-}
+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