using System;
using System.Xml.Serialization;
using Aop.Api.Domain;
namespace Aop.Api.Response
{
///
/// KoubeiCateringDishCommgroupQueryResponse.
///
public class KoubeiCateringDishCommgroupQueryResponse : AopResponse
{
///
/// 客制化组分页信息
///
[XmlElement("kb_dish_group_page_info")]
public PaginationCommGroup KbDishGroupPageInfo { get; set; }
}
}