using System; using System.Xml.Serialization; using System.Collections.Generic; using Aop.Api.Domain; namespace Aop.Api.Response { /// /// KoubeiCateringDishCommruleSyncResponse. /// public class KoubeiCateringDishCommruleSyncResponse : AopResponse { /// /// 新增返回的数据集合,如果是修改 或者删除 不返回 /// [XmlArray("kbdish_comm_rule_info_list")] [XmlArrayItem("kbdish_comm_rule_info")] public List KbdishCommRuleInfoList { get; set; } } }