新增StatCalc文件夹,统计分析模块,初步框架搭建。
This commit is contained in:
+1
-1
@@ -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)) #学生姓名,冗余字段
|
||||
|
||||
Reference in New Issue
Block a user