liding
4 小时以前 17a7a0c0df3dbc3e6225dddb55f6332deccdb201
src/main/java/com/ruoyi/stock/service/StockInRecordService.java
@@ -22,5 +22,5 @@
    void exportStockInRecord(HttpServletResponse response, StockInRecordDto stockInRecordDto);
    int batchApprove(List<Long> ids, Integer approvalStatus);
    int batchApprove(List<Long> ids, Integer approvalStatus,Long warehouseInfoId);
}