chenhj
2 天以前 60264687a654d2e7fc46dc9dc81e4fd663210b78
main-business/src/main/java/com/ruoyi/business/service/InputInventoryRecordService.java
@@ -19,4 +19,7 @@
    // 添加入库记录
    int insertInputInventoryRecord(PendingInventoryDto pendingInventoryDto, OfficialInventoryDto officialInventoryDto, BigDecimal quantity);
    // 删除入库记录
    int deleteInputInventoryRecord(Long[] ids);
}