拆分多库模式
This commit is contained in:
@ -10,7 +10,8 @@ namespace HT.Cloud.Domain.DevicesManage
|
||||
/// 描 述:设备硬件连接参数表实体类
|
||||
/// </summary>
|
||||
[SugarTable("Argument")]
|
||||
public class ArgumentEntity
|
||||
[TenantAttribute("1")]
|
||||
public class ArgumentEntity
|
||||
{
|
||||
/// <summary>
|
||||
///
|
||||
|
@ -10,7 +10,8 @@ namespace HT.Cloud.Domain.DevicesManage
|
||||
/// 描 述:设备信息列表实体类
|
||||
/// </summary>
|
||||
[SugarTable("Meta_Driver")]
|
||||
public class MetaDriverEntity
|
||||
[TenantAttribute("1")]
|
||||
public class MetaDriverEntity
|
||||
{
|
||||
/// <summary>
|
||||
///
|
||||
|
@ -10,7 +10,8 @@ namespace HT.Cloud.Domain.DevicesManage
|
||||
/// 描 述:变量组信息表实体类
|
||||
/// </summary>
|
||||
[SugarTable("Meta_Group")]
|
||||
public class MetaGroupEntity
|
||||
[TenantAttribute("1")]
|
||||
public class MetaGroupEntity
|
||||
{
|
||||
/// <summary>
|
||||
///
|
||||
|
@ -10,7 +10,8 @@ namespace HT.Cloud.Domain.DevicesManage
|
||||
/// 描 述:变量信息表实体类
|
||||
/// </summary>
|
||||
[SugarTable("Meta_Tag")]
|
||||
public class MetaTagEntity
|
||||
[TenantAttribute("1")]
|
||||
public class MetaTagEntity
|
||||
{
|
||||
/// <summary>
|
||||
///
|
||||
|
@ -10,7 +10,8 @@ namespace HT.Cloud.Domain.DevicesManage
|
||||
/// 描 述:设备报警信息实体类
|
||||
/// </summary>
|
||||
[SugarTable("Meta_Tag_Scope")]
|
||||
public class MetaTagScopeEntity
|
||||
[TenantAttribute("1")]
|
||||
public class MetaTagScopeEntity
|
||||
{
|
||||
/// <summary>
|
||||
/// TagID
|
||||
|
Reference in New Issue
Block a user