1.删除一些无用的注释

2.1000m以下还不不修正气隙
This commit is contained in:
n3040
2021-12-26 20:28:03 +08:00
parent 6a123b6213
commit cc98c27800
3 changed files with 22 additions and 20 deletions

View File

@@ -14,6 +14,7 @@ class CalculationParameter(BaseModel):
h_whole: float # 杆塔全高
gc_x: tuple[float] # 导、地线水平坐标
ground_angels: tuple[float] # 地面倾角,向下为正
rated_voltage: float # 额定电压
fastapi_app = FastAPI()