using System; using System.Xml.Serialization; namespace Aop.Api.Response { /// /// KoubeiCateringDishMenuSyncResponse. /// public class KoubeiCateringDishMenuSyncResponse : AopResponse { /// /// 口碑菜谱id /// [XmlElement("cook_id")] public string CookId { get; set; } } }