using System; namespace PaySharp.Core { /// /// 不添加到网关参数属性 /// public class IgnoreAttribute : Attribute { } }