fix: wrong case

This commit is contained in:
Methapon Metanipat 2024-10-10 11:56:52 +07:00
parent c4b6d08bd8
commit a583e6a3ce

View file

@ -1174,7 +1174,7 @@ model QuotationProductServiceList {
service Service? @relation(fields: [serviceId], references: [id]) service Service? @relation(fields: [serviceId], references: [id])
worker QuotationProductServiceWorker[] worker QuotationProductServiceWorker[]
RequestWork RequestWork[] requestWork RequestWork[]
} }
model QuotationProductServiceWorker { model QuotationProductServiceWorker {