using System.Collections.Generic; namespace BBWY.Client.Models { public class OrderBelongShopResponse { public long ShopId { get; set; } public string ShopName { get; set; } public IList OrderIdList { get; set; } } }