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