using System; namespace Ant.Entity { /// /// 该标签是用来标记不是数据库字段 /// [AttributeUsage(AttributeTargets.Property | AttributeTargets.Field, AllowMultiple = false)] public class NotMappedAttribute : Attribute { } }