liyong
3 天以前 956f105cc7d3fe362cf13635e1cf11fced4dda3a
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);
}