feat: add restart user task status
This commit is contained in:
parent
13d20f5eaa
commit
ed84137aae
1 changed files with 1 additions and 0 deletions
|
|
@ -1561,6 +1561,7 @@ model TaskOrder {
|
|||
|
||||
enum UserTaskStatus {
|
||||
Pending // Should not be use but define here for type
|
||||
Restart
|
||||
Accept
|
||||
Submit
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue