初始提交
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
using System.Xml.Serialization;
|
||||
|
||||
namespace Alipay.AopSdk.Core.Response
|
||||
{
|
||||
/// <summary>
|
||||
/// AlipayEcoEduKtParentQueryResponse.
|
||||
/// </summary>
|
||||
public class AlipayEcoEduKtParentQueryResponse : AopResponse
|
||||
{
|
||||
/// <summary>
|
||||
/// 如果用户已经添加过这个孩子,则返回SUCCESS , 失败返回FAIL。
|
||||
/// </summary>
|
||||
[XmlElement("status")]
|
||||
public string Status { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user