namespace SiNan.Model.Dto { public class SpuAggregationRequest { /// /// ShopId可空 /// public long? ShopId { get; set; } public DateTime AggregationDate { get; set; } /// /// Spu可空 /// public string Spu { get; set; } } }