断面加账号id
This commit is contained in:
@@ -17,4 +17,5 @@ class SectionData(Base):
|
||||
treatment_depth = Column(String(100), comment="处理深度")
|
||||
foundation_treatment_method = Column(String(100), comment="地基处理方法")
|
||||
rock_mass_classification = Column(String(100), comment="围岩级别")
|
||||
account_id = Column(String(100), nullable=True, comment="账号id", index=True)
|
||||
section_id = Column(String(100), nullable=False, comment="断面id", index=True)
|
||||
Reference in New Issue
Block a user