using System; using System.Xml.Serialization; namespace Aop.Api.Response { /// /// AlipayZdataassetsEasyserviceResponse. /// public class AlipayZdataassetsEasyserviceResponse : AopResponse { /// /// θΏ”ε›žη»“ζžœ /// [XmlElement("result")] public string Result { get; set; } } }