feat: add request cancel field
This commit is contained in:
parent
5842935a54
commit
1f2a063974
1 changed files with 6 additions and 0 deletions
|
|
@ -1442,6 +1442,9 @@ model RequestData {
|
||||||
|
|
||||||
requestDataStatus RequestDataStatus @default(Pending)
|
requestDataStatus RequestDataStatus @default(Pending)
|
||||||
|
|
||||||
|
customerRequestCancel Boolean?
|
||||||
|
customerRequestCancelReason String?
|
||||||
|
|
||||||
flow Json?
|
flow Json?
|
||||||
|
|
||||||
requestWork RequestWork[]
|
requestWork RequestWork[]
|
||||||
|
|
@ -1477,6 +1480,9 @@ model RequestWork {
|
||||||
|
|
||||||
stepStatus RequestWorkStepStatus[]
|
stepStatus RequestWorkStepStatus[]
|
||||||
|
|
||||||
|
customerRequestCancel Boolean?
|
||||||
|
customerRequestCancelReason String?
|
||||||
|
|
||||||
creditNote CreditNote? @relation(fields: [creditNoteId], references: [id], onDelete: SetNull)
|
creditNote CreditNote? @relation(fields: [creditNoteId], references: [id], onDelete: SetNull)
|
||||||
creditNoteId String?
|
creditNoteId String?
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue