updated code for Amendment scheduler

This commit is contained in:
harish
2024-11-28 12:37:12 +05:30
parent 3735da36fc
commit 51998245d6
11 changed files with 256 additions and 105 deletions

View File

@@ -10,7 +10,8 @@ public enum UserActionLogsEnum {
VIEW("VIEW"),
INSERT("INSERT"),
DOWNLOAD("DOWNLOAD"),
UPLOAD("UPLOAD");
UPLOAD("UPLOAD"),
SCHEDULER("SCHEDULER");
private final String value;