18 lines
371 B
C#
18 lines
371 B
C#
using System;
|
|
using System.Xml.Serialization;
|
|
|
|
namespace Aop.Api.Response
|
|
{
|
|
/// <summary>
|
|
/// AlipayOpenAppYiyiyiwuQueryResponse.
|
|
/// </summary>
|
|
public class AlipayOpenAppYiyiyiwuQueryResponse : AopResponse
|
|
{
|
|
/// <summary>
|
|
/// 12
|
|
/// </summary>
|
|
[XmlElement("chucan")]
|
|
public string Chucan { get; set; }
|
|
}
|
|
}
|