java110
2022-05-21 c2614ad5c7d1e27fae68e52cd058af363464cdb4
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;
    }
}