拆分多库模式
This commit is contained in:
@ -10,7 +10,8 @@ namespace HT.Cloud.Domain.ChartsManage
|
||||
/// 描 述: 趋势变量表实体类
|
||||
/// </summary>
|
||||
[SugarTable("HT_HISTORY_CHART")]
|
||||
public class HT_HISTORY_CHARTEntity
|
||||
[TenantAttribute("1")]
|
||||
public class HT_HISTORY_CHARTEntity
|
||||
{
|
||||
/// <summary>
|
||||
///
|
||||
|
@ -10,7 +10,8 @@ namespace HT.Cloud.Domain.ChartsManage
|
||||
/// 描 述:历史趋势实体类
|
||||
/// </summary>
|
||||
[SugarTable("htb_historycharts")]
|
||||
public class HistoryChartsEntity
|
||||
[TenantAttribute("1")]
|
||||
public class HistoryChartsEntity
|
||||
{
|
||||
/// <summary>
|
||||
/// ID
|
||||
|
@ -10,7 +10,8 @@ namespace HT.Cloud.Domain.ChartsManage
|
||||
/// 描 述:历史趋势实体类
|
||||
/// </summary>
|
||||
[SugarTable("htb_historytechcharts")]
|
||||
public class HistoryTechChartsEntity
|
||||
[TenantAttribute("1")]
|
||||
public class HistoryTechChartsEntity
|
||||
{
|
||||
/// <summary>
|
||||
/// ID
|
||||
|
@ -10,7 +10,8 @@ namespace HT.Cloud.Domain.ChartsManage
|
||||
/// 描 述:历史趋势实体类
|
||||
/// </summary>
|
||||
[SugarTable("htb_rttechcharts")]
|
||||
public class RtTechChartsEntity
|
||||
[TenantAttribute("1")]
|
||||
public class RtTechChartsEntity
|
||||
{
|
||||
/// <summary>
|
||||
/// ID
|
||||
|
@ -10,7 +10,8 @@ namespace HT.Cloud.Domain.ChartsManage
|
||||
/// 描 述:实时趋势实体类
|
||||
/// </summary>
|
||||
[SugarTable("htb_rtcharts")]
|
||||
public class RtchartsEntity
|
||||
[TenantAttribute("1")]
|
||||
public class RtchartsEntity
|
||||
{
|
||||
/// <summary>
|
||||
/// ID
|
||||
|
Reference in New Issue
Block a user