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; } @@ -99,4 +102,13 @@ public void setFtpPath(String ftpPath) { this.ftpPath = ftpPath; } public String getTestSwitch() { //return testSwitch; return "0"; } public void setTestSwitch(String testSwitch) { this.testSwitch = testSwitch; } }