using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace GDZZ.Application.Service.WXPay.Dto
{
public class WithDrawsV3Back
{
///
/// 微信批次单号
///
public string batch_id { get; set; }
///
/// 商家批次单号
///
public string out_batch_no { get; set; }
public string create_time { get; set; }
public string code { get; set; }
public string message { get; set; }
}
}