gongchunyi
2 天以前 557345e4cf8d5e5b051fe118ec1651d4134b9c71
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);
}