拆分多库模式

This commit is contained in:
dell
2023-08-24 09:28:09 +08:00
parent a83653655b
commit 8b307e203b
69 changed files with 1267 additions and 184 deletions

View File

@ -10,7 +10,8 @@ namespace HT.Cloud.Domain.ReportManage
/// 描 述:报警信息变量表实体类
/// </summary>
[SugarTable("HT_HISTORY_ALARM")]
public class HistoryAlarmEntity
[TenantAttribute("1")]
public class HistoryAlarmEntity
{
/// <summary>
///

View File

@ -10,7 +10,8 @@ namespace HT.Cloud.Domain.ReportManage
/// 描 述:历史报表实体类
/// </summary>
[SugarTable("htb_historyreport")]
public class HistoryReportEntity
[TenantAttribute("1")]
public class HistoryReportEntity
{
/// <summary>
/// ID

View File

@ -10,7 +10,8 @@ namespace HT.Cloud.Domain.ReportManage
/// 描 述:历史信息表实体类
/// </summary>
[SugarTable("HT_HISTORY_REPORT")]
public class Ht_History_ReportEntity
[TenantAttribute("1")]
public class Ht_History_ReportEntity
{
/// <summary>
///

View File

@ -10,7 +10,8 @@ namespace HT.Cloud.Domain.ReportManage
/// 描 述:报警变量表实体类
/// </summary>
[SugarTable("Meta_Tag_Alarm")]
public class MetaTagAlarmEntity
[TenantAttribute("1")]
public class MetaTagAlarmEntity
{
/// <summary>
///

View File

@ -10,7 +10,8 @@ namespace HT.Cloud.Domain.ReportManage
/// 描 述实时报表SQL转换实体类
/// </summary>
[SugarTable("HT_RT_REPORT")]
public class RtReportEntity
[TenantAttribute("1")]
public class RtReportEntity
{
/// <summary>
///