feat: add attributes fields
This commit is contained in:
parent
3a978e16de
commit
68f1ec2335
2 changed files with 172 additions and 2 deletions
|
|
@ -1326,6 +1326,8 @@ model QuotationProductServiceList {
|
|||
serviceId String?
|
||||
service Service? @relation(fields: [serviceId], references: [id])
|
||||
|
||||
attributes Json?
|
||||
|
||||
worker QuotationProductServiceWorker[]
|
||||
requestWork RequestWork[]
|
||||
}
|
||||
|
|
@ -1413,7 +1415,10 @@ model RequestData {
|
|||
|
||||
enum RequestWorkStatus {
|
||||
Pending
|
||||
Ready
|
||||
Waiting
|
||||
InProgress
|
||||
Ended
|
||||
Completed
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue