diff --git a/models/client_models.py b/models/client_models.py index ee05eb8..54b686c 100644 --- a/models/client_models.py +++ b/models/client_models.py @@ -31,6 +31,7 @@ class EntityClient(Base): contact_phone = Column(String(50), comment='联系人电话') # 联系人 total_run_time = Column(Integer, comment='总运行时长') # 总运行时长 temperature_control_swich = Column(Integer, comment='温控开关', default=0) + temperature1_control_swich = Column(Integer, comment='温控开关', default=0) light_control_swich = Column(Integer, comment='照明灯控制开关', default=0) fan_control_swich = Column(Integer, comment='风扇控制开关', default=0) temperature_set_value = Column(