Migrated Query - 24 find punchedrecords

This commit is contained in:
2026-08-02 11:49:39 +05:30
parent 0a1b901b12
commit 5acaffc224
33 changed files with 214 additions and 1149 deletions

View File

@@ -40,6 +40,8 @@ public enum ApplicationMessage {
"Refresh the application before submitting it again."),
APPLICATION_SAVED(200, "APP-2001", "Application saved",
"The application details were saved successfully.", ""),
APPLICATIONS_LOADED(200, "APP-2002", "Applications loaded",
"The application records were loaded successfully.", ""),
APPLICATION_SAVE_FAILED(500, "APP-5001", "Application could not be saved",
"Cygnus could not save the application details.",
"Try again. If the issue continues, share the reference ID with support."),