using System; namespace Win.Sfs.Shared.RepositoryBase { /// /// 更新时忽略的字段,检测到这个attribute时AddOrUpdate将忽略改字段 /// [AttributeUsage(AttributeTargets.Property | AttributeTargets.Field)] public sealed class UpdateIgnoreAttribute : Attribute { } }