liyong
昨天 30060679e8bb07366fcba6984e18df8b6607db9a
src/main/java/com/ruoyi/procurementrecord/service/ProcurementRecordService.java
@@ -60,7 +60,15 @@
    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);
    boolean frozenStorageQuality(List<Integer> frozenIds);
    boolean thawStorageQuality(List<Integer> thawIds);
    boolean frozenFinishedQuality(List<Integer> frozenIds);
    boolean thawFinishedQuality(List<Integer> thawIds);
}