feat: add max worker field
This commit is contained in:
parent
ee113b3820
commit
b4fb53cdcf
3 changed files with 8 additions and 0 deletions
|
|
@ -1123,6 +1123,8 @@ model Quotation {
|
|||
|
||||
worker QuotationWorker[]
|
||||
|
||||
workerMax Int?
|
||||
|
||||
urgent Boolean @default(false)
|
||||
|
||||
productServiceList QuotationProductServiceList[]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue