| | |
| | | |
| | | import com.baomidou.mybatisplus.extension.plugins.pagination.Page; |
| | | import com.mzl.flower.dto.request.statisticAnalysis.FlowerMaterialDTO; |
| | | import com.mzl.flower.dto.request.statisticAnalysis.FlowerSaleDTO; |
| | | import com.mzl.flower.dto.response.statisticAnalysis.FlowerMaterialStaticVO; |
| | | import com.mzl.flower.dto.response.statisticAnalysis.FlowerSaleStatisticVO; |
| | | import com.mzl.flower.dto.response.statisticAnalysis.FlowerMaterialVO; |
| | | import com.mzl.flower.dto.response.statisticAnalysis.FlowerSaleVO; |
| | | |
| | | import javax.servlet.http.HttpServletResponse; |
| | | |
| | |
| | | FlowerMaterialStaticVO getFlowerMaterialStatis(FlowerMaterialDTO dto); |
| | | |
| | | void exportFlowerMaterialSales(HttpServletResponse response, FlowerMaterialDTO dto); |
| | | |
| | | |
| | | Page<FlowerSaleVO> getFlowerSalePage(Page page, FlowerSaleDTO dto); |
| | | |
| | | FlowerSaleStatisticVO getFlowerSaleStatistics(FlowerSaleDTO dto); |
| | | |
| | | void exportFlowerSales(HttpServletResponse response, FlowerSaleDTO dto); |
| | | } |