Model_NoticeModel - Laterality/yummy-dishes-REST GitHub Wiki
NoticeModel
μ λν΄ μ€λͺ
νλ λ¬Έμμ
λλ€.
- _id
- string
- μλ³μ
- title
- string
- 곡μ§μ¬ν μ λͺ©
- category
- string
- μΉ΄ν κ³ λ¦¬
- date_reg
- date
- λ±λ‘μΌμ
- content
- string
- 곡μ§μ¬ν λ΄μ©
- author
- UserModel
- μμ±μ
{
"_id": "59930dcbd5b72c3903bd405d",
"title": "Notice Title",
"caategory": "NOTICE",
"date_reg": "...",
"content": "notice content",
"author": "..."
}