using System;
using System.Collections.Generic;
namespace DAL.PGModels;
public partial class 原始日志表设计备份1085Room
{
///
/// ID
///
public long Id { get; set; }
///
/// 房号
///
public string? Room { get; set; }
///
/// 主机在线状态
///
public short? RcuStatus { get; set; }
///
/// 所属日期
///
public DateOnly? Date { get; set; }
///
/// 错误001次数(下同)
///
public int? E001 { get; set; }
///
/// 错误002次数
///
public int? E002 { get; set; }
public int? E003 { get; set; }
public int? E004 { get; set; }
public int? E005 { get; set; }
public int? E006 { get; set; }
public int? E007 { get; set; }
public int? E008 { get; set; }
///
/// 日志总记录条数
///
public long? LogsLength { get; set; }
}