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