This commit is contained in:
he
2026-09-21 16:28:55 +08:00
parent 9631c41579
commit 4425b99b87
4 changed files with 33 additions and 7 deletions
+1 -1
View File
@@ -160,7 +160,7 @@ class WlScore(Base):
stu_id = Column( Integer
,ForeignKey('wl_student.stu_id')
,autoincrement=True
,autoincrement=True #自增主建
,comment='学生编号')
exam_order = Column(Integer