using System;
using System.Xml.Serialization;
using System.Collections.Generic;
using Aop.Api.Domain;
namespace Aop.Api.Response
{
///
/// KoubeiMerchantKbdeviceDevicesBatchqueryResponse.
///
public class KoubeiMerchantKbdeviceDevicesBatchqueryResponse : AopResponse
{
///
/// 门店下设备列表
///
[XmlArray("device_info_list")]
[XmlArrayItem("device_info")]
public List DeviceInfoList { get; set; }
}
}