From 468b2968c5d15e42f948e1375dcca540ccf4c190 Mon Sep 17 00:00:00 2001 From: wolin_ck666_999 Date: Tue, 22 Sep 2026 15:32:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20schema/sc=5Fschema.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- schema/{scores_schema.py => sc_schema.py} | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) rename schema/{scores_schema.py => sc_schema.py} (95%) diff --git a/schema/scores_schema.py b/schema/sc_schema.py similarity index 95% rename from schema/scores_schema.py rename to schema/sc_schema.py index f1b810f..85773a4 100644 --- a/schema/scores_schema.py +++ b/schema/sc_schema.py @@ -1,5 +1,5 @@ -from pydantic import BaseModel -class Test(BaseModel): - stu_id:int - exam_seq:int - score:float +from pydantic import BaseModel +class Test(BaseModel): + stu_id:int + exam_seq:int + score:float