Pre Instructor must be able to download all the File inserted by beneficiary in a ZIp

This commit is contained in:
rajesh
2024-11-14 13:39:49 +05:30
parent c3fa051e7a
commit ea28805c74
8 changed files with 105 additions and 10 deletions

View File

@@ -290,5 +290,6 @@ public class GepafinConstant {
public static final String REMINDER_EMAIL_SENT_SUCCESS_MSG = "reminder.email.sent.success.msg";
public static final String ENCRYPT_INIT_VECTOR = "IG8*(*@&)*#biVVD";
public static final String ENCRYPT_KEY = "U2VjdXJlRW5jcnlwdEtleQ==";
public static final String APPLICATION_DOCUMENTS_NOT_FOUND_MSG = "application.documents.not.found";
}