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