Done ticket GEPAFINBE-133 User action api response.

This commit is contained in:
piyushkag
2025-01-07 13:15:25 +05:30
parent 184cda9fd2
commit af5d31b9fe
7 changed files with 222 additions and 2 deletions

View File

@@ -355,5 +355,10 @@ public class GepafinConstant {
public static final String NOTIFICATION_DELETED_SUCCESSFULLY="notification.deleted.successfully";
public static final String NOTIFICATION_UPDATED_SUCCESSFULLY="notification.updated.successfully";
public static final String USER_WITH_COMPANY_NOT_FOUND = "user.with.company.not.found";
//action log response
public static final String STATUS_CODE_STRING = "statusCode";
public static final String GET_STATUS_CODE_STRING = "status";
public static final String MESSAGE_STRING = "message";
}