feat(notice): 添加系统通知初始数据及模型初始化

refactor(exceptions): 重构异常处理为统一注册函数
This commit is contained in:
zhangtao
2025-10-02 14:46:30 +08:00
parent 013ba8074a
commit ec18e92dcb
4 changed files with 76 additions and 72 deletions
@@ -0,0 +1,18 @@
[
{
"notice_title": "系统通知",
"notice_type": "1",
"notice_content": "维护通知:2025-10-01 fastapi_vue3_admin系统凌晨维护",
"status": true,
"description": "通知",
"creator_id": 1
},
{
"notice_title": "系统公告",
"notice_type": "2",
"notice_content": "温馨提醒:2025-10-01 fastapi_vue3_admin新版本发布啦",
"status": true,
"description": "公告",
"creator_id": 1
}
]