using System; using System.Xml.Serialization; namespace Aop.Api.Domain { /// /// KoubeiCateringPosDeskQueryModel Data Structure. /// [Serializable] public class KoubeiCateringPosDeskQueryModel : AopObject { /// /// 门店ID /// [XmlElement("shop_id")] public string ShopId { get; set; } } }