| | |
| | | import com.ruoyi.purchase.dto.PurchaseLedgerDto; |
| | | import com.ruoyi.purchase.pojo.PurchaseLedger; |
| | | import com.ruoyi.sales.pojo.InvoiceRegistrationProduct; |
| | | import com.ruoyi.sales.pojo.SalesLedgerProduct; |
| | | import org.springframework.web.multipart.MultipartFile; |
| | | |
| | | import java.io.IOException; |
| | | import java.util.List; |
| | | |
| | | /** |
| | |
| | | |
| | | int addOrEditPurchase(PurchaseLedgerDto purchaseLedgerDto) throws Exception; |
| | | |
| | | void addQualityInspect(PurchaseLedger purchaseLedger, SalesLedgerProduct saleProduct); |
| | | |
| | | int deletePurchaseLedgerByIds(Long[] ids); |
| | | |
| | | PurchaseLedgerDto getPurchaseById(PurchaseLedgerDto purchaseLedgerDto); |