Model_NoticeModel - Laterality/yummy-dishes-REST GitHub Wiki

NoticeModel에 λŒ€ν•΄ μ„€λͺ…ν•˜λŠ” λ¬Έμ„œμž…λ‹ˆλ‹€.


μ •μ˜

_id
string
μ‹λ³„μž
title
string
곡지사항 제λͺ©
category
string
μΉ΄ν…Œκ³ λ¦¬
date_reg
date
λ“±λ‘μΌμž
content
string
곡지사항 λ‚΄μš©
author
UserModel
μž‘μ„±μž

Example

{
	"_id": "59930dcbd5b72c3903bd405d",
	"title": "Notice Title",
	"caategory": "NOTICE",
	"date_reg": "...",
	"content": "notice content",
	"author": "..."
}
⚠️ **GitHub.com Fallback** ⚠️