Inserted data for user,role and region

This commit is contained in:
harish
2024-08-22 15:08:58 +05:30
parent 6df3bddf86
commit dcf8fa6cbc
5 changed files with 113 additions and 14 deletions

View File

@@ -40,5 +40,7 @@ public class GepafinConstant {
public static final String LOGIN_SUCCESS_MSG="login.successfully";
public static final String PASSWORD_MIN_LEN ="pass.min.len.msg";
public static final String EMAIL_ALREADY_EXISTS = "email.already.exists";
public static final String DOCUMENT_ID_NOT_FOUND="document.id.not.found";
}