初始提交
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
using System;
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace Alipay.AopSdk.Core.Domain
|
||||
{
|
||||
/// <summary>
|
||||
/// KoubeiRetailInstanceTransferModel Data Structure.
|
||||
/// </summary>
|
||||
[Serializable]
|
||||
public class KoubeiRetailInstanceTransferModel : AopObject
|
||||
{
|
||||
/// <summary>
|
||||
/// json格式的置顶的券id列表信息,id的顺序指定置顶的券的顺序
|
||||
/// </summary>
|
||||
[JsonProperty("instance_id_list")]
|
||||
public string InstanceIdList { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user