src/main/java/com/ruoyi/procurementrecord/service/ProcurementRecordService.java
@@ -29,11 +29,13 @@
    int deletePro(ProcurementUpdateDto procurementDto);
    void export(HttpServletResponse response);
    void export(HttpServletResponse response,Integer type);
    int updateManagement(ProcurementManagementUpdateDto procurementDto);
    void exportCopy(HttpServletResponse response);
    void exportCopy(HttpServletResponse response,Integer type);
    void exportCopyTwo(HttpServletResponse response,Integer type);
    Map<String, Object> getReportList(Page page, ProcurementPageDto procurementDto);
@@ -46,4 +48,8 @@
    IPage<ProcurementPageDtoCopy> listPageCopyByProduction(Page page, ProcurementPageDto procurementDto);
    IPage<CustomStorage> listPageCopyByCustom(Page page, CustomStorage customStorage);
    AjaxResult updateCustom(CustomStorage customStorage);
    AjaxResult deleteCustom(List<Long> ids);
}