using System; namespace CmsQueryExtensions.Extension { /// /// 不自动查询特性 /// 用于不需要自动分解查询的字段 /// public class NoAutoQueryAttribute : Attribute { } }