增加几个功能
This commit is contained in:
@@ -58,6 +58,70 @@ namespace CommonEntity
|
||||
|
||||
}
|
||||
|
||||
public class RegisterInfo
|
||||
{
|
||||
public long ts_ms { get; set; }
|
||||
public long hotel_id { get; set; }
|
||||
public string room_id { get; set; }
|
||||
public string device_id { get; set; }
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 1:下发,0:上报 默认0
|
||||
/// </summary>
|
||||
public ushort is_send { get; set; }
|
||||
public byte[] udp_raw { get; set; }
|
||||
public string extra { get; set; }
|
||||
|
||||
public int ip_type { get; set; }
|
||||
/// <summary>
|
||||
/// 机型编号
|
||||
/// </summary>
|
||||
public string model_num { get; set; }
|
||||
public string server_ip { get; set; }
|
||||
public string ip { get; set; }
|
||||
public string subnet_mask { get; set; }
|
||||
public string gateway { get; set; }
|
||||
public string dns { get; set; }
|
||||
public string app_version { get; set; }
|
||||
/// <summary>
|
||||
/// RCU 时间,年月日 那种
|
||||
/// </summary>
|
||||
public string rcu_time { get; set; }
|
||||
public string launcher_version { get; set; }
|
||||
public string mac { get; set; }
|
||||
public int room_type_id { get; set; }
|
||||
public string config_version { get; set; }
|
||||
public int room_status { get; set; }
|
||||
public string season { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 系统锁定状态
|
||||
/// </summary>
|
||||
public int sys_lock_status { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 授权时间
|
||||
/// </summary>
|
||||
public string authorization_time { get; set; }
|
||||
public string authorization_days { get; set; }
|
||||
public string room_num_remark { get; set; }
|
||||
public string room_type_remark { get; set; }
|
||||
public string room_remark { get; set; }
|
||||
|
||||
public string mcu_name { get; set; }
|
||||
public string central_control_name { get; set; }
|
||||
public string configure_hotel_name { get; set; }
|
||||
public string configure_room_type_name { get; set; }
|
||||
}
|
||||
public record Kafka_XinTiao
|
||||
{
|
||||
public string current_time { get; set; }
|
||||
public long ts_ms { get; set; }
|
||||
public string device_id { get; set; }
|
||||
public string hotel_id { get; set; }
|
||||
public string room_id { get; set; }
|
||||
}
|
||||
/// <summary>
|
||||
/// ts 日志
|
||||
/// </summary>
|
||||
|
||||
@@ -37,6 +37,12 @@ namespace CommonEntity
|
||||
public static string BLWLog4NodeJs_RCU_Topic = "blwlog4Nodejs-rcu-heartbeat-topic";
|
||||
public static string BLWLog4NodeJs_RCU_OnOffLine_Topic = "blwlog4Nodejs-rcu-onoffline-topic-0";
|
||||
public static string BLWLog4NodeJs_RCU_Action_Topic = "blwlog4Nodejs-rcu-action-topic";
|
||||
public static string Blwlog4Nodejs_oldrcu_heartbeat_topic = "blwlog4Nodejs-oldrcu-heartbeat-topic";
|
||||
|
||||
/// <summary>
|
||||
/// 注册
|
||||
/// </summary>
|
||||
public static string blwlog4Nodejs_rcu_register_topic= "blwlog4Nodejs-rcu-register-topic";
|
||||
|
||||
#endregion
|
||||
|
||||
|
||||
Reference in New Issue
Block a user