初始提交
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
using System;
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace Alipay.AopSdk.Core.Domain
|
||||
{
|
||||
/// <summary>
|
||||
/// AlipayOpenAppCodetesttestModel Data Structure.
|
||||
/// </summary>
|
||||
[Serializable]
|
||||
public class AlipayOpenAppCodetesttestModel : AopObject
|
||||
{
|
||||
/// <summary>
|
||||
/// 测试参数1
|
||||
/// </summary>
|
||||
[JsonProperty("testparam")]
|
||||
public string Testparam { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 测试测试
|
||||
/// </summary>
|
||||
[JsonProperty("testtestparam")]
|
||||
public string Testtestparam { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user