拆分多库模式
This commit is contained in:
@ -15,6 +15,7 @@ namespace HT.Cloud.Domain.SystemSecurity
|
||||
/// IP过滤实体
|
||||
/// </summary>
|
||||
[SugarTable("sys_filterip")]
|
||||
[TenantAttribute("0")]
|
||||
public class FilterIPEntity : IEntity<FilterIPEntity>, ICreationAudited, IDeleteAudited, IModificationAudited
|
||||
{
|
||||
/// <summary>
|
||||
|
@ -14,6 +14,7 @@ namespace HT.Cloud.Domain.SystemSecurity
|
||||
/// 日志实体
|
||||
/// </summary>
|
||||
[SugarTable("sys_log")]
|
||||
[TenantAttribute("0")]
|
||||
public class LogEntity : IEntity<LogEntity>, ICreationAudited
|
||||
{
|
||||
/// <summary>
|
||||
|
@ -19,6 +19,7 @@ namespace HT.Cloud.Domain.SystemSecurity
|
||||
/// </summary>
|
||||
[SugarTable("sys_openjob")]
|
||||
[Tenant("0")]
|
||||
//[TenantAttribute("0")]
|
||||
public partial class OpenJobEntity : IEntity<OpenJobEntity>, ICreationAudited, IDeleteAudited, IModificationAudited
|
||||
{
|
||||
[SugarColumn(ColumnName = "F_Id", IsPrimaryKey = true, ColumnDescription = "主键Id")]
|
||||
|
@ -17,6 +17,7 @@ namespace HT.Cloud.Domain.SystemSecurity
|
||||
/// </summary>
|
||||
[SugarTable("sys_openjoblog")]
|
||||
[Tenant("0")]
|
||||
//[TenantAttribute("0")]
|
||||
public partial class OpenJobLogEntity : IEntity<OpenJobEntity>
|
||||
{
|
||||
[SugarColumn(ColumnName = "F_Id", IsPrimaryKey = true, ColumnDescription = "主键Id")]
|
||||
|
@ -16,6 +16,7 @@ namespace HT.Cloud.Domain.SystemSecurity
|
||||
/// ServerState Entity Model
|
||||
/// </summary>
|
||||
[SugarTable("sys_serverstate")]
|
||||
[TenantAttribute("0")]
|
||||
public class ServerStateEntity : IEntity<ServerStateEntity>
|
||||
{
|
||||
/// <summary>
|
||||
|
Reference in New Issue
Block a user