From 52107d810f96bc86a81ca0b48e567ae21776f44f Mon Sep 17 00:00:00 2001 From: "apan_youxiang@163.com" Date: Tue, 30 Aug 2022 10:42:19 +0800 Subject: [PATCH] 1 --- models/client_models.py | 1 + 1 file changed, 1 insertion(+) 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(