delete
This commit is contained in:
tianshuanbao
2025-12-17 10:12:50 +08:00
parent 4b15524845
commit 9deea4b3e9
86 changed files with 0 additions and 5017 deletions

View File

@@ -1,15 +0,0 @@
using System;
using System.Collections.Generic;
namespace DAL.PGModels;
public partial class BlockIplog
{
public long Id { get; set; }
public string? Human { get; set; }
public DateTime? CreateTime { get; set; }
public string? BlockContent { get; set; }
}

View File

@@ -1,32 +0,0 @@
using System;
using System.Collections.Generic;
namespace DAL.PGModels;
public partial class BlsHotelsList
{
/// <summary>
/// ID
/// </summary>
public int Id { get; set; }
/// <summary>
/// 酒店编号
/// </summary>
public string? HotelCode { get; set; }
/// <summary>
/// 酒店名称
/// </summary>
public string? HotelName { get; set; }
/// <summary>
/// 创建时间
/// </summary>
public DateOnly? CreateDate { get; set; }
/// <summary>
/// 房间数
/// </summary>
public int? Rooms { get; set; }
}

View File

@@ -1,41 +0,0 @@
using System;
using System.Collections.Generic;
namespace DAL.PGModels;
public partial class DevMonitorlog
{
public long Id { get; set; }
public int? HotelId { get; set; }
public string? HotelCode { get; set; }
public string? HostNumber { get; set; }
public int? HostId { get; set; }
public string? RoomNo { get; set; }
public string? LanIp { get; set; }
public int? LanPort { get; set; }
public string? Mac { get; set; }
public int? WwwPort { get; set; }
public string? WwwIp { get; set; }
public string? CommandType { get; set; }
public string? SendOrReceive { get; set; }
public string? Data { get; set; }
public DateTime? CreateTime { get; set; }
public long? CreateTimeToUnixTime { get; set; }
public string? AnalysisData { get; set; }
}

View File

@@ -1,41 +0,0 @@
using System;
using System.Collections.Generic;
namespace DAL.PGModels;
public partial class DevMonitorlogCopy1
{
public long Id { get; set; }
public int? HotelId { get; set; }
public string? HotelCode { get; set; }
public string? HostNumber { get; set; }
public int? HostId { get; set; }
public string? RoomNo { get; set; }
public string? LanIp { get; set; }
public int? LanPort { get; set; }
public string? Mac { get; set; }
public int? WwwPort { get; set; }
public string? WwwIp { get; set; }
public string? CommandType { get; set; }
public string? SendOrReceive { get; set; }
public string? Data { get; set; }
public DateTime? CreateTime { get; set; }
public long? CreateTimeToUnixTime { get; set; }
public string? AnalysisData { get; set; }
}

View File

@@ -1,15 +0,0 @@
using System;
using System.Collections.Generic;
namespace DAL.PGModels;
public partial class Excelgenerater
{
public long Id { get; set; }
public string? StepInfo { get; set; }
public DateTime? CreateTime { get; set; }
public long? CreateTimeUnix { get; set; }
}

View File

@@ -1,27 +0,0 @@
using System;
using System.Collections.Generic;
namespace DAL.PGModels;
public partial class IotMonitorlog
{
public long Id { get; set; }
public string? RequestId { get; set; }
public string? TriggerTime { get; set; }
public double? Step { get; set; }
public int? HotelId { get; set; }
public string? HotelName { get; set; }
public string? HotelCode { get; set; }
public string? RoomNumber { get; set; }
public string? CommandDescription { get; set; }
public string? Platform { get; set; }
}

View File

@@ -1,32 +0,0 @@
using System;
using System.Collections.Generic;
namespace DAL.PGModels;
public partial class LogFilterRule
{
/// <summary>
/// ID
/// </summary>
public long Id { get; set; }
/// <summary>
/// 错误类型
/// </summary>
public string? Type { get; set; }
/// <summary>
/// 时间长度*s
/// </summary>
public int? Time { get; set; }
/// <summary>
/// 规则次数
/// </summary>
public int? Rule { get; set; }
/// <summary>
/// 规则描述
/// </summary>
public string? Note { get; set; }
}

File diff suppressed because it is too large Load Diff

View File

@@ -1,19 +0,0 @@
using System;
using System.Collections.Generic;
namespace DAL.PGModels;
public partial class Qingao
{
public long Id { get; set; }
public string? RoomNumber { get; set; }
public string? HotelCode { get; set; }
public string? TakeCardStatus { get; set; }
public DateTime? CurrentTime { get; set; }
public bool? IsTriggerWelcomeMsg { get; set; }
}

View File

@@ -1,15 +0,0 @@
using System;
using System.Collections.Generic;
namespace DAL.PGModels;
public partial class Recordhotel
{
public int Id { get; set; }
public int? HotelId { get; set; }
public int? RoomNo { get; set; }
public string? CreateTime { get; set; }
}

View File

@@ -1,25 +0,0 @@
using System;
using System.Collections.Generic;
namespace DAL.PGModels;
public partial class SkyworthTvMonitorlog
{
public long Id { get; set; }
public DateTime? RequestTime { get; set; }
public string? Step { get; set; }
public string? HotelCode { get; set; }
public string? RoomNum { get; set; }
public string? RequestCommand { get; set; }
public string? RequestId { get; set; }
public string? ResponseMsg { get; set; }
public DateTime? ResponseTime { get; set; }
}

View File

@@ -1,21 +0,0 @@
using System;
using System.Collections.Generic;
namespace DAL.PGModels;
public partial class StatisticsTotal
{
public long Id { get; set; }
public string? HotelCode { get; set; }
public int? TxCount { get; set; }
public string? HostNumber { get; set; }
public string? Mac { get; set; }
public int? RxCount { get; set; }
public string? UpdateTime { get; set; }
}

View File

@@ -1,25 +0,0 @@
using System;
using System.Collections.Generic;
namespace DAL.PGModels;
public partial class TclTvMonitorlog
{
public long Id { get; set; }
public DateTime? RequestTime { get; set; }
public string? Step { get; set; }
public string? HotelCode { get; set; }
public string? RoomNumber { get; set; }
public string? RequestCommand { get; set; }
public string? RequestId { get; set; }
public string? ResponseMsg { get; set; }
public DateTime? ResponseTime { get; set; }
}

View File

@@ -1,23 +0,0 @@
using System;
using System.Collections.Generic;
namespace DAL.PGModels;
public partial class WebapiMonitorlog
{
public long Id { get; set; }
public string? RemoteIp { get; set; }
public string? Parameters { get; set; }
public string? MethodName { get; set; }
public string? InvokStartTime { get; set; }
public string? InvokEndTime { get; set; }
public string? HotelCode { get; set; }
public string? RoomNumber { get; set; }
}

View File

@@ -1,53 +0,0 @@
using System;
using System.Collections.Generic;
namespace DAL.PGModels;
public partial class _1001Log
{
public int Id { get; set; }
public string? Room { get; set; }
public string? DeviceName { get; set; }
public short? Status { get; set; }
public string? Address { get; set; }
public long? TimeStamp { get; set; }
public bool? IsError { get; set; }
public bool? E001 { get; set; }
public bool? E002 { get; set; }
public bool? E003 { get; set; }
public bool? E004 { get; set; }
public bool? E005 { get; set; }
public bool? E006 { get; set; }
public bool? E007 { get; set; }
public bool? E008 { get; set; }
public long? Execute001 { get; set; }
public long? Execute002 { get; set; }
public long? Execute003 { get; set; }
public long? Execute004 { get; set; }
public long? Execute005 { get; set; }
public long? Execute006 { get; set; }
public long? Execute007 { get; set; }
public long? Execute008 { get; set; }
}

View File

@@ -1,39 +0,0 @@
using System;
using System.Collections.Generic;
namespace DAL.PGModels;
public partial class _1001Room
{
public int Id { get; set; }
public string? JudgTimeStr { get; set; }
public string? Room { get; set; }
public string? LoopAddr { get; set; }
public string? LoopName { get; set; }
public long? StateTyp { get; set; }
public bool? RcuStatus { get; set; }
public long? ModuleStartTime { get; set; }
public long? ModuleStopTime { get; set; }
public int? StartId { get; set; }
public long? StartTime { get; set; }
public int? StopId { get; set; }
public long? StopTime { get; set; }
public int? JudgCoun { get; set; }
public long? ExecuteId { get; set; }
public long? JudgTime { get; set; }
}

View File

