namespace BBWYB.Server.Model.Dto
{
    public class QuerySchemeCountRequest
    {
        public IList<string> SkuIdList { get; set; }
    }
}