using Newtonsoft.Json; namespace Alipay.AopSdk.Core.Response { /// /// AlipayZdataassetsEasyserviceResponse. /// public class AlipayZdataassetsEasyserviceResponse : AopResponse { /// /// θΏ”ε›žη»“ζžœ /// [JsonProperty("result")] public string Result { get; set; } } }