Model_CategoryModel - Laterality/yummy-dishes-REST GitHub Wiki
CategoryModel
μ λν΄ μ€λͺ
νλ λ¬Έμμ
λλ€.
- _id
- string
- μλ³μ
- name
- string
- μΉ΄ν κ³ λ¦¬λͺ
- products
- Array<ProductModel>
- ν΄λΉ μΉ΄ν κ³ λ¦¬μ μν μ ν λ°°μ΄
{
"_id": "59930dcbd5b72c3903bd405d",
"name": "μ§μ§€",
"product": [
{
name: "product1",
price: 2000,
...
},
...
]
}