This commit is contained in:
root 2020-07-21 14:41:07 +00:00
parent 0c881c919b
commit 4a97c240eb
16 changed files with 217 additions and 59 deletions

View file

@ -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 },