拆分多库模式
This commit is contained in:
@ -10,7 +10,8 @@ namespace HT.Cloud.Domain.ReportManage
|
||||
/// 描 述:报警信息变量表实体类
|
||||
/// </summary>
|
||||
[SugarTable("HT_HISTORY_ALARM")]
|
||||
public class HistoryAlarmEntity
|
||||
[TenantAttribute("1")]
|
||||
public class HistoryAlarmEntity
|
||||
{
|
||||
/// <summary>
|
||||
///
|
||||
|
@ -10,7 +10,8 @@ namespace HT.Cloud.Domain.ReportManage
|
||||
/// 描 述:历史报表实体类
|
||||
/// </summary>
|
||||
[SugarTable("htb_historyreport")]
|
||||
public class HistoryReportEntity
|
||||
[TenantAttribute("1")]
|
||||
public class HistoryReportEntity
|
||||
{
|
||||
/// <summary>
|
||||
/// ID
|
||||
|
@ -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>
|
||||
///
|
||||
|
@ -10,7 +10,8 @@ namespace HT.Cloud.Domain.ReportManage
|
||||
/// 描 述:报警变量表实体类
|
||||
/// </summary>
|
||||
[SugarTable("Meta_Tag_Alarm")]
|
||||
public class MetaTagAlarmEntity
|
||||
[TenantAttribute("1")]
|
||||
public class MetaTagAlarmEntity
|
||||
{
|
||||
/// <summary>
|
||||
///
|
||||
|
@ -10,7 +10,8 @@ namespace HT.Cloud.Domain.ReportManage
|
||||
/// 描 述:实时报表SQL转换实体类
|
||||
/// </summary>
|
||||
[SugarTable("HT_RT_REPORT")]
|
||||
public class RtReportEntity
|
||||
[TenantAttribute("1")]
|
||||
public class RtReportEntity
|
||||
{
|
||||
/// <summary>
|
||||
///
|
||||
|
Reference in New Issue
Block a user