| | |
| | | import com.ruoyi.account.bean.vo.sales.AccountSalesCollectionVo; |
| | | import com.ruoyi.account.bean.vo.sales.SalesOutboundVo; |
| | | import com.ruoyi.account.pojo.sales.AccountSalesCollection; |
| | | import com.ruoyi.sales.dto.SaveReceiptPaymentDto; |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | import jakarta.servlet.http.HttpServletResponse; |
| | | |
| | |
| | | boolean deleteAccountSalesCollection(List<Long> ids); |
| | | |
| | | List<SalesOutboundVo> getOutboundBatchesByCustomer(Integer customerId); |
| | | |
| | | /** |
| | | * 营销管理--客户往来 新增回款 |
| | | * |
| | | * @param dto 回款请求参数 |
| | | * @return 是否成功 |
| | | */ |
| | | boolean saveReceiptPayment(SaveReceiptPaymentDto dto); |
| | | } |