using System.Collections.Generic; namespace BBWY.Server.Model.Dto { public class SearchProductSkuFromLocalRequest { public List SkuList { get; set; } public long ShopId { get; set; } } }