| | |
| | | |
| | | List<MonthlyAmountDto> getAmountHalfYear(Integer type); |
| | | |
| | | IPage<SalesLedger> selectSalesLedgerListPage(Page page, SalesLedgerDto salesLedgerDto); |
| | | IPage<SalesLedgerDto> selectSalesLedgerListPage(Page page, SalesLedgerDto salesLedgerDto); |
| | | |
| | | AjaxResult importData(MultipartFile file); |
| | | |
| | | List<LossProductModelDto> getSalesLedgerWithProductsLoss(Long salesLedgerId); |
| | | |
| | | void exportShippingNote(HttpServletResponse response, List<Long> ids) throws Exception; |
| | | void exportShippingNote(HttpServletResponse response, List<Long> ids); |
| | | } |