update
This commit is contained in:
parent
0c881c919b
commit
4a97c240eb
16 changed files with 217 additions and 59 deletions
|
|
@ -58,7 +58,13 @@ const OrganizationVersion = {
|
|||
address: { type: String },
|
||||
person: { type: String },
|
||||
email: { type: String },
|
||||
phone: { type: String }
|
||||
phone: { type: String },
|
||||
peoples: [{
|
||||
name: { type: String },
|
||||
email: { type: String },
|
||||
phone: { type: String },
|
||||
role: { type: String }
|
||||
}]
|
||||
},
|
||||
schedule: [{
|
||||
name: { type: String, required: true },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue