Wolin_zk #32

Merged
lookerZz merged 4 commits from wolin_zk into main 2026-09-21 22:16:45 +08:00
Showing only changes of commit eaa940e751 - Show all commits
+1 -1
View File
@@ -9,7 +9,7 @@ class Score(Base):
,comment="成绩表序号,自增主键"
)
student_id = Column(Integer
,ForeignKey("student.id")
,ForeignKey("Student.id")
,nullable=False
,comment="学生学号"
)