feat: add urgent type
This commit is contained in:
parent
bf336cbd06
commit
caa598225b
1 changed files with 1 additions and 0 deletions
|
|
@ -29,6 +29,7 @@ export enum TaskStatus {
|
|||
|
||||
export interface TaskOrder {
|
||||
createdBy: CreatedBy;
|
||||
urgent: boolean;
|
||||
registeredBranch: Branch;
|
||||
taskProduct: {
|
||||
productId: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue