From e3aed650aa4e232f4583a00fc3de088276a2188b Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期六, 15 一月 2022 13:41:18 +0800
Subject: [PATCH] 优化代码

---
 java110-interface/src/main/java/com/java110/config/properties/code/Java110Properties.java |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/java110-interface/src/main/java/com/java110/config/properties/code/Java110Properties.java b/java110-interface/src/main/java/com/java110/config/properties/code/Java110Properties.java
index 0749253..b7546a6 100755
--- a/java110-interface/src/main/java/com/java110/config/properties/code/Java110Properties.java
+++ b/java110-interface/src/main/java/com/java110/config/properties/code/Java110Properties.java
@@ -27,6 +27,9 @@
 
     private String ftpPath;
 
+    private String testSwitch;
+
+
     public String getMappingPath() {
         return mappingPath;
     }
@@ -100,4 +103,11 @@
         this.ftpPath = ftpPath;
     }
 
+    public String getTestSwitch() {
+        return testSwitch;
+    }
+
+    public void setTestSwitch(String testSwitch) {
+        this.testSwitch = testSwitch;
+    }
 }

--
Gitblit v1.8.0