zss
8 天以前 585d5b8c88ad49a6201f718076659705bf6d52b9
src/main/java/com/ruoyi/procurementrecord/service/ProcurementRecordService.java
@@ -60,5 +60,7 @@
    BigDecimal getProcurementAmount(Long salesProductId);
    InventoryInformationDto getReportList();
    IPage<ProductModel> listPageProductionStock(Page page);
    IPage<ProductModel> listPageProductionStock(Page page, ProcurementPageDto procurementDto);
    IPage<ProcurementPageDto> listPageByProductProduction(Page page, ProcurementPageDto procurementDto);
}