@@ -1,53 +0,0 @@
using System;
using System.Collections.Generic;
namespace DAL.PGModels;
public partial class _1001SimplificationLog
{
public int Id { get; set; }
public string? Room { get; set; }
public string? DeviceName { get; set; }
public short? Status { get; set; }
public string? Address { get; set; }
public long? TimeStamp { get; set; }
public bool? IsError { get; set; }
public bool? E001 { get; set; }
public bool? E002 { get; set; }
public bool? E003 { get; set; }
public bool? E004 { get; set; }
public bool? E005 { get; set; }
public bool? E006 { get; set; }
public bool? E007 { get; set; }
public bool? E008 { get; set; }
public long? Execute001 { get; set; }
public long? Execute002 { get; set; }
public long? Execute003 { get; set; }
public long? Execute004 { get; set; }
public long? Execute005 { get; set; }
public long? Execute006 { get; set; }
public long? Execute007 { get; set; }
public long? Execute008 { get; set; }
}

View File

@@ -1,51 +0,0 @@
using System;
using System.Collections.Generic;
namespace DAL.PGModels;
public partial class _1003Log
{
public int Id { get; set; }
public string? Room { get; set; }
public string? DeviceName { get; set; }
public short? Status { get; set; }
public string? Address { get; set; }
public long? TimeStamp { get; set; }
public bool? IsError { get; set; }
public bool? E001 { get; set; }
public bool? E002 { get; set; }
public bool? E003 { get; set; }
public bool? E005 { get; set; }
public bool? E006 { get; set; }
public bool? E007 { get; set; }
public bool? E008 { get; set; }
public long? Execute001 { get; set; }
public long? Execute002 { get; set; }
public long? Execute003 { get; set; }
public long? Execute004 { get; set; }
public long? Execute005 { get; set; }
public long? Execute006 { get; set; }
public long? Execute007 { get; set; }
public long? Execute008 { get; set; }
}

View File

@@ -1,31 +0,0 @@
using System;
using System.Collections.Generic;
namespace DAL.PGModels;
public partial class _1003Room
{
public int Id { get; set; }
public string? Room { get; set; }
public short? RcuStatus { get; set; }
public DateOnly? Date { get; set; }
public int? E001 { get; set; }
public int? E002 { get; set; }
public int? E003 { 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; }
}

View File

@@ -1,51 +0,0 @@
using System;
using System.Collections.Generic;
namespace DAL.PGModels;
public partial class _1003SimplificationLog
{
public int Id { get; set; }
public string? Room { get; set; }
public string? DeviceName { get; set; }
public short? Status { get; set; }
public string? Address { get; set; }
public long? TimeStamp { get; set; }
public bool? IsError { get; set; }
public bool? E001 { get; set; }
public bool? E002 { get; set; }
public bool? E003 { get; set; }
public bool? E005 { get; set; }
public bool? E006 { get; set; }
public bool? E007 { get; set; }
public bool? E008 { get; set; }
public long? Execute001 { get; set; }
public long? Execute002 { get; set; }
public long? Execute003 { get; set; }
public long? Execute004 { get; set; }
public long? Execute005 { get; set; }
public long? Execute006 { get; set; }
public long? Execute007 { get; set; }
public long? Execute008 { get; set; }
}

View File

@@ -1,53 +0,0 @@
using System;
using System.Collections.Generic;
namespace DAL.PGModels;
public partial class _1045Log
{
public int Id { get; set; }
public string? Room { get; set; }
public string? DeviceName { get; set; }
public short? Status { get; set; }
public string? Address { get; set; }
public long? TimeStamp { get; set; }
public bool? IsError { get; set; }
public bool? E001 { get; set; }
public bool? E002 { get; set; }
public bool? E003 { get; set; }
public bool? E004 { get; set; }
public bool? E005 { get; set; }
public bool? E006 { get; set; }
public bool? E007 { get; set; }
public bool? E008 { get; set; }
public long? Execute001 { get; set; }
public long? Execute002 { get; set; }
public long? Execute003 { get; set; }
public long? Execute004 { get; set; }
public long? Execute005 { get; set; }
public long? Execute006 { get; set; }
public long? Execute007 { get; set; }
public long? Execute008 { get; set; }
}

View File

@@ -1,39 +0,0 @@
using System;
using System.Collections.Generic;
namespace DAL.PGModels;
public partial class _1045Room
{
public int Id { get; set; }
public string? JudgTimeStr { get; set; }
public string? Room { get; set; }
public string? LoopAddr { get; set; }
public string? LoopName { get; set; }
public long? StateTyp { get; set; }
public bool? RcuStatus { get; set; }
public long? ModuleStartTime { get; set; }
public long? ModuleStopTime { get; set; }
public int? StartId { get; set; }
public long? StartTime { get; set; }
public int? StopId { get; set; }
public long? StopTime { get; set; }
public int? JudgCoun { get; set; }
public long? ExecuteId { get; set; }
public long? JudgTime { get; set; }
}

View File

@@ -1,53 +0,0 @@
using System;
using System.Collections.Generic;
namespace DAL.PGModels;
public partial class _1045SimplificationLog
{
public int Id { get; set; }
public string? Room { get; set; }
public string? DeviceName { get; set; }
public short? Status { get; set; }
public string? Address { get; set; }
public long? TimeStamp { get; set; }
public bool? IsError { get; set; }
public bool? E001 { get; set; }
public bool? E002 { get; set; }
public bool? E003 { get; set; }
public bool? E004 { get; set; }
public bool? E005 { get; set; }
public bool? E006 { get; set; }
public bool? E007 { get; set; }
public bool? E008 { get; set; }
public long? Execute001 { get; set; }
public long? Execute002 { get; set; }
public long? Execute003 { get; set; }
public long? Execute004 { get; set; }
public long? Execute005 { get; set; }
public long? Execute006 { get; set; }
public long? Execute007 { get; set; }
public long? Execute008 { get; set; }
}

View File

@@ -1,53 +0,0 @@
using System;
using System.Collections.Generic;
namespace DAL.PGModels;
public partial class _1085Log
{
public int Id { get; set; }
public string? Room { get; set; }
public string? DeviceName { get; set; }
public short? Status { get; set; }
public string? Address { get; set; }
public long? TimeStamp { get; set; }
public bool? IsError { get; set; }
public bool? E001 { get; set; }
public bool? E002 { get; set; }
public bool? E003 { get; set; }
public bool? E004 { get; set; }
public bool? E005 { get; set; }
public bool? E006 { get; set; }
public bool? E007 { get; set; }
public bool? E008 { get; set; }
public long? Execute001 { get; set; }
public long? Execute002 { get; set; }
public long? Execute003 { get; set; }
public long? Execute004 { get; set; }
public long? Execute005 { get; set; }
public long? Execute006 { get; set; }
public long? Execute007 { get; set; }
public long? Execute008 { get; set; }
}

View File

@@ -1,39 +0,0 @@
using System;
using System.Collections.Generic;
namespace DAL.PGModels;
public partial class _1085Room
{
public int Id { get; set; }
public string? JudgTimeStr { get; set; }
public string? Room { get; set; }
public string? LoopAddr { get; set; }
public string? LoopName { get; set; }
public long? StateTyp { get; set; }
public bool? RcuStatus { get; set; }
public long? ModuleStartTime { get; set; }
public long? ModuleStopTime { get; set; }
public int? StartId { get; set; }
public long? StartTime { get; set; }
public int? StopId { get; set; }
public long? StopTime { get; set; }
public int? JudgCoun { get; set; }
public long? ExecuteId { get; set; }
public long? JudgTime { get; set; }
}

View File

@@ -1,53 +0,0 @@
using System;
using System.Collections.Generic;
namespace DAL.PGModels;
public partial class _1085SimplificationLog
{
public int Id { get; set; }
public string? Room { get; set; }
public string? DeviceName { get; set; }
public short? Status { get; set; }
public string? Address { get; set; }
public long? TimeStamp { get; set; }
public bool? IsError { get; set; }
public bool? E001 { get; set; }
public bool? E002 { get; set; }
public bool? E003 { get; set; }
public bool? E004 { get; set; }
public bool? E005 { get; set; }
public bool? E006 { get; set; }
public bool? E007 { get; set; }
public bool? E008 { get; set; }
public long? Execute001 { get; set; }
public long? Execute002 { get; set; }
public long? Execute003 { get; set; }
public long? Execute004 { get; set; }
public long? Execute005 { get; set; }
public long? Execute006 { get; set; }
public long? Execute007 { get; set; }
public long? Execute008 { get; set; }
}

View File

@@ -1,53 +0,0 @@
using System;
using System.Collections.Generic;
namespace DAL.PGModels;
public partial class _1091Log
{
public int Id { get; set; }
public string? Room { get; set; }
public string? DeviceName { get; set; }
public short? Status { get; set; }
public string? Address { get; set; }
public long? TimeStamp { get; set; }
public bool? IsError { get; set; }
public bool? E001 { get; set; }
public bool? E002 { get; set; }
public bool? E003 { get; set; }
public bool? E004 { get; set; }
public bool? E005 { get; set; }
public bool? E006 { get; set; }
public bool? E007 { get; set; }
public bool? E008 { get; set; }
public long? Execute001 { get; set; }
public long? Execute002 { get; set; }
public long? Execute003 { get; set; }
public long? Execute004 { get; set; }
public long? Execute005 { get; set; }
public long? Execute006 { get; set; }
public long? Execute007 { get; set; }
public long? Execute008 { get; set; }
}

