feat: 添加目标管理CRUD API和关联蓝图

This commit is contained in:
hmo
2026-04-23 20:18:36 +08:00
parent 285979ff70
commit ab0a8f383d
3 changed files with 117 additions and 1 deletions
+1 -1
View File
@@ -5,4 +5,4 @@ from flask import Blueprint
main_bp = Blueprint("main", __name__)
# 导入各路由模块
from app.routes import students, plans, problems, settings, auth, classes, users, backup
from app.routes import students, plans, problems, settings, auth, classes, users, backup, goals