fix: wrong understanding of system
This commit is contained in:
parent
ea10a5c3d9
commit
96618c6e06
5 changed files with 36 additions and 60 deletions
|
|
@ -537,9 +537,10 @@ model EmployeeOtherInfo {
|
|||
model Service {
|
||||
id String @id @default(uuid())
|
||||
|
||||
code String
|
||||
name String
|
||||
detail String
|
||||
code String
|
||||
name String
|
||||
detail String
|
||||
attributes Json?
|
||||
|
||||
status Status @default(CREATED)
|
||||
|
||||
|
|
@ -554,7 +555,8 @@ model Service {
|
|||
model Work {
|
||||
id String @id @default(uuid())
|
||||
|
||||
name String
|
||||
name String
|
||||
attributes Json?
|
||||
|
||||
status Status @default(CREATED)
|
||||
|
||||
|
|
@ -655,8 +657,6 @@ model Product {
|
|||
|
||||
workProduct WorkProduct[]
|
||||
|
||||
attributes Json?
|
||||
|
||||
createdBy String?
|
||||
createdAt DateTime @default(now())
|
||||
updateBy String?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue