就业模块合并
This commit is contained in:
@@ -24,7 +24,7 @@ class Student(Base):
|
||||
|
||||
class_ = relationship("Class_", back_populates="students")
|
||||
scores=relationship("Score",back_populates="student")
|
||||
emp=relationship("Emp",back_populates="student")
|
||||
emp = relationship("Emp", back_populates="student")
|
||||
# advisor = relationship("Advisor", back_populates="students")
|
||||
|
||||
is_deleted = Column(Integer, default=0, comment='逻辑删除: 0正常 1删除')
|
||||
|
||||
Reference in New Issue
Block a user