using System;
using System.Xml.Serialization;
using System.Collections.Generic;
using Aop.Api.Domain;
namespace Aop.Api.Response
{
///
/// AntMerchantExpandItemOpenQueryResponse.
///
public class AntMerchantExpandItemOpenQueryResponse : AopResponse
{
///
/// ๅๅๅ่กจ
///
[XmlArray("item_list")]
[XmlArrayItem("cm_item_info")]
public List ItemList { get; set; }
}
}