初始提交
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace Alipay.AopSdk.Core.Response
|
||||
{
|
||||
/// <summary>
|
||||
/// AlipayEcoEduKtStudentModifyResponse.
|
||||
/// </summary>
|
||||
public class AlipayEcoEduKtStudentModifyResponse : AopResponse
|
||||
{
|
||||
/// <summary>
|
||||
/// Y:代表成功;N:代表失败
|
||||
/// </summary>
|
||||
[JsonProperty("status")]
|
||||
public string Status { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user