增加很多功能
增加几个日志监控功能
This commit is contained in:
@@ -44,6 +44,7 @@ namespace CommonEntity
|
||||
/// "上报" 或 "下发"
|
||||
/// </summary>
|
||||
public string direction { get; set; }
|
||||
public string ip { get; set; }
|
||||
|
||||
public string cmd_word { get; set; }
|
||||
public int frame_id { get; set; }
|
||||
@@ -113,6 +114,7 @@ namespace CommonEntity
|
||||
public string central_control_name { get; set; }
|
||||
public string configure_hotel_name { get; set; }
|
||||
public string configure_room_type_name { get; set; }
|
||||
public long upgrade_ts_ms { get; set; }
|
||||
}
|
||||
public record Kafka_XinTiao
|
||||
{
|
||||
@@ -121,6 +123,30 @@ namespace CommonEntity
|
||||
public string device_id { get; set; }
|
||||
public string hotel_id { get; set; }
|
||||
public string room_id { get; set; }
|
||||
public string ip { get; set; }
|
||||
}
|
||||
|
||||
|
||||
|
||||
public struct ShengJi_Log
|
||||
{
|
||||
public string hotel_id { get; set; }
|
||||
public string device_id { get; set; }
|
||||
public string room_id { get; set; }
|
||||
public long ts_ms { get; set; }
|
||||
|
||||
public int is_send { get; set; }
|
||||
public byte[] udp_raw { get; set; }
|
||||
public object extra { get; set; }
|
||||
|
||||
public string remote_endpoint { get; set; }
|
||||
|
||||
public string md5 { get; set; }
|
||||
public int partition { get; set; }
|
||||
public int file_type { get; set; }
|
||||
public string file_path { get; set; }
|
||||
public int upgrade_state { get; set; }
|
||||
public string app_version { get; set; }
|
||||
}
|
||||
/// <summary>
|
||||
/// ts 日志
|
||||
|
||||
Reference in New Issue
Block a user