| | |
| | | |
| | | import com.baomidou.mybatisplus.extension.plugins.pagination.Page; |
| | | import com.mzl.flower.dto.request.report.QueryOrderDTO; |
| | | import com.mzl.flower.dto.request.report.QuerySupplierDTO; |
| | | import com.mzl.flower.dto.request.report.QueryPartnerOrderDTO; |
| | | import com.mzl.flower.dto.response.report.OrderDetailReportResultVO; |
| | | import com.mzl.flower.dto.response.report.OrderPartnerReportResultVO; |
| | | import com.mzl.flower.dto.response.report.OrderReportResultVO; |
| | | import com.mzl.flower.dto.response.report.OrderSupplierReportResultVO; |
| | | |
| | | import javax.servlet.http.HttpServletResponse; |
| | | |
| | |
| | | OrderPartnerReportResultVO getPartnerSaleStatis(QueryPartnerOrderDTO dto); |
| | | |
| | | void exportPartnerSalesList(HttpServletResponse response, QueryPartnerOrderDTO dto); |
| | | |
| | | Page<OrderSupplierReportResultVO> getOrderSupplierPage(Page page, QuerySupplierDTO dto); |
| | | |
| | | OrderSupplierReportResultVO getOrderSupplierClout(QuerySupplierDTO dto); |
| | | |
| | | void exportSupplierList(HttpServletResponse response, QuerySupplierDTO dto); |
| | | } |