初始提交
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace Alipay.AopSdk.Core.Domain
|
||||
{
|
||||
/// <summary>
|
||||
/// KoubeiAdvertCommissionMissionQueryModel Data Structure.
|
||||
/// </summary>
|
||||
[Serializable]
|
||||
public class KoubeiAdvertCommissionMissionQueryModel : AopObject
|
||||
{
|
||||
/// <summary>
|
||||
/// 主键ID
|
||||
/// </summary>
|
||||
[JsonProperty("identify_list")]
|
||||
|
||||
public List<string> IdentifyList { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 主键类型 activity_id:运营活动ID voucher:商品ID mission:分佣任务ID
|
||||
/// </summary>
|
||||
[JsonProperty("identify_type")]
|
||||
public string IdentifyType { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user