mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-12 07:02:14 +08:00
9 lines
122 B
C#
Executable File
9 lines
122 B
C#
Executable File
using System;
|
|
namespace SDKCSharp.Common
|
|
{
|
|
public class ErrorResponse: Response.BaseResponse
|
|
{
|
|
|
|
}
|
|
}
|