using System; namespace ZhonTai.Admin.Core.Attributes; /// /// 不生成特性 /// [AttributeUsage(AttributeTargets.Property | AttributeTargets.Field, AllowMultiple = false)] public class NotGenAttribute : Attribute { }