feat: 完成审计日志模块引入
This commit is contained in:
@@ -9,7 +9,7 @@ using Yi.Framework.SqlSugarCore.Abstractions;
|
||||
|
||||
namespace Yi.Framework.TenantManagement.Domain
|
||||
{
|
||||
[SugarTable("Tenant")]
|
||||
[SugarTable("YiTenant")]
|
||||
[MasterTenant]
|
||||
public class TenantAggregateRoot : FullAuditedAggregateRoot<Guid>, IHasEntityVersion
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user