You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
SOP/sop-sdk/sdk-csharp/SDKCSharp/Common/IgnoreSign.cs

15 lines
271 B

6 years ago
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace SDKCSharp.Request
{
/// <summary>
/// 元数据,放在属性上面,表示忽略签名
/// </summary>
sealed class IgnoreSign : Attribute
{
}
}