From 643ef4ae3d36af54955444a0c8f2af45b93aab4b Mon Sep 17 00:00:00 2001 From: wolin_ck666_999 Date: Tue, 22 Sep 2026 14:39:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E6=96=87=E4=BB=B6=E8=87=B3?= =?UTF-8?q?=E3=80=8Cschema=E3=80=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- schema/scores_schema.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 schema/scores_schema.py diff --git a/schema/scores_schema.py b/schema/scores_schema.py new file mode 100644 index 0000000..f1b810f --- /dev/null +++ b/schema/scores_schema.py @@ -0,0 +1,5 @@ +from pydantic import BaseModel +class Test(BaseModel): + stu_id:int + exam_seq:int + score:float