namespace Admin.NET.Core; /// /// 非实体表特性 /// [SuppressSniffer, AttributeUsage(AttributeTargets.Class)] public class NotTableAttribute : Attribute { }