java110
2022-01-17 28e7d3937f819a3486b22bfa1c84aee172aaccb4
java110-interface/src/main/java/com/java110/config/properties/code/Java110Properties.java
old mode 100644 new mode 100755
@@ -27,6 +27,9 @@
    private String ftpPath;
    private String testSwitch;
    public String getMappingPath() {
        return mappingPath;
    }
@@ -84,12 +87,12 @@
        this.ftpUserPassword = ftpUserPassword;
    }
    public int getFtpPort() {
        return ftpPort;
    }
    public void setFtpPort(int ftpPort) {
        this.ftpPort = ftpPort;
    }
    public int getFtpPort() {
        return ftpPort;
    }
    public String getFtpPath() {
@@ -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;
    }
}