using Newtonsoft.Json;
using Alipay.AopSdk.Core.Domain;
namespace Alipay.AopSdk.Core.Response
{
///
/// AlipayDataDataserviceChinaremodelQueryResponse.
///
public class AlipayDataDataserviceChinaremodelQueryResponse : AopResponse
{
///
/// 中再核保模型查询结果
///
[JsonProperty("result")]
public AlipayChinareModelResult Result { get; set; }
}
}