| | |
| | | package com.example.erp.mapper.mm; |
| | | |
| | | import com.example.erp.dto.mm.FinishedOperateLogDTO; |
| | | import com.example.erp.entity.mm.*; |
| | | import com.example.erp.entity.pp.OptimizeUse; |
| | | import com.example.erp.entity.sd.Delivery; |
| | |
| | | |
| | | MaterialInventory getMaterialInventoryById(@Param("id") Long id); |
| | | |
| | | List<MaterialLog> getMaterialLogReport(@Param("offset") Integer offset, |
| | | @Param("pageSize") Integer pageSize,String startDate, String endDate, |
| | | @Param("materialLog") MaterialLog materialLog,String type); |
| | | |
| | | Map<String,Integer> getMaterialLogReportTotal(@Param("offset") Integer offset, |
| | | @Param("pageSize") Integer pageSize,String startDate, String endDate, |
| | | @Param("materialLog") MaterialLog materialLog,String type); |
| | | |
| | | List<MaterialLog> exportMaterialLogReport(List<LocalDate> dates, String type); |
| | | |
| | | } |