feat:更新数据表结构
This commit is contained in:
@@ -4,9 +4,6 @@ from pydantic import BaseModel
|
||||
|
||||
|
||||
class MistakeRequest(BaseModel):
|
||||
subject: str
|
||||
module: str
|
||||
name: str
|
||||
type: str
|
||||
question: str
|
||||
options: List[str]
|
||||
|
||||
Reference in New Issue
Block a user