feat: add status redo and canceled
This commit is contained in:
parent
df6179efa8
commit
9b2db72c4d
1 changed files with 3 additions and 0 deletions
|
|
@ -1427,6 +1427,9 @@ enum RequestWorkStatus {
|
|||
Validate
|
||||
Ended
|
||||
Completed
|
||||
|
||||
Redo
|
||||
Canceled
|
||||
}
|
||||
|
||||
model RequestWork {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue