|  |  | 
 |  |  | import com.mzl.flower.dto.response.report.OrderReportCalendarBO; | 
 |  |  | import com.mzl.flower.entity.CalendarDO; | 
 |  |  | import com.baomidou.mybatisplus.extension.service.IService; | 
 |  |  | import org.apache.ibatis.annotations.Param; | 
 |  |  |  | 
 |  |  | import java.util.List; | 
 |  |  |  | 
 |  |  | 
 |  |  |  | 
 |  |  |     void generateCalendar(int i); | 
 |  |  |  | 
 |  |  |     List<OrderReportCalendarBO> getOrderDatePage(Page page, QueryOrderDTO dto); | 
 |  |  |     List<OrderReportCalendarBO> getOrderDatePage(Page page,@Param("dto") QueryOrderDTO dto); | 
 |  |  |  | 
 |  |  |     List<OrderReportCalendarBO> getOrderDateList(@Param("dto") QueryOrderDTO dto); | 
 |  |  |  | 
 |  |  | } |