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

9 lines
155 B
C#
Executable File

using System;
namespace SDKCSharp.Common
{
public static class SopSdkConstants
{
public const string DATA_SUFFIX = "_response";
}
}