using Newtonsoft.Json;
namespace Alipay.AopSdk.Core.Response
{
///
/// AlipayEcapiprodDataPutResponse.
///
public class AlipayEcapiprodDataPutResponse : AopResponse
{
///
/// 数据版本
///
[JsonProperty("data_version")]
public string DataVersion { get; set; }
}
}