Files
SOP/sop-sdk/sdk-csharp/SDKCSharp/Common/IgnoreSign.cs
六如 403e8111f4 5.0
2024-12-22 23:09:46 +08:00

15 lines
271 B
C#
Executable File

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