Merge remote-tracking branch 'origin/conding' into conding

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