7 lines
146 B

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