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