From c322688260276e03f97a4dcc38d914968aae0c5d Mon Sep 17 00:00:00 2001 From: 0919word <835535015@qq.com> Date: Mon, 21 Sep 2026 11:45:47 +0800 Subject: [PATCH] =?UTF-8?q?=E8=92=8B=E7=AB=8B=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PythonProject/model/cla_model.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PythonProject/model/cla_model.py b/PythonProject/model/cla_model.py index 3371f7e..2ba1346 100644 --- a/PythonProject/model/cla_model.py +++ b/PythonProject/model/cla_model.py @@ -1,5 +1,5 @@ -from sqlalchemy import DateTime,Date,Column,Integer,ForeignKey,Boolean,String +from sqlalchemy import DateTime,Date,Column,Integer,ForeignKey,String from util.database import Base,engine class ClassManagement(Base):