| | |
| | | package com.example.erp.mapper.mm; |
| | | |
| | | import com.example.erp.dto.mm.FinishedOperateLogDTO; |
| | | import com.example.erp.dto.mm.MaterialLogDTO; |
| | | import com.example.erp.entity.mm.*; |
| | | import com.example.erp.entity.pp.OptimizeUse; |
| | | import com.example.erp.entity.sd.Delivery; |
| | |
| | | @Param("pageSize") Integer pageSize,String startDate, String endDate, |
| | | @Param("materialLog") MaterialLog materialLog,String type); |
| | | |
| | | List<MaterialLog> exportMaterialLogReport(List<LocalDate> dates, String type); |
| | | List<MaterialLogDTO> exportMaterialLogReport(List<LocalDate> dates, String type); |
| | | |
| | | List<MaterialLogDTO> exportMaterialLogReports(List<LocalDate> dates, String type); |
| | | |
| | | List<MaterialLogDTO> exportMaterialLogOptimizeOutboundReport(List<LocalDate> dates, String type); |
| | | |
| | | List<MaterialOutbound> getSelectMaterialOutboundProjectNo(@Param("projectNo") String projectNo); |
| | | |
| | |
| | | Boolean updateMaterialInventoryAll(@Param("materialInventoryId") Long materialInventoryId,@Param("materialInventory") MaterialInventory materialInventory); |
| | | |
| | | Boolean updateMaterialInventoryOne(@Param("materialInventoryId") Long materialInventoryId,@Param("materialInventory") MaterialInventory materialInventory); |
| | | |
| | | List<MaterialInventory> selectGetStockList(); |
| | | } |