This commit is contained in:
MoreStrive
2024-05-30 18:06:50 +07:00
parent 8ca31c6b18
commit 2aa5607c48
147 changed files with 5815 additions and 1 deletions
+13
View File
@@ -0,0 +1,13 @@
export const enumStatus = {
ALL: null,
PROCESSING: 1,
CANCELLED: 2,
COMPLETED: 3,
APPROVING: 4,
APPROVED: 5,
ACTIVATED: 6,
DEACTIVATED: 7,
SUSPENDED: 8,
LOCKED: 9,
DELETED: -1,
};