feat: add discount to task order
This commit is contained in:
parent
65e8a2fdc0
commit
d1af389c72
2 changed files with 4 additions and 2 deletions
|
|
@ -1512,6 +1512,8 @@ model Task {
|
|||
requestWorkId String
|
||||
requestWorkStep RequestWorkStepStatus @relation(fields: [step, requestWorkId], references: [step, requestWorkId])
|
||||
|
||||
discount Float @default(0)
|
||||
|
||||
failedType String?
|
||||
failedComment String?
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue