Readme / restaurant model lunch menu changed

This commit is contained in:
2020-12-11 17:41:17 +01:00
parent 609f18291c
commit 976f93588d
3 changed files with 5 additions and 12 deletions

View File

@@ -53,7 +53,7 @@
- ##### **lunchMenu**:
- ##### **lunchSetName**: _String_
- ##### **lunchSetPrice**: _String_
- ##### **lunchSetDishes**: [mongoose.Types.ObjectId]
- ##### **lunchSetDishes**: [{ dishId: mongoose.Types.ObjectId, quantity: String }]
- ##### **dishes**: [*mongoose.Types.ObjectId*]
<br>