| | |
| | | import com.ruoyi.sales.dto.ReceiptPaymentDto; |
| | | import com.ruoyi.sales.pojo.ReceiptPayment; |
| | | |
| | | import javax.servlet.http.HttpServletResponse; |
| | | import jakarta.servlet.http.HttpServletResponse; |
| | | import java.math.BigDecimal; |
| | | import java.util.List; |
| | | import java.util.Map; |
| | |
| | | * @param receiptPayment |
| | | * @return |
| | | */ |
| | | int receiptPaymentSaveOrUpdate(ReceiptPayment receiptPayment); |
| | | int receiptPaymentSaveOrUpdate(List<ReceiptPayment> receiptPayment); |
| | | |
| | | /** |
| | | * 回款登记修改 |
| | |
| | | * @param receiptPaymentDto |
| | | * @return |
| | | */ |
| | | List<CustomerInteractionDto> customerInteractions (ReceiptPaymentDto receiptPaymentDto); |
| | | List<InvoiceLedgerDto> customerInteractions (InvoiceLedgerDto receiptPaymentDto); |
| | | |
| | | /** |
| | | * 查询回款记录分页 |