using System.Collections.Generic;
using Newtonsoft.Json;
namespace Alipay.AopSdk.Core.Response
{
///
/// KoubeiItemExtitemExistedQueryResponse.
///
public class KoubeiItemExtitemExistedQueryResponse : AopResponse
{
///
/// 商品库中存在的商品编码
///
[JsonProperty("existed_list")]
public List ExistedList { get; set; }
}
}