You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
525 B
C#

using System;
using System.Xml.Serialization;
using Aop.Api.Domain;
namespace Aop.Api.Response
{
/// <summary>
/// ZhimaMerchantTestPracticeResponse.
/// </summary>
public class ZhimaMerchantTestPracticeResponse : AopResponse
{
/// <summary>
/// xxxx
/// </summary>
[XmlElement("dddd")]
public XXXXsdasdasd Dddd { get; set; }
/// <summary>
/// ccc
/// </summary>
[XmlElement("sss")]
public string Sss { get; set; }
}
}