保誠-保戶業務員媒合平台
Tomas
2021-12-22 f71e967fa9b1051490d3f6c6fefd2ac078094914
pamapi/src/main/java/com/pollex/pam/config/ApplicationProperties.java
@@ -20,6 +20,7 @@
    private String eServiceLoginSys;
    private SMS sms;
    private Email email;
    private String fileFolderPath;
    public boolean isMockLogin() {
        return mockLogin;
@@ -152,4 +153,12 @@
            this.functionId = functionId;
        }
    }
   public String getFileFolderPath() {
      return fileFolderPath;
   }
   public void setFileFolderPath(String fileFolderPath) {
      this.fileFolderPath = fileFolderPath;
   }
}