feat: add flowAccountProductId field

This commit is contained in:
HAM 2025-09-12 11:56:40 +07:00
parent eda0edbd29
commit 8f2810ea29

View file

@ -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[]