feat:更新数据表结构

This commit is contained in:
2026-08-09 14:02:20 +08:00
parent 0760f53cc6
commit 2f4fa66190
15 changed files with 270 additions and 211 deletions

View File

@@ -4,9 +4,6 @@ from pydantic import BaseModel
class MistakeRequest(BaseModel):
subject: str
module: str
name: str
type: str
question: str
options: List[str]