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