using System; using System.Xml.Serialization; namespace Aop.Api.Domain { /// /// KoubeiServindustryPromoIntelligentguideConsultModel Data Structure. /// [Serializable] public class KoubeiServindustryPromoIntelligentguideConsultModel : AopObject { /// /// 手机号码 /// [XmlElement("mobile")] public string Mobile { get; set; } /// /// 口碑shopId /// [XmlElement("shop_id")] public string ShopId { get; set; } } }