保誠-保戶業務員媒合平台
wayne
2022-01-22 1c6e23bc27415c655418618ca4eea4f36f69f0e0
pamapi/src/main/java/com/pollex/pam/config/ApplicationProperties.java
@@ -22,6 +22,7 @@
    private boolean sendNotifyMsg;
    private SMS sms;
    private Email email;
    private String fileFolderPath;
    public boolean isMockLogin() {
        return mockLogin;
@@ -188,4 +189,12 @@
            this.senderEmail = senderEmail;
        }
    }
   public String getFileFolderPath() {
      return fileFolderPath;
   }
   public void setFileFolderPath(String fileFolderPath) {
      this.fileFolderPath = fileFolderPath;
   }
}