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