zss
2 天以前 17d65c77c6fedf1b51afec166c5a9735c6e4d38e
src/main/java/com/ruoyi/procurementrecord/service/ProcurementRecordService.java
@@ -60,5 +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);
}