View File

@@ -1,39 +0,0 @@
using System;
using System.Collections.Generic;
namespace DAL.PGModels;
public partial class _1091Room
{
public int Id { get; set; }
public string? JudgTimeStr { get; set; }
public string? Room { get; set; }
public string? LoopAddr { get; set; }
public string? LoopName { get; set; }
public long? StateTyp { get; set; }
public bool? RcuStatus { get; set; }
public long? ModuleStartTime { get; set; }
public long? ModuleStopTime { get; set; }
public int? StartId { get; set; }
public long? StartTime { get; set; }
public int? StopId { get; set; }
public long? StopTime { get; set; }
public int? JudgCoun { get; set; }
public long? ExecuteId { get; set; }
public long? JudgTime { get; set; }
}

View File

@@ -1,53 +0,0 @@
using System;
using System.Collections.Generic;
namespace DAL.PGModels;
public partial class _1091SimplificationLog
{
public int Id { get; set; }
public string? Room { get; set; }
public string? DeviceName { get; set; }
public short? Status { get; set; }
public string? Address { get; set; }
public long? TimeStamp { get; set; }
public bool? IsError { get; set; }
public bool? E001 { get; set; }
public bool? E002 { get; set; }
public bool? E003 { get; set; }
public bool? E004 { get; set; }
public bool? E005 { get; set; }
public bool? E006 { get; set; }
public bool? E007 { get; set; }
public bool? E008 { get; set; }
public long? Execute001 { get; set; }
public long? Execute002 { get; set; }
public long? Execute003 { get; set; }
public long? Execute004 { get; set; }
public long? Execute005 { get; set; }
public long? Execute006 { get; set; }
public long? Execute007 { get; set; }
public long? Execute008 { get; set; }
}

View File

@@ -1,53 +0,0 @@
using System;
using System.Collections.Generic;
namespace DAL.PGModels;
public partial class _1106Log
{
public int Id { get; set; }
public string? Room { get; set; }
public string? DeviceName { get; set; }
public short? Status { get; set; }
public string? Address { get; set; }
public long? TimeStamp { get; set; }
public bool? IsError { get; set; }
public bool? E001 { get; set; }
public bool? E002 { get; set; }
public bool? E003 { get; set; }
public bool? E004 { get; set; }
public bool? E005 { get; set; }
public bool? E006 { get; set; }
public bool? E007 { get; set; }
public bool? E008 { get; set; }
public long? Execute001 { get; set; }
public long? Execute002 { get; set; }
public long? Execute003 { get; set; }
public long? Execute004 { get; set; }
public long? Execute005 { get; set; }
public long? Execute006 { get; set; }
public long? Execute007 { get; set; }
public long? Execute008 { get; set; }
}

View File

@@ -1,39 +0,0 @@
using System;
using System.Collections.Generic;
namespace DAL.PGModels;
public partial class _1106Room
{
public int Id { get; set; }
public string? JudgTimeStr { get; set; }
public string? Room { get; set; }
public string? LoopAddr { get; set; }
public string? LoopName { get; set; }
public long? StateTyp { get; set; }
public bool? RcuStatus { get; set; }
public long? ModuleStartTime { get; set; }
public long? ModuleStopTime { get; set; }
public int? StartId { get; set; }
public long? StartTime { get; set; }
public int? StopId { get; set; }
public long? StopTime { get; set; }
public int? JudgCoun { get; set; }
public long? ExecuteId { get; set; }
public long? JudgTime { get; set; }
}

View File

@@ -1,53 +0,0 @@
using System;
using System.Collections.Generic;
namespace DAL.PGModels;
public partial class _1106SimplificationLog
{
public int Id { get; set; }
public string? Room { get; set; }
public string? DeviceName { get; set; }
public short? Status { get; set; }
public string? Address { get; set; }
public long? TimeStamp { get; set; }
public bool? IsError { get; set; }
public bool? E001 { get; set; }
public bool? E002 { get; set; }
public bool? E003 { get; set; }
public bool? E004 { get; set; }
public bool? E005 { get; set; }
public bool? E006 { get; set; }
public bool? E007 { get; set; }
public bool? E008 { get; set; }
public long? Execute001 { get; set; }
public long? Execute002 { get; set; }
public long? Execute003 { get; set; }
public long? Execute004 { get; set; }
public long? Execute005 { get; set; }
public long? Execute006 { get; set; }
public long? Execute007 { get; set; }
public long? Execute008 { get; set; }
}

View File

@@ -1,53 +0,0 @@
using System;
using System.Collections.Generic;
namespace DAL.PGModels;
public partial class _1197Log
{
public int Id { get; set; }
public string? Room { get; set; }
public string? DeviceName { get; set; }
public short? Status { get; set; }
public string? Address { get; set; }
public long? TimeStamp { get; set; }
public bool? IsError { get; set; }
public bool? E001 { get; set; }
public bool? E002 { get; set; }
public bool? E003 { get; set; }
public bool? E004 { get; set; }
public bool? E005 { get; set; }
public bool? E006 { get; set; }
public bool? E007 { get; set; }
public bool? E008 { get; set; }
public long? Execute001 { get; set; }
public long? Execute002 { get; set; }
public long? Execute003 { get; set; }
public long? Execute004 { get; set; }
public long? Execute005 { get; set; }
public long? Execute006 { get; set; }
public long? Execute007 { get; set; }
public long? Execute008 { get; set; }
}

View File

@@ -1,39 +0,0 @@
using System;
using System.Collections.Generic;
namespace DAL.PGModels;
public partial class _1197Room
{
public int Id { get; set; }
public string? JudgTimeStr { get; set; }
public string? Room { get; set; }
public string? LoopAddr { get; set; }
public string? LoopName { get; set; }
public long? StateTyp { get; set; }
public bool? RcuStatus { get; set; }
public long? ModuleStartTime { get; set; }
public long? ModuleStopTime { get; set; }
public int? StartId { get; set; }
public long? StartTime { get; set; }
public int? StopId { get; set; }
public long? StopTime { get; set; }
public int? JudgCoun { get; set; }
public long? ExecuteId { get; set; }
public long? JudgTime { get; set; }
}

View File

@@ -1,53 +0,0 @@
using System;
using System.Collections.Generic;
namespace DAL.PGModels;
public partial class _1197SimplificationLog
{
public int Id { get; set; }
public string? Room { get; set; }
public string? DeviceName { get; set; }
public short? Status { get; set; }
public string? Address { get; set; }
public long? TimeStamp { get; set; }
public bool? IsError { get; set; }
public bool? E001 { get; set; }
public bool? E002 { get; set; }
public bool? E003 { get; set; }
public bool? E004 { get; set; }
public bool? E005 { get; set; }
public bool? E006 { get; set; }
public bool? E007 { get; set; }
public bool? E008 { get; set; }
public long? Execute001 { get; set; }
public long? Execute002 { get; set; }
public long? Execute003 { get; set; }
public long? Execute004 { get; set; }
public long? Execute005 { get; set; }
public long? Execute006 { get; set; }
public long? Execute007 { get; set; }
public long? Execute008 { get; set; }
}

View File

@@ -1,53 +0,0 @@
using System;
using System.Collections.Generic;
namespace DAL.PGModels;
public partial class _1304Log
{
public int Id { get; set; }
public string? Room { get; set; }
public string? DeviceName { get; set; }
public short? Status { get; set; }
public string? Address { get; set; }
public long? TimeStamp { get; set; }
public bool? IsError { get; set; }
public bool? E001 { get; set; }
public bool? E002 { get; set; }
public bool? E003 { get; set; }
public bool? E004 { get; set; }
public bool? E005 { get; set; }
public bool? E006 { get; set; }
public bool? E007 { get; set; }
public bool? E008 { get; set; }
public long? Execute001 { get; set; }
public long? Execute002 { get; set; }
public long? Execute003 { get; set; }
public long? Execute004 { get; set; }
public long? Execute005 { get; set; }
public long? Execute006 { get; set; }
public long? Execute007 { get; set; }
public long? Execute008 { get; set; }
}

View File

@@ -1,39 +0,0 @@
using System;
using System.Collections.Generic;
namespace DAL.PGModels;
public partial class _1304Room
{
public int Id { get; set; }
public string? JudgTimeStr { get; set; }
public string? Room { get; set; }
public string? LoopAddr { get; set; }
public string? LoopName { get; set; }
public long? StateTyp { get; set; }
public bool? RcuStatus { get; set; }
public long? ModuleStartTime { get; set; }
public long? ModuleStopTime { get; set; }
public int? StartId { get; set; }
public long? StartTime { get; set; }
public int? StopId { get; set; }
public long? StopTime { get; set; }
public int? JudgCoun { get; set; }
public long? ExecuteId { get; set; }
public long? JudgTime { get; set; }
}

View File

@@ -1,53 +0,0 @@
using System;
using System.Collections.Generic;
namespace DAL.PGModels;
public partial class _1304SimplificationLog
{
public int Id { get; set; }
public string? Room { get; set; }
public string? DeviceName { get; set; }
public short? Status { get; set; }
public string? Address { get; set; }
public long? TimeStamp { get; set; }
public bool? IsError { get; set; }
public bool? E001 { get; set; }
public bool? E002 { get; set; }
public bool? E003 { get; set; }
public bool? E004 { get; set; }
public bool? E005 { get; set; }
public bool? E006 { get; set; }
public bool? E007 { get; set; }
public bool? E008 { get; set; }
public long? Execute001 { get; set; }
public long? Execute002 { get; set; }
public long? Execute003 { get; set; }
public long? Execute004 { get; set; }
public long? Execute005 { get; set; }
public long? Execute006 { get; set; }
public long? Execute007 { get; set; }
public long? Execute008 { get; set; }
}

View File

@@ -1,53 +0,0 @@
using System;
using System.Collections.Generic;
namespace DAL.PGModels;
public partial class _1399Log
{
public int Id { get; set; }
public string? Room { get; set; }
public string? DeviceName { get; set; }
public short? Status { get; set; }
public string? Address { get; set; }
public long? TimeStamp { get; set; }
public bool? IsError { get; set; }
public bool? E001 { get; set; }
public bool? E002 { get; set; }
public bool? E003 { get; set; }
public bool? E004 { get; set; }
public bool? E005 { get; set; }
public bool? E006 { get; set; }
public bool? E007 { get; set; }
public bool? E008 { get; set; }
public long? Execute001 { get; set; }
public long? Execute002 { get; set; }
public long? Execute003 { get; set; }
public long? Execute004 { get; set; }
public long? Execute005 { get; set; }
public long? Execute006 { get; set; }
public long? Execute007 { get; set; }
public long? Execute008 { get; set; }
}

View File

@@ -1,39 +0,0 @@
using System;
using System.Collections.Generic;
namespace DAL.PGModels;
public partial class _1399Room
{
public int Id { get; set; }
public string? JudgTimeStr { get; set; }
public string? Room { get; set; }
public string? LoopAddr { get; set; }
public string? LoopName { get; set; }
public long? StateTyp { get; set; }
public bool? RcuStatus { get; set; }
public long? ModuleStartTime { get; set; }
public long? ModuleStopTime { get; set; }
public int? StartId { get; set; }
public long? StartTime { get; set; }
public int? StopId { get; set; }
public long? StopTime { get; set; }
public int? JudgCoun { get; set; }
public long? ExecuteId { get; set; }
public long? JudgTime { get; set; }
}

View File

@@ -1,53 +0,0 @@
using System;
using System.Collections.Generic;
namespace DAL.PGModels;
public partial class _1399SimplificationLog
{
public int Id { get; set; }
public string? Room { get; set; }
public string? DeviceName { get; set; }
public short? Status { get; set; }
public string? Address { get; set; }
public long? TimeStamp { get; set; }
public bool? IsError { get; set; }
public bool? E001 { get; set; }
public bool? E002 { get; set; }
public bool? E003 { get; set; }
public bool? E004 { get; set; }
public bool? E005 { get; set; }
public bool? E006 { get; set; }
public bool? E007 { get; set; }
public bool? E008 { get; set; }
public long? Execute001 { get; set; }
public long? Execute002 { get; set; }
public long? Execute003 { get; set; }
public long? Execute004 { get; set; }
public long? Execute005 { get; set; }
public long? Execute006 { get; set; }
public long? Execute007 { get; set; }
public long? Execute008 { get; set; }
}

View File

@@ -1,53 +0,0 @@
using System;
using System.Collections.Generic;
namespace DAL.PGModels;
public partial class _1564Log
{
public int Id { get; set; }
public string? Room { get; set; }
public string? DeviceName { get; set; }
public short? Status { get; set; }
public string? Address { get; set; }
public long? TimeStamp { get; set; }
public bool? IsError { get; set; }
public bool? E001 { get; set; }
public bool? E002 { get; set; }
public bool? E003 { get; set; }
public bool? E004 { get; set; }
public bool? E005 { get; set; }
public bool? E006 { get; set; }
public bool? E007 { get; set; }
public bool? E008 { get; set; }
public long? Execute001 { get; set; }
public long? Execute002 { get; set; }
public long? Execute003 { get; set; }
public long? Execute004 { get; set; }
public long? Execute005 { get; set; }
public long? Execute006 { get; set; }
public long? Execute007 { get; set; }
public long? Execute008 { get; set; }
}

View File

@@ -1,39 +0,0 @@
using System;
using System.Collections.Generic;
namespace DAL.PGModels;
public partial class _1564Room
{
public int Id { get; set; }
public string? JudgTimeStr { get; set; }
public string? Room { get; set; }
public string? LoopAddr { get; set; }
public string? LoopName { get; set; }
public long? StateTyp { get; set; }
public bool? RcuStatus { get; set; }
public long? ModuleStartTime { get; set; }
public long? ModuleStopTime { get; set; }
public int? StartId { get; set; }
public long? StartTime { get; set; }
public int? StopId { get; set; }
public long? StopTime { get; set; }
public int? JudgCoun { get; set; }
public long? ExecuteId { get; set; }
public long? JudgTime { get; set; }
}

View File

@@ -1,53 +0,0 @@
using System;
using System.Collections.Generic;
namespace DAL.PGModels;
public partial class _1564SimplificationLog
{
public int Id { get; set; }
public string? Room { get; set; }
public string? DeviceName { get; set; }
public short? Status { get; set; }
public string? Address { get; set; }
public long? TimeStamp { get; set; }
public bool? IsError { get; set; }
public bool? E001 { get; set; }
public bool? E002 { get; set; }
public bool? E003 { get; set; }
public bool? E004 { get; set; }
public bool? E005 { get; set; }
public bool? E006 { get; set; }
public bool? E007 { get; set; }
public bool? E008 { get; set; }
public long? Execute001 { get; set; }
public long? Execute002 { get; set; }
public long? Execute003 { get; set; }
public long? Execute004 { get; set; }
public long? Execute005 { get; set; }
public long? Execute006 { get; set; }
public long? Execute007 { get; set; }
public long? Execute008 { get; set; }
}

View File

@@ -1,53 +0,0 @@
using System;
using System.Collections.Generic;
namespace DAL.PGModels;
public partial class _1633Log
{
public int Id { get; set; }
public string? Room { get; set; }
public string? DeviceName { get; set; }
public short? Status { get; set; }
public string? Address { get; set; }
public long? TimeStamp { get; set; }
public bool? IsError { get; set; }
public bool? E001 { get; set; }
public bool? E002 { get; set; }
public bool? E003 { get; set; }
public bool? E004 { get; set; }
public bool? E005 { get; set; }
public bool? E006 { get; set; }
public bool? E007 { get; set; }
public bool? E008 { get; set; }
public long? Execute001 { get; set; }
public long? Execute002 { get; set; }
public long? Execute003 { get; set; }
public long? Execute004 { get; set; }
public long? Execute005 { get; set; }
public long? Execute006 { get; set; }
public long? Execute007 { get; set; }
public long? Execute008 { get; set; }
}

View File

@@ -1,39 +0,0 @@
using System;
using System.Collections.Generic;
namespace DAL.PGModels;
public partial class _1633Room
{
public int Id { get; set; }
public string? JudgTimeStr { get; set; }
public string? Room { get; set; }
public string? LoopAddr { get; set; }
public string? LoopName { get; set; }
public long? StateTyp { get; set; }
public bool? RcuStatus { get; set; }
public long? ModuleStartTime { get; set; }
public long? ModuleStopTime { get; set; }
public int? StartId { get; set; }
public long? StartTime { get; set; }
public int? StopId { get; set; }
public long? StopTime { get; set; }
public int? JudgCoun { get; set; }
public long? ExecuteId { get; set; }
public long? JudgTime { get; set; }
}

View File

@@ -1,53 +0,0 @@
using System;
using System.Collections.Generic;
namespace DAL.PGModels;
public partial class _1633SimplificationLog
{
public int Id { get; set; }
public string? Room { get; set; }
public string? DeviceName { get; set; }
public short? Status { get; set; }
public string? Address { get; set; }
public long? TimeStamp { get; set; }
public bool? IsError { get; set; }
public bool? E001 { get; set; }
public bool? E002 { get; set; }
public bool? E003 { get; set; }
public bool? E004 { get; set; }
public bool? E005 { get; set; }
public bool? E006 { get; set; }
public bool? E007 { get; set; }
public bool? E008 { get; set; }
public long? Execute001 { get; set; }
public long? Execute002 { get; set; }
public long? Execute003 { get; set; }
public long? Execute004 { get; set; }
public long? Execute005 { get; set; }
public long? Execute006 { get; set; }
public long? Execute007 { get; set; }
public long? Execute008 { get; set; }
}

View File

@@ -1,53 +0,0 @@
using System;
using System.Collections.Generic;
namespace DAL.PGModels;
public partial class _1760Log
{
public int Id { get; set; }
public string? Room { get; set; }
public string? DeviceName { get; set; }
public short? Status { get; set; }
public string? Address { get; set; }
public long? TimeStamp { get; set; }
public bool? IsError { get; set; }
public bool? E001 { get; set; }
public bool? E002 { get; set; }
public bool? E003 { get; set; }
public bool? E004 { get; set; }
public bool? E005 { get; set; }
public bool? E006 { get; set; }
public bool? E007 { get; set; }
public bool? E008 { get; set; }
public long? Execute001 { get; set; }
public long? Execute002 { get; set; }
public long? Execute003 { get; set; }
public long? Execute004 { get; set; }
public long? Execute005 { get; set; }
public long? Execute006 { get; set; }
public long? Execute007 { get; set; }
public long? Execute008 { get; set; }
}

View File

@@ -1,39 +0,0 @@
using System;
using System.Collections.Generic;
namespace DAL.PGModels;
public partial class _1760Room
{
public int Id { get; set; }
public string? JudgTimeStr { get; set; }
public string? Room { get; set; }
public string? LoopAddr { get; set; }
public string? LoopName { get; set; }
public long? StateTyp { get; set; }
public bool? RcuStatus { get; set; }
public long? ModuleStartTime { get; set; }
public long? ModuleStopTime { get; set; }
public int? StartId { get; set; }
public long? StartTime { get; set; }
public int? StopId { get; set; }
public long? StopTime { get; set; }
public int? JudgCoun { get; set; }
public long? ExecuteId { get; set; }
public long? JudgTime { get; set; }
}

View File

@@ -1,53 +0,0 @@
using System;
using System.Collections.Generic;
namespace DAL.PGModels;
public partial class _1760SimplificationLog
{
public int Id { get; set; }
public string? Room { get; set; }
public string? DeviceName { get; set; }
public short? Status { get; set; }
public string? Address { get; set; }
public long? TimeStamp { get; set; }
public bool? IsError { get; set; }
public bool? E001 { get; set; }
public bool? E002 { get; set; }
public bool? E003 { get; set; }
public bool? E004 { get; set; }
public bool? E005 { get; set; }
public bool? E006 { get; set; }
public bool? E007 { get; set; }
public bool? E008 { get; set; }
public long? Execute001 { get; set; }
public long? Execute002 { get; set; }
public long? Execute003 { get; set; }
public long? Execute004 { get; set; }
public long? Execute005 { get; set; }
public long? Execute006 { get; set; }
public long? Execute007 { get; set; }
public long? Execute008 { get; set; }
}

View File

@@ -1,53 +0,0 @@
using System;
using System.Collections.Generic;
namespace DAL.PGModels;
public partial class _1781Log
{
public int Id { get; set; }
public string? Room { get; set; }
public string? DeviceName { get; set; }
public short? Status { get; set; }
public string? Address { get; set; }
public long? TimeStamp { get; set; }
public bool? IsError { get; set; }
public bool? E001 { get; set; }
public bool? E002 { get; set; }
public bool? E003 { get; set; }
public bool? E004 { get; set; }
public bool? E005 { get; set; }
public bool? E006 { get; set; }
public bool? E007 { get; set; }
public bool? E008 { get; set; }
public long? Execute001 { get; set; }
public long? Execute002 { get; set; }
public long? Execute003 { get; set; }
public long? Execute004 { get; set; }
public long? Execute005 { get; set; }
public long? Execute006 { get; set; }
public long? Execute007 { get; set; }
public long? Execute008 { get; set; }
}

View File

@@ -1,39 +0,0 @@
using System;
using System.Collections.Generic;
namespace DAL.PGModels;
public partial class _1781Room
{
public int Id { get; set; }
public string? JudgTimeStr { get; set; }
public string? Room { get; set; }
public string? LoopAddr { get; set; }
public string? LoopName { get; set; }
public long? StateTyp { get; set; }
public bool? RcuStatus { get; set; }
public long? ModuleStartTime { get; set; }
public long? ModuleStopTime { get; set; }
public int? StartId { get; set; }
public long? StartTime { get; set; }
public int? StopId { get; set; }
public long? StopTime { get; set; }
public int? JudgCoun { get; set; }
public long? ExecuteId { get; set; }
public long? JudgTime { get; set; }
}

View File

@@ -1,53 +0,0 @@
using System;
using System.Collections.Generic;
namespace DAL.PGModels;
public partial class _1781SimplificationLog
{
public int Id { get; set; }
public string? Room { get; set; }
public string? DeviceName { get; set; }
public short? Status { get; set; }
public string? Address { get; set; }
public long? TimeStamp { get; set; }
public bool? IsError { get; set; }
public bool? E001 { get; set; }
public bool? E002 { get; set; }
public bool? E003 { get; set; }
public bool? E004 { get; set; }
public bool? E005 { get; set; }
public bool? E006 { get; set; }
public bool? E007 { get; set; }
public bool? E008 { get; set; }
public long? Execute001 { get; set; }
public long? Execute002 { get; set; }
public long? Execute003 { get; set; }
public long? Execute004 { get; set; }
public long? Execute005 { get; set; }
public long? Execute006 { get; set; }
public long? Execute007 { get; set; }
public long? Execute008 { get; set; }
}

View File

@@ -1,53 +0,0 @@
using System;
using System.Collections.Generic;
namespace DAL.PGModels;
public partial class _1849Log
{
public int Id { get; set; }
public string? Room { get; set; }
public string? DeviceName { get; set; }
public short? Status { get; set; }
public string? Address { get; set; }
public long? TimeStamp { get; set; }
public bool? IsError { get; set; }
public bool? E001 { get; set; }
public bool? E002 { get; set; }
public bool? E003 { get; set; }
public bool? E004 { get; set; }
public bool? E005 { get; set; }
public bool? E006 { get; set; }
public bool? E007 { get; set; }
public bool? E008 { get; set; }
public long? Execute001 { get; set; }
public long? Execute002 { get; set; }
public long? Execute003 { get; set; }
public long? Execute004 { get; set; }
public long? Execute005 { get; set; }
public long? Execute006 { get; set; }
public long? Execute007 { get; set; }
public long? Execute008 { get; set; }
}

View File

@@ -1,39 +0,0 @@
using System;
using System.Collections.Generic;
namespace DAL.PGModels;
public partial class _1849Room
{
public int Id { get; set; }
public string? JudgTimeStr { get; set; }
public string? Room { get; set; }
public string? LoopAddr { get; set; }
public string? LoopName { get; set; }
public long? StateTyp { get; set; }
public bool? RcuStatus { get; set; }
public long? ModuleStartTime { get; set; }
public long? ModuleStopTime { get; set; }
public int? StartId { get; set; }
public long? StartTime { get; set; }
public int? StopId { get; set; }
public long? StopTime { get; set; }
public int? JudgCoun { get; set; }
public long? ExecuteId { get; set; }
public long? JudgTime { get; set; }
}

View File

@@ -1,53 +0,0 @@
using System;
using System.Collections.Generic;
namespace DAL.PGModels;
public partial class _1849SimplificationLog
{
public int Id { get; set; }
public string? Room { get; set; }
public string? DeviceName { get; set; }
public short? Status { get; set; }
public string? Address { get; set; }
public long? TimeStamp { get; set; }
public bool? IsError { get; set; }
public bool? E001 { get; set; }
public bool? E002 { get; set; }
public bool? E003 { get; set; }
public bool? E004 { get; set; }
public bool? E005 { get; set; }
public bool? E006 { get; set; }
public bool? E007 { get; set; }
public bool? E008 { get; set; }
public long? Execute001 { get; set; }
public long? Execute002 { get; set; }
public long? Execute003 { get; set; }
public long? Execute004 { get; set; }
public long? Execute005 { get; set; }
public long? Execute006 { get; set; }
public long? Execute007 { get; set; }
public long? Execute008 { get; set; }
}

View File

@@ -1,53 +0,0 @@
using System;
using System.Collections.Generic;
namespace DAL.PGModels;
public partial class _1866Log
{
public int Id { get; set; }
public string? Room { get; set; }
public string? DeviceName { get; set; }
public short? Status { get; set; }
public string? Address { get; set; }
public long? TimeStamp { get; set; }
public bool? IsError { get; set; }
public bool? E001 { get; set; }
public bool? E002 { get; set; }
public bool? E003 { get; set; }
public bool? E004 { get; set; }
public bool? E005 { get; set; }
public bool? E006 { get; set; }
public bool? E007 { get; set; }
public bool? E008 { get; set; }
public long? Execute001 { get; set; }
public long? Execute002 { get; set; }
public long? Execute003 { get; set; }
public long? Execute004 { get; set; }
public long? Execute005 { get; set; }
public long? Execute006 { get; set; }
public long? Execute007 { get; set; }
public long? Execute008 { get; set; }
}

View File

@@ -1,39 +0,0 @@
using System;
using System.Collections.Generic;
namespace DAL.PGModels;
public partial class _1866Room
{
public int Id { get; set; }
public string? JudgTimeStr { get; set; }
public string? Room { get; set; }
public string? LoopAddr { get; set; }
public string? LoopName { get; set; }
public long? StateTyp { get; set; }
public bool? RcuStatus { get; set; }
public long? ModuleStartTime { get; set; }
public long? ModuleStopTime { get; set; }
public int? StartId { get; set; }
public long? StartTime { get; set; }
public int? StopId { get; set; }
public long? StopTime { get; set; }
public int? JudgCoun { get; set; }
public long? ExecuteId { get; set; }
public long? JudgTime { get; set; }
}

View File

@@ -1,53 +0,0 @@
using System;
using System.Collections.Generic;
namespace DAL.PGModels;
public partial class _1866SimplificationLog
{
public int Id { get; set; }
public string? Room { get; set; }
public string? DeviceName { get; set; }
public short? Status { get; set; }
public string? Address { get; set; }
public long? TimeStamp { get; set; }
public bool? IsError { get; set; }
public bool? E001 { get; set; }
public bool? E002 { get; set; }
public bool? E003 { get; set; }
public bool? E004 { get; set; }
public bool? E005 { get; set; }
public bool? E006 { get; set; }
public bool? E007 { get; set; }
public bool? E008 { get; set; }
public long? Execute001 { get; set; }
public long? Execute002 { get; set; }
public long? Execute003 { get; set; }
public long? Execute004 { get; set; }
public long? Execute005 { get; set; }
public long? Execute006 { get; set; }
public long? Execute007 { get; set; }
public long? Execute008 { get; set; }
}

View File

@@ -1,53 +0,0 @@
using System;
using System.Collections.Generic;
namespace DAL.PGModels;
public partial class _2006Log
{
public int Id { get; set; }
public string? Room { get; set; }
public string? DeviceName { get; set; }
public short? Status { get; set; }
public string? Address { get; set; }
public long? TimeStamp { get; set; }
public bool? IsError { get; set; }
public bool? E001 { get; set; }
public bool? E002 { get; set; }
public bool? E003 { get; set; }
public bool? E004 { get; set; }
public bool? E005 { get; set; }
public bool? E006 { get; set; }
public bool? E007 { get; set; }
public bool? E008 { get; set; }
public long? Execute001 { get; set; }
public long? Execute002 { get; set; }
public long? Execute003 { get; set; }
public long? Execute004 { get; set; }
public long? Execute005 { get; set; }
public long? Execute006 { get; set; }
public long? Execute007 { get; set; }
public long? Execute008 { get; set; }
}

View File

@@ -1,39 +0,0 @@
using System;
using System.Collections.Generic;
namespace DAL.PGModels;
public partial class _2006Room
{
public int Id { get; set; }
public string? JudgTimeStr { get; set; }
public string? Room { get; set; }
public string? LoopAddr { get; set; }
public string? LoopName { get; set; }
public long? StateTyp { get; set; }
public bool? RcuStatus { get; set; }
public long? ModuleStartTime { get; set; }
public long? ModuleStopTime { get; set; }
public int? StartId { get; set; }
public long? StartTime { get; set; }
public int? StopId { get; set; }
public long? StopTime { get; set; }
public int? JudgCoun { get; set; }
public long? ExecuteId { get; set; }
public long? JudgTime { get; set; }
}

View File

@@ -1,53 +0,0 @@
using System;
using System.Collections.Generic;
namespace DAL.PGModels;
public partial class _2006SimplificationLog
{
public int Id { get; set; }
public string? Room { get; set; }
public string? DeviceName { get; set; }
public short? Status { get; set; }
public string? Address { get; set; }
public long? TimeStamp { get; set; }
public bool? IsError { get; set; }
public bool? E001 { get; set; }
public bool? E002 { get; set; }
public bool? E003 { get; set; }
public bool? E004 { get; set; }
public bool? E005 { get; set; }
public bool? E006 { get; set; }
public bool? E007 { get; set; }
public bool? E008 { get; set; }
public long? Execute001 { get; set; }
public long? Execute002 { get; set; }
public long? Execute003 { get; set; }
public long? Execute004 { get; set; }
public long? Execute005 { get; set; }
public long? Execute006 { get; set; }
public long? Execute007 { get; set; }
public long? Execute008 { get; set; }
}

View File

@@ -1,53 +0,0 @@
using System;
using System.Collections.Generic;
namespace DAL.PGModels;
public partial class _2013Log
{
public int Id { get; set; }
public string? Room { get; set; }
public string? DeviceName { get; set; }
public short? Status { get; set; }
public string? Address { get; set; }
public long? TimeStamp { get; set; }
public bool? IsError { get; set; }
public bool? E001 { get; set; }
public bool? E002 { get; set; }
public bool? E003 { get; set; }
public bool? E004 { get; set; }
public bool? E005 { get; set; }
public bool? E006 { get; set; }
public bool? E007 { get; set; }
public bool? E008 { get; set; }
public long? Execute001 { get; set; }
public long? Execute002 { get; set; }
public long? Execute003 { get; set; }
public long? Execute004 { get; set; }
public long? Execute005 { get; set; }
public long? Execute006 { get; set; }
public long? Execute007 { get; set; }
public long? Execute008 { get; set; }
}

View File

@@ -1,39 +0,0 @@
using System;
using System.Collections.Generic;
namespace DAL.PGModels;
public partial class _2013Room
{
public int Id { get; set; }
public string? JudgTimeStr { get; set; }
public string? Room { get; set; }
public string? LoopAddr { get; set; }
public string? LoopName { get; set; }
public long? StateTyp { get; set; }
public bool? RcuStatus { get; set; }
public long? ModuleStartTime { get; set; }
public long? ModuleStopTime { get; set; }
public int? StartId { get; set; }
public long? StartTime { get; set; }
public int? StopId { get; set; }
public long? StopTime { get; set; }
public int? JudgCoun { get; set; }
public long? ExecuteId { get; set; }
public long? JudgTime { get; set; }
}

View File

@@ -1,53 +0,0 @@
using System;
using System.Collections.Generic;
namespace DAL.PGModels;
public partial class _2013SimplificationLog
{
public int Id { get; set; }
public string? Room { get; set; }
public string? DeviceName { get; set; }
public short? Status { get; set; }
public string? Address { get; set; }
public long? TimeStamp { get; set; }
public bool? IsError { get; set; }
public bool? E001 { get; set; }
public bool? E002 { get; set; }
public bool? E003 { get; set; }
public bool? E004 { get; set; }
public bool? E005 { get; set; }
public bool? E006 { get; set; }
public bool? E007 { get; set; }
public bool? E008 { get; set; }
public long? Execute001 { get; set; }
public long? Execute002 { get; set; }
public long? Execute003 { get; set; }
public long? Execute004 { get; set; }
public long? Execute005 { get; set; }
public long? Execute006 { get; set; }
public long? Execute007 { get; set; }
public long? Execute008 { get; set; }
}

View File

@@ -1,53 +0,0 @@
using System;
using System.Collections.Generic;
namespace DAL.PGModels;
public partial class _2016Log
{
public int Id { get; set; }
public string? Room { get; set; }
public string? DeviceName { get; set; }
public short? Status { get; set; }
public string? Address { get; set; }
public long? TimeStamp { get; set; }
public bool? IsError { get; set; }
public bool? E001 { get; set; }
public bool? E002 { get; set; }
public bool? E003 { get; set; }
public bool? E004 { get; set; }
public bool? E005 { get; set; }
public bool? E006 { get; set; }
public bool? E007 { get; set; }
public bool? E008 { get; set; }
public long? Execute001 { get; set; }
public long? Execute002 { get; set; }
public long? Execute003 { get; set; }
public long? Execute004 { get; set; }
public long? Execute005 { get; set; }
public long? Execute006 { get; set; }
public long? Execute007 { get; set; }
public long? Execute008 { get; set; }
}

View File

@@ -1,39 +0,0 @@
using System;
using System.Collections.Generic;
namespace DAL.PGModels;
public partial class _2016Room
{
public int Id { get; set; }
public string? JudgTimeStr { get; set; }
public string? Room { get; set; }
public string? LoopAddr { get; set; }
public string? LoopName { get; set; }
public long? StateTyp { get; set; }
public bool? RcuStatus { get; set; }
public long? ModuleStartTime { get; set; }
public long? ModuleStopTime { get; set; }
public int? StartId { get; set; }
public long? StartTime { get; set; }
public int? StopId { get; set; }
public long? StopTime { get; set; }
public int? JudgCoun { get; set; }
public long? ExecuteId { get; set; }
public long? JudgTime { get; set; }
}

View File

@@ -1,53 +0,0 @@
using System;
using System.Collections.Generic;
namespace DAL.PGModels;
public partial class _2016SimplificationLog
{
public int Id { get; set; }
public string? Room { get; set; }
public string? DeviceName { get; set; }
public short? Status { get; set; }
public string? Address { get; set; }
public long? TimeStamp { get; set; }
public bool? IsError { get; set; }
public bool? E001 { get; set; }
public bool? E002 { get; set; }
public bool? E003 { get; set; }
public bool? E004 { get; set; }
public bool? E005 { get; set; }
public bool? E006 { get; set; }
public bool? E007 { get; set; }
public bool? E008 { get; set; }
public long? Execute001 { get; set; }
public long? Execute002 { get; set; }
public long? Execute003 { get; set; }
public long? Execute004 { get; set; }
public long? Execute005 { get; set; }
public long? Execute006 { get; set; }
public long? Execute007 { get; set; }
public long? Execute008 { get; set; }
}

View File

@@ -1,53 +0,0 @@
using System;
using System.Collections.Generic;
namespace DAL.PGModels;
public partial class _2032Log
{
public int Id { get; set; }
public string? Room { get; set; }
public string? DeviceName { get; set; }
public short? Status { get; set; }
public string? Address { get; set; }
public long? TimeStamp { get; set; }
public bool? IsError { get; set; }
public bool? E001 { get; set; }
public bool? E002 { get; set; }
public bool? E003 { get; set; }
public bool? E004 { get; set; }
public bool? E005 { get; set; }
public bool? E006 { get; set; }
public bool? E007 { get; set; }
public bool? E008 { get; set; }
public long? Execute001 { get; set; }
public long? Execute002 { get; set; }
public long? Execute003 { get; set; }
public long? Execute004 { get; set; }
public long? Execute005 { get; set; }
public long? Execute006 { get; set; }
public long? Execute007 { get; set; }
public long? Execute008 { get; set; }
}

View File

@@ -1,39 +0,0 @@
using System;
using System.Collections.Generic;
namespace DAL.PGModels;
public partial class _2032Room
{
public int Id { get; set; }
public string? JudgTimeStr { get; set; }
public string? Room { get; set; }
public string? LoopAddr { get; set; }
public string? LoopName { get; set; }
public long? StateTyp { get; set; }
public bool? RcuStatus { get; set; }
public long? ModuleStartTime { get; set; }
public long? ModuleStopTime { get; set; }
public int? StartId { get; set; }
public long? StartTime { get; set; }
public int? StopId { get; set; }
public long? StopTime { get; set; }
public int? JudgCoun { get; set; }
public long? ExecuteId { get; set; }
public long? JudgTime { get; set; }
}

View File

@@ -1,53 +0,0 @@
using System;
using System.Collections.Generic;
namespace DAL.PGModels;
public partial class _2032SimplificationLog
{
public int Id { get; set; }
public string? Room { get; set; }
public string? DeviceName { get; set; }
public short? Status { get; set; }
public string? Address { get; set; }
public long? TimeStamp { get; set; }
public bool? IsError { get; set; }
public bool? E001 { get; set; }
public bool? E002 { get; set; }
public bool? E003 { get; set; }
public bool? E004 { get; set; }
public bool? E005 { get; set; }
public bool? E006 { get; set; }
public bool? E007 { get; set; }
public bool? E008 { get; set; }
public long? Execute001 { get; set; }
public long? Execute002 { get; set; }
public long? Execute003 { get; set; }
public long? Execute004 { get; set; }
public long? Execute005 { get; set; }
public long? Execute006 { get; set; }
public long? Execute007 { get; set; }
public long? Execute008 { get; set; }
}

View File

@@ -1,53 +0,0 @@
using System;
using System.Collections.Generic;
namespace DAL.PGModels;
public partial class _2079Log
{
public int Id { get; set; }
public string? Room { get; set; }
public string? DeviceName { get; set; }
public short? Status { get; set; }
public string? Address { get; set; }
public long? TimeStamp { get; set; }
public bool? IsError { get; set; }
public bool? E001 { get; set; }
public bool? E002 { get; set; }
public bool? E003 { get; set; }
public bool? E004 { get; set; }
public bool? E005 { get; set; }
public bool? E006 { get; set; }
public bool? E007 { get; set; }
public bool? E008 { get; set; }
public long? Execute001 { get; set; }
public long? Execute002 { get; set; }
public long? Execute003 { get; set; }
public long? Execute004 { get; set; }
public long? Execute005 { get; set; }
public long? Execute006 { get; set; }
public long? Execute007 { get; set; }
public long? Execute008 { get; set; }
}

View File

@@ -1,39 +0,0 @@
using System;
using System.Collections.Generic;
namespace DAL.PGModels;
public partial class _2079Room
{
public int Id { get; set; }
public string? JudgTimeStr { get; set; }
public string? Room { get; set; }
public string? LoopAddr { get; set; }
public string? LoopName { get; set; }
public long? StateTyp { get; set; }
public bool? RcuStatus { get; set; }
public long? ModuleStartTime { get; set; }
public long? ModuleStopTime { get; set; }
public int? StartId { get; set; }
public long? StartTime { get; set; }
public int? StopId { get; set; }
public long? StopTime { get; set; }
public int? JudgCoun { get; set; }
public long? ExecuteId { get; set; }
public long? JudgTime { get; set; }
}

View File

@@ -1,53 +0,0 @@
using System;
using System.Collections.Generic;
namespace DAL.PGModels;
public partial class _2079SimplificationLog
{
public int Id { get; set; }
public string? Room { get; set; }
public string? DeviceName { get; set; }
public short? Status { get; set; }
public string? Address { get; set; }
public long? TimeStamp { get; set; }
public bool? IsError { get; set; }
public bool? E001 { get; set; }
public bool? E002 { get; set; }
public bool? E003 { get; set; }
public bool? E004 { get; set; }
public bool? E005 { get; set; }
public bool? E006 { get; set; }
public bool? E007 { get; set; }
public bool? E008 { get; set; }
public long? Execute001 { get; set; }
public long? Execute002 { get; set; }
public long? Execute003 { get; set; }
public long? Execute004 { get; set; }
public long? Execute005 { get; set; }
public long? Execute006 { get; set; }
public long? Execute007 { get; set; }
public long? Execute008 { get; set; }
}

View File

@@ -1,53 +0,0 @@
using System;
using System.Collections.Generic;
namespace DAL.PGModels;
public partial class _2108Log
{
public int Id { get; set; }
public string? Room { get; set; }
public string? DeviceName { get; set; }
public short? Status { get; set; }
public string? Address { get; set; }
public long? TimeStamp { get; set; }
public bool? IsError { get; set; }
public bool? E001 { get; set; }
public bool? E002 { get; set; }
public bool? E003 { get; set; }
public bool? E004 { get; set; }
public bool? E005 { get; set; }
public bool? E006 { get; set; }
public bool? E007 { get; set; }
public bool? E008 { get; set; }
public long? Execute001 { get; set; }
public long? Execute002 { get; set; }
public long? Execute003 { get; set; }
public long? Execute004 { get; set; }
public long? Execute005 { get; set; }
public long? Execute006 { get; set; }
public long? Execute007 { get; set; }
public long? Execute008 { get; set; }
}

View File

@@ -1,39 +0,0 @@
using System;
using System.Collections.Generic;
namespace DAL.PGModels;
public partial class _2108Room
{
public int Id { get; set; }
public string? JudgTimeStr { get; set; }
public string? Room { get; set; }
public string? LoopAddr { get; set; }
public string? LoopName { get; set; }
public long? StateTyp { get; set; }
public bool? RcuStatus { get; set; }
public long? ModuleStartTime { get; set; }
public long? ModuleStopTime { get; set; }
public int? StartId { get; set; }
public long? StartTime { get; set; }
public int? StopId { get; set; }
public long? StopTime { get; set; }
public int? JudgCoun { get; set; }
public long? ExecuteId { get; set; }
public long? JudgTime { get; set; }
}

View File

@@ -1,53 +0,0 @@
using System;
using System.Collections.Generic;
namespace DAL.PGModels;
public partial class _2108SimplificationLog
{
public int Id { get; set; }
public string? Room { get; set; }
public string? DeviceName { get; set; }
public short? Status { get; set; }
public string? Address { get; set; }
public long? TimeStamp { get; set; }
public bool? IsError { get; set; }
public bool? E001 { get; set; }
public bool? E002 { get; set; }
public bool? E003 { get; set; }
public bool? E004 { get; set; }
public bool? E005 { get; set; }
public bool? E006 { get; set; }
public bool? E007 { get; set; }
public bool? E008 { get; set; }
public long? Execute001 { get; set; }
public long? Execute002 { get; set; }
public long? Execute003 { get; set; }
public long? Execute004 { get; set; }
public long? Execute005 { get; set; }
public long? Execute006 { get; set; }
public long? Execute007 { get; set; }
public long? Execute008 { get; set; }
}

View File

@@ -1,53 +0,0 @@
using System;
using System.Collections.Generic;
namespace DAL.PGModels;
public partial class _2170Log
{
public int Id { get; set; }
public string? Room { get; set; }
public string? DeviceName { get; set; }
public short? Status { get; set; }
public string? Address { get; set; }
public long? TimeStamp { get; set; }
public bool? IsError { get; set; }
public bool? E001 { get; set; }
public bool? E002 { get; set; }
public bool? E003 { get; set; }
public bool? E004 { get; set; }
public bool? E005 { get; set; }
public bool? E006 { get; set; }
public bool? E007 { get; set; }
public bool? E008 { get; set; }
public long? Execute001 { get; set; }
public long? Execute002 { get; set; }
public long? Execute003 { get; set; }
public long? Execute004 { get; set; }
public long? Execute005 { get; set; }
public long? Execute006 { get; set; }
public long? Execute007 { get; set; }
public long? Execute008 { get; set; }
}

View File

@@ -1,39 +0,0 @@
using System;
using System.Collections.Generic;
namespace DAL.PGModels;
public partial class _2170Room
{
public int Id { get; set; }
public string? JudgTimeStr { get; set; }
public string? Room { get; set; }
public string? LoopAddr { get; set; }
public string? LoopName { get; set; }
public long? StateTyp { get; set; }
public bool? RcuStatus { get; set; }
public long? ModuleStartTime { get; set; }
public long? ModuleStopTime { get; set; }
public int? StartId { get; set; }
public long? StartTime { get; set; }
public int? StopId { get; set; }
public long? StopTime { get; set; }
public int? JudgCoun { get; set; }
public long? ExecuteId { get; set; }
public long? JudgTime { get; set; }
}

View File

@@ -1,53 +0,0 @@
using System;
using System.Collections.Generic;
namespace DAL.PGModels;
public partial class _2170SimplificationLog
{
public int Id { get; set; }
public string? Room { get; set; }
public string? DeviceName { get; set; }
public short? Status { get; set; }
public string? Address { get; set; }
public long? TimeStamp { get; set; }
public bool? IsError { get; set; }
public bool? E001 { get; set; }
public bool? E002 { get; set; }
public bool? E003 { get; set; }
public bool? E004 { get; set; }
public bool? E005 { get; set; }
public bool? E006 { get; set; }
public bool? E007 { get; set; }
public bool? E008 { get; set; }
public long? Execute001 { get; set; }
public long? Execute002 { get; set; }
public long? Execute003 { get; set; }
public long? Execute004 { get; set; }
public long? Execute005 { get; set; }
public long? Execute006 { get; set; }
public long? Execute007 { get; set; }
public long? Execute008 { get; set; }
}

View File

@@ -1,53 +0,0 @@
using System;
using System.Collections.Generic;
namespace DAL.PGModels;
public partial class _2209Log
{
public int Id { get; set; }
public string? Room { get; set; }
public string? DeviceName { get; set; }
public short? Status { get; set; }
public string? Address { get; set; }
public long? TimeStamp { get; set; }
public bool? IsError { get; set; }
public bool? E001 { get; set; }
public bool? E002 { get; set; }
public bool? E003 { get; set; }
public bool? E004 { get; set; }
public bool? E005 { get; set; }
public bool? E006 { get; set; }
public bool? E007 { get; set; }
public bool? E008 { get; set; }
public long? Execute001 { get; set; }
public long? Execute002 { get; set; }
public long? Execute003 { get; set; }
public long? Execute004 { get; set; }
public long? Execute005 { get; set; }
public long? Execute006 { get; set; }
public long? Execute007 { get; set; }
public long? Execute008 { get; set; }
}

View File

@@ -1,39 +0,0 @@
using System;
using System.Collections.Generic;
namespace DAL.PGModels;
public partial class _2209Room
{
public int Id { get; set; }
public string? JudgTimeStr { get; set; }
public string? Room { get; set; }
public string? LoopAddr { get; set; }
public string? LoopName { get; set; }
public long? StateTyp { get; set; }
public bool? RcuStatus { get; set; }
public long? ModuleStartTime { get; set; }
public long? ModuleStopTime { get; set; }
public int? StartId { get; set; }
public long? StartTime { get; set; }
public int? StopId { get; set; }
public long? StopTime { get; set; }
public int? JudgCoun { get; set; }
public long? ExecuteId { get; set; }
public long? JudgTime { get; set; }
}

View File

@@ -1,53 +0,0 @@
using System;
using System.Collections.Generic;
namespace DAL.PGModels;
public partial class _2209SimplificationLog
{
public int Id { get; set; }
public string? Room { get; set; }
public string? DeviceName { get; set; }
public short? Status { get; set; }
public string? Address { get; set; }
public long? TimeStamp { get; set; }
public bool? IsError { get; set; }
public bool? E001 { get; set; }
public bool? E002 { get; set; }
public bool? E003 { get; set; }
public bool? E004 { get; set; }
public bool? E005 { get; set; }
public bool? E006 { get; set; }
public bool? E007 { get; set; }
public bool? E008 { get; set; }
public long? Execute001 { get; set; }
public long? Execute002 { get; set; }
public long? Execute003 { get; set; }
public long? Execute004 { get; set; }
public long? Execute005 { get; set; }
public long? Execute006 { get; set; }
public long? Execute007 { get; set; }
public long? Execute008 { get; set; }
}

View File

@@ -1,53 +0,0 @@
using System;
using System.Collections;
using System.Collections.Generic;
namespace DAL.PGModels;
public partial class 1085Log
{
/// <summary>
/// ID
/// </summary>
public int Id { get; set; }
/// <summary>
/// 房号
/// </summary>
public string? Room { get; set; }
/// <summary>
/// 回路名称(离在线标记为“离线”,“在线”)
/// </summary>
public string? DeviceName { get; set; }
/// <summary>
/// 状态离在线标记1为在线2为离线
/// </summary>
public short? Status { get; set; }
/// <summary>
/// 回路地址
/// </summary>
public string? Address { get; set; }
/// <summary>
/// 时间戳
/// </summary>
public DateOnly? TimeStamp { get; set; }
/// <summary>
/// 是否为错误记录
/// </summary>
public BitArray? IsError { get; set; }
/// <summary>
/// 错误标号
/// </summary>
public string? ErrorCode { get; set; }
/// <summary>
/// 处理标号
/// </summary>
public long? ExecuteCode { get; set; }
}

View File

@@ -1,54 +0,0 @@
using System;
using System.Collections.Generic;
namespace DAL.PGModels;
public partial class 1085Room
{
/// <summary>
/// ID
/// </summary>
public long Id { get; set; }
/// <summary>
/// 房号
/// </summary>
public string? Room { get; set; }
/// <summary>
/// 主机在线状态
/// </summary>
public short? RcuStatus { get; set; }
/// <summary>
/// 所属日期
/// </summary>
public DateOnly? Date { get; set; }
/// <summary>
/// 错误001次数下同
/// </summary>
public int? E001 { get; set; }
/// <summary>
/// 错误002次数
/// </summary>
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; }
/// <summary>
/// 日志总记录条数
/// </summary>
public long? LogsLength { get; set; }
}

View File

@@ -1,58 +0,0 @@
using System;
using System.Collections.Generic;
namespace DAL.PGModels;
public partial class 1085Rooms1
{
/// <summary>
/// ID
/// </summary>
public long Id { get; set; }
/// <summary>
/// 房号
/// </summary>
public string? Room { get; set; }
/// <summary>
/// 主机在线状态
/// </summary>
public short? RcuStatus { get; set; }
/// <summary>
/// 判断时间
/// </summary>
public long? JudgTime { get; set; }
/// <summary>
/// 状态类型
/// </summary>
public string? StateType { get; set; }
/// <summary>
/// 判断开始时间
/// </summary>
public long? StartTime { get; set; }
/// <summary>
/// 判断停止时间
/// </summary>
public long? StopTime { get; set; }
public int? StartId { get; set; }
public int? StopId { get; set; }
/// <summary>
/// 判断数量
/// </summary>
public int? JudgCoun { get; set; }
/// <summary>
/// 回路地址
/// </summary>
public string? LoopAddr { get; set; }
public string? JudgTimeStr { get; set; }
}