吴学文
2019-11-18 4614752f0bd78e6c2c6e39dcd87eeef338468077
java110-config/src/main/java/com/java110/config/properties/code/Java110Properties.java
@@ -14,6 +14,10 @@
    private String mappingPath;
    private String wxAppId;
    private String wxAppSecret;
    public String getMappingPath() {
        return mappingPath;
    }
@@ -21,4 +25,20 @@
    public void setMappingPath(String mappingPath) {
        this.mappingPath = mappingPath;
    }
    public String getWxAppId() {
        return wxAppId;
    }
    public void setWxAppId(String wxAppId) {
        this.wxAppId = wxAppId;
    }
    public String getWxAppSecret() {
        return wxAppSecret;
    }
    public void setWxAppSecret(String wxAppSecret) {
        this.wxAppSecret = wxAppSecret;
    }
}