huminmin
4 天以前 e79ebf83dc445b0ed459e8c9b2b1a95c1f204cd2
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);
}