namespace SiNan.Model.Dto { public class Product360TopStatisticsRequest { /// /// 按SPU查询传该值 /// public string Spu { get; set; } /// /// 按SKU查询传该值,同时有值会忽略SPU /// public string Sku { get; set; } } }