namespace NPin.Framework.SqlSugarCore.Abstractions;
[AttributeUsage(AttributeTargets.Class)]
public class MasterTenantAttribute : Attribute
{
}