feat: add flowAccountProductId field
This commit is contained in:
parent
eda0edbd29
commit
8f2810ea29
1 changed files with 3 additions and 0 deletions
|
|
@ -1243,6 +1243,9 @@ model Product {
|
|||
productGroup ProductGroup @relation(fields: [productGroupId], references: [id], onDelete: Cascade)
|
||||
productGroupId String
|
||||
|
||||
flowAccountProductIdSellPrice String?
|
||||
flowAccountProductIdAgentPrice String?
|
||||
|
||||
workProduct WorkProduct[]
|
||||
quotationProductServiceList QuotationProductServiceList[]
|
||||
taskProduct TaskProduct[]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue