保誠-保戶業務員媒合平台
Tomas
2023-09-01 23f937de7378d94c74e81e6f0ef1d6a1e0f1fa0e
pamapi/src/main/java/com/pollex/pam/config/ApplicationProperties.java
@@ -26,6 +26,7 @@
    private SendSMSProperties sms;
    private SendEmailProperties email;
    private String fileFolderPath;
    private String aesKey;
    public boolean isMockLogin() {
        return mockLogin;
@@ -114,5 +115,16 @@
   public void setFileFolderPath(String fileFolderPath) {
      this.fileFolderPath = fileFolderPath;
   }
   @Override
   public String getAesKey() {
      return aesKey;
   }
   public void setAesKey(String aesKey) {
      this.aesKey = aesKey;
   }
}