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 {
|
export interface TaskOrder {
|
||||||
createdBy: CreatedBy;
|
createdBy: CreatedBy;
|
||||||
|
urgent: boolean;
|
||||||
registeredBranch: Branch;
|
registeredBranch: Branch;
|
||||||
taskProduct: {
|
taskProduct: {
|
||||||
productId: string;
|
productId: string;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue