zss
2 天以前 1c215236bcaafd414a1f47e71338fe9c1bbcfb3a
src/main/java/com/ruoyi/procurementrecord/service/ProcurementRecordService.java
@@ -60,7 +60,11 @@
    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 frozenQuality(List<Integer> frozenIds);
    boolean thawQuality(List<Integer> thawIds);
}