namespace BBWYB.Server.Model.Dto
{
public class QueryTimeOutRequest
public DateTime StartDate { get; set; }
public DateTime EndDate { get; set; }
/// <summary>
/// 店铺Id 可空
/// </summary>
public long? ShopId { get; set; }
}