using System; using System.Collections.Generic; using Newtonsoft.Json; namespace Alipay.AopSdk.Core.Domain { /// /// KoubeiAdvertCommissionChannelCreateModel Data Structure. /// [Serializable] public class KoubeiAdvertCommissionChannelCreateModel : AopObject { /// /// 新增渠道列表 /// [JsonProperty("channels")] public List Channels { get; set; } } }