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 37b79d371a - Show all commits
+1 -1
View File
@@ -9,7 +9,7 @@ class Score(Base):
,comment="成绩表序号,自增主键"
)
student_id = Column(Integer
,ForeignKey("Student.id")
,ForeignKey("student_info_detail.id")
,nullable=False
,comment="学生学号"
)