using System; using System.Collections.Generic; namespace BBWY.Server.Model.Dto { public class RepairSkuDetailAndSkuGriooProfit { public DateTime StartTime { get; set; } public DateTime EndTime { get; set; } public long? ShopId { get; set; } public string OrderId { get; set; } public List OrderIdList { get; set; } } }