using System;
using System.Xml.Serialization;
namespace Aop.Api.Domain
{
///
/// AlipayCommerceIotMdeviceprodShopCreateModel Data Structure.
///
[Serializable]
public class AlipayCommerceIotMdeviceprodShopCreateModel : AopObject
{
///
/// 西湖区文三路国际大厦
///
[XmlElement("address")]
public string Address { get; set; }
///
/// 市
///
[XmlElement("city")]
public string City { get; set; }
///
/// 创建人PID
///
[XmlElement("creator_pid")]
public string CreatorPid { get; set; }
///
/// 区县
///
[XmlElement("district")]
public string District { get; set; }
///
/// {"key":"value"}
///
[XmlElement("ext_info")]
public string ExtInfo { get; set; }
///
/// 行业类目
///
[XmlElement("industry_category")]
public string IndustryCategory { get; set; }
///
/// 门店商户PID
///
[XmlElement("merchant_pid")]
public string MerchantPid { get; set; }
///
/// 省
///
[XmlElement("province")]
public string Province { get; set; }
///
/// 虚拟门店名称
///
[XmlElement("shop_name")]
public string ShopName { get; set; }
///
/// 门店属性
///
[XmlElement("shop_property")]
public string ShopProperty { get; set; }
///
/// 门店类型
///
[XmlElement("shop_type")]
public string ShopType { get; set; }
}
}