namespace Admin.NET.Core; /// /// 系统表特性 /// [SuppressSniffer] [AttributeUsage(AttributeTargets.Class, AllowMultiple = true, Inherited = true)] public class SystemTableAttribute : Attribute { }