update add reverse map log activity type
This commit is contained in:
@ -7,4 +7,15 @@ export enum ActivityType {
|
||||
"Download" = "W",
|
||||
"Login" = "I",
|
||||
"Logout" = "O",
|
||||
};
|
||||
|
||||
export enum ActivityTypeReverse {
|
||||
"C" = "Create",
|
||||
"V" = "View",
|
||||
"U" = "Update",
|
||||
"D" = "Delete",
|
||||
"T" = "Restore",
|
||||
"W" = "Download",
|
||||
"I" = "Login",
|
||||
"O" = "Logout",
|
||||
};
|
||||
Reference in New Issue
Block a user