| | |
| | | import com.ruoyi.account.bean.dto.purchase.AccountPurchasePaymentDto; |
| | | import com.ruoyi.account.bean.vo.purchase.AccountPurchasePaymentVo; |
| | | import com.ruoyi.account.pojo.purchase.AccountPurchasePayment; |
| | | import com.ruoyi.purchase.dto.SavePaymentDto; |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | import jakarta.servlet.http.HttpServletResponse; |
| | | |
| | |
| | | void exportAccountPurchasePayment(HttpServletResponse response, AccountPurchasePaymentDto accountPurchasePaymentDto); |
| | | |
| | | boolean deleteAccountPurchasePayment(List<Long> ids); |
| | | |
| | | /** |
| | | * 采购管理--供应商往来 新增付款 |
| | | * |
| | | * @param dto 付款请求参数 |
| | | * @return 是否成功 |
| | | */ |
| | | boolean savePayment(SavePaymentDto dto); |
| | | } |