src/main/java/com/ruoyi/purchase/service/IPurchaseLedgerService.java
@@ -23,6 +23,8 @@ int addOrEditPurchase(PurchaseLedgerDto purchaseLedgerDto) throws Exception; Long saveShortagePurchaseDraft(PurchaseLedgerDto purchaseLedgerDto) throws Exception; void addQualityInspect(PurchaseLedger purchaseLedger, SalesLedgerProduct saleProduct); int deletePurchaseLedgerByIds(Long[] ids);