namespace SqlSugar
{
[AttributeUsage(AttributeTargets.Class, Inherited = true)]
public class TestAttribute: Attribute
public string Name { get; set; }
}