using Newtonsoft.Json;
namespace Alipay.AopSdk.Core.Response
{
///
/// AlipayEcoEduKtStudentModifyResponse.
///
public class AlipayEcoEduKtStudentModifyResponse : AopResponse
{
///
/// Y:代表成功;N:代表失败
///
[JsonProperty("status")]
public string Status { get; set; }
}
}