网站首页 网站源码
using System; namespace Dpz.Core.Infrastructure.ExpressTreeQuery; [AttributeUsage(AttributeTargets.Property)] public class IgnorePropertyAttribute : Attribute { }