feat: update product fields
This commit is contained in:
parent
51fd6b0589
commit
d86a209639
3 changed files with 22 additions and 8 deletions
|
|
@ -631,13 +631,15 @@ model Product {
|
|||
code String
|
||||
name String
|
||||
detail String
|
||||
process String
|
||||
process Int
|
||||
price Int
|
||||
agentPrice Int
|
||||
serviceCharge Int
|
||||
|
||||
status Status @default(CREATED)
|
||||
|
||||
remark String?
|
||||
|
||||
productType ProductType? @relation(fields: [productTypeId], references: [id], onDelete: SetNull)
|
||||
productTypeId String?
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue