IgnoreAttribute.cs 179 B

1234567891011
  1. using System;
  2. namespace PaySharp.Core
  3. {
  4. /// <summary>
  5. /// 不添加到网关参数属性
  6. /// </summary>
  7. public class IgnoreAttribute : Attribute
  8. {
  9. }
  10. }