using System; using System.Collections.Generic; using System.Text; using YouZanSDKStandard.Api.Domain; namespace YouZanSDKStandard.Api.Response { public class YouZanTradeDetailGetResponse: YouZanResponse { public TradeDetailResult data { get; set; } } }