Files
juipnet/Infrastructure/ServiceClient/Alipay.AopSdk.Core/Domain/AlipayOpenAppXwbtestBatchqueryModel.cs
wanyongkang d318014316 初始提交
2020-10-07 20:25:03 +08:00

18 lines
356 B
C#

using System;
using Newtonsoft.Json;
namespace Alipay.AopSdk.Core.Domain
{
/// <summary>
/// AlipayOpenAppXwbtestBatchqueryModel Data Structure.
/// </summary>
[Serializable]
public class AlipayOpenAppXwbtestBatchqueryModel : AopObject
{
/// <summary>
/// 1
/// </summary>
[JsonProperty("xwb")]
public string Xwb { get; set; }
}
}