using System;
using System.Collections.Generic;
using Newtonsoft.Json;
namespace Alipay.AopSdk.Core.Domain
{
///
/// KoubeiItemExtitemExistedQueryModel Data Structure.
///
[Serializable]
public class KoubeiItemExtitemExistedQueryModel : AopObject
{
///
/// 商品编码列表, 商品编码数量不超过100条。
///
[JsonProperty("code_list")]
public List CodeList { get; set; }
}
}