保誠-保戶業務員媒合平台
Jack
2021-12-28 87ee7d283fef938b6e99beab7d67a611509db30d
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;
   }
}