增加 心跳推送,空人说我太冷了,我太热了的时候 自动打开空调

This commit is contained in:
2026-03-11 16:30:23 +08:00
parent 72fa1a5524
commit 426d99959c
6 changed files with 52 additions and 1 deletions

View 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; }
}
}