新增StatCalc文件夹,统计分析模块,初步框架搭建。

This commit is contained in:
Orangeeee
2026-09-22 16:38:38 +08:00
parent e2ccae757c
commit f6aa668139
11 changed files with 146 additions and 6 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ class Employments(Base_all): #学生
id = Column(Integer #主键,自增主键
, primary_key=True
, autoincrement=True
# , ForeignKey='student.id'
# , ForeignKey('student.id')
, comment='自增主键'
)
sname = Column(String(50)) #学生姓名,冗余字段