namespace Cis.Core; /// /// 非实体表特性 /// [SuppressSniffer] [AttributeUsage(AttributeTargets.Class, AllowMultiple = true, Inherited = true)] public class NotTableAttribute : Attribute { }