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)
|
productGroup ProductGroup @relation(fields: [productGroupId], references: [id], onDelete: Cascade)
|
||||||
productGroupId String
|
productGroupId String
|
||||||
|
|
||||||
|
flowAccountProductIdSellPrice String?
|
||||||
|
flowAccountProductIdAgentPrice String?
|
||||||
|
|
||||||
workProduct WorkProduct[]
|
workProduct WorkProduct[]
|
||||||
quotationProductServiceList QuotationProductServiceList[]
|
quotationProductServiceList QuotationProductServiceList[]
|
||||||
taskProduct TaskProduct[]
|
taskProduct TaskProduct[]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue