NewGaoKaoApi/PaymentSDK/AliPay/Response/KoubeiCateringDishMenuSyncR...

18 lines
384 B
C#

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