断面增加围岩字段

This commit is contained in:
lhx
2025-10-15 16:12:10 +08:00
parent 52891cfb76
commit 44ccca9262
3 changed files with 7 additions and 1 deletions

View File

@@ -16,4 +16,5 @@ class SectionData(Base):
compression_layer_thickness = Column(String(100), comment="压实层厚度")
treatment_depth = Column(String(100), comment="处理深度")
foundation_treatment_method = Column(String(100), comment="地基处理方法")
rock_mass_classification = Column(String(100), comment="围岩级别")
section_id = Column(String(100), nullable=False, comment="断面id", index=True)