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