fix: wrong case
This commit is contained in:
parent
c4b6d08bd8
commit
a583e6a3ce
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue