huminmin
10 天以前 32e4f30a848e159081986f93d189f0e80fa56a77
src/main/java/com/ruoyi/stock/service/StockInRecordService.java
@@ -18,5 +18,11 @@
    int batchDelete(List<Long> ids);
    int batchDeletePending(List<Long> ids);
    void exportStockInRecord(HttpServletResponse response, StockInRecordDto stockInRecordDto);
    int batchApprove(Integer approvalStatus, List<StockInRecordDto.StockInRecordApproveItemDto> items);
    int batchReAudit(List<Long> ids);
}