This commit is contained in:
maruizhi
2026-09-21 17:31:25 +08:00
parent da7fabc20e
commit f97b46961a
-1
View File
@@ -159,7 +159,6 @@ class WlScore(Base):
stu_id = Column( Integer
,ForeignKey('wl_student.stu_id')
,autoincrement=True #自增主建
,comment='学生编号')
exam_order = Column(Integer