using System; using System.Collections.Generic; namespace DAL.New_Models; public partial class TbHostsRcu { public int Id { get; set; } public int? HostId { get; set; } public string? TypeNumber { get; set; } public int? Iptype { get; set; } public string? LanIp { get; set; } public string? ServerIp { get; set; } public string? SubnetMask { get; set; } public string? Gateway { get; set; } public int? LanPort { get; set; } public string? Dns { get; set; } public string? Version { get; set; } public DateTime? RunTime { get; set; } public string? LauncherVersion { get; set; } public string? Mac { get; set; } public string? HotelCode { get; set; } public int? RoomTypeId { get; set; } public string? ConfigVersion { get; set; } public int? RoomStatusId { get; set; } public string? Season { get; set; } public int? LockStatus { get; set; } public DateTime? ExpireTime { get; set; } public DateTime? SetExpireTime { get; set; } public string? RoomNumber { get; set; } public string? RoomTypeRemark { get; set; } public string? RoomRemark { get; set; } public string? Core { get; set; } public string? Model { get; set; } public string? HotelName { get; set; } public string? RoomType { get; set; } public int? HotelId { get; set; } public string? RoomStatus { get; set; } public DateTime? UpdateTime { get; set; } public int? KeyButton { get; set; } }