using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace IWareDataAccess.Helper { /// /// 非数据库字段过滤属性 特性 /// public class NoDbFilterAttribute : Attribute { } }