增加 心跳推送,空人说我太冷了,我太热了的时候 自动打开空调
This commit is contained in:
16
CommonEntity/Kafka_XinTiao.cs
Normal file
16
CommonEntity/Kafka_XinTiao.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace CommonEntity
|
||||
{
|
||||
public struct Kafka_XinTiao
|
||||
{
|
||||
public string current_time { get; set; }
|
||||
public long ts_ms { get; set; }
|
||||
public string hotel_id { get; set; }
|
||||
public string device_id { get; set; }
|
||||
public string room_id { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user