拆分多库模式
This commit is contained in:
@ -12,6 +12,7 @@ using System.ComponentModel.DataAnnotations;
|
||||
namespace HT.Cloud.Domain.SystemManage
|
||||
{
|
||||
[SugarTable("sys_module")]
|
||||
[TenantAttribute("0")]
|
||||
public class ModuleEntity : IEntity<ModuleEntity>, ICreationAudited, IModificationAudited, IDeleteAudited
|
||||
{
|
||||
/// <summary>
|
||||
|
Reference in New Issue
Block a user