feat: update product fields

This commit is contained in:
Methapon2001 2024-06-14 16:53:48 +07:00
parent 51fd6b0589
commit d86a209639
3 changed files with 22 additions and 8 deletions

View file

@ -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?