优化Redis 接收逻辑
This commit is contained in:
@@ -23,4 +23,48 @@ namespace CommonEntity
|
||||
//public string Gateway { get; set; }
|
||||
//public string DNS { get; set; }
|
||||
}
|
||||
public class RegisterInfo
|
||||
{
|
||||
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 version { get; set; }
|
||||
public string rcu_time { get; set; }
|
||||
public string launcher_version { get; set; }
|
||||
public string mac { get; set; }
|
||||
public string room_type_id { get; set; }
|
||||
public string config_version { get; set; }
|
||||
public string room_status { get; set; }
|
||||
public string season { get; set; }
|
||||
public string sys_lock_status { get; set; }
|
||||
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; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user