mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-12 07:02:14 +08:00
9 lines
155 B
C#
Executable File
9 lines
155 B
C#
Executable File
using System;
|
|
namespace SDKCSharp.Common
|
|
{
|
|
public static class SopSdkConstants
|
|
{
|
|
public const string DATA_SUFFIX = "_response";
|
|
}
|
|
}
|