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