18 lines
408 B
C#
18 lines
408 B
C#
using System;
|
|
using Newtonsoft.Json;
|
|
|
|
namespace Alipay.AopSdk.Core.Domain
|
|
{
|
|
/// <summary>
|
|
/// AlipayOpenAppYufalingsanyaowubYufalingsanyaowubQueryModel Data Structure.
|
|
/// </summary>
|
|
[Serializable]
|
|
public class AlipayOpenAppYufalingsanyaowubYufalingsanyaowubQueryModel : AopObject
|
|
{
|
|
/// <summary>
|
|
/// yufaa
|
|
/// </summary>
|
|
[JsonProperty("yufaa")]
|
|
public string Yufaa { get; set; }
|
|
}
|
|
} |