huminmin
5 天以前 6eba9a9629e92a705c16a59cb82583657806a0b1
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(List<Long> ids, Integer approvalStatus);
    int batchReAudit(List<Long> ids);
}