|
|
@ -22,6 +22,7 @@ class EntityHumitureRecord(Base):
|
|
|
|
client_name = Column(String(50), comment='终端名称') # 终端名称
|
|
|
|
client_name = Column(String(50), comment='终端名称') # 终端名称
|
|
|
|
customer_id = Column(String(50), comment='客户id') # 客户ID
|
|
|
|
customer_id = Column(String(50), comment='客户id') # 客户ID
|
|
|
|
temperature = Column(Float, comment='温度值') # 温度值
|
|
|
|
temperature = Column(Float, comment='温度值') # 温度值
|
|
|
|
|
|
|
|
temperature1 = Column(Float, comment='温度值') # 温度值
|
|
|
|
humidity = Column(Float, comment='湿度值') # 湿度值
|
|
|
|
humidity = Column(Float, comment='湿度值') # 湿度值
|
|
|
|
voc_content = Column(Float, comment='voc含量') # voc含量
|
|
|
|
voc_content = Column(Float, comment='voc含量') # voc含量
|
|
|
|
record_date = Column(String(50), comment='记录日期') # 记录日期
|
|
|
|
record_date = Column(String(50), comment='记录日期') # 记录日期
|
|
|
|