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

9 lines
122 B
C#
Executable File

using System;
namespace SDKCSharp.Common
{
public class ErrorResponse: Response.BaseResponse
{
}
}