| | |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | |
| | | import javax.servlet.http.HttpServletResponse; |
| | | import java.math.BigDecimal; |
| | | |
| | | /** |
| | | * <p> |
| | |
| | | void exportSupplierFinanceList(HttpServletResponse response, QueryWalletBillRecordDTO dto); |
| | | |
| | | Page<WalletBillRecordVO> getPage(Page page, QueryWalletBillDTO dto); |
| | | |
| | | Page<WalletBillRecordVO> getPageByDesc(Page page, QueryWalletBillDTO dto); |
| | | |
| | | WalletBillRecordDO getBillRecordByWithdrawRecordId(Long withdrawRecordId); |
| | | |
| | | BigDecimal getHistoryAmount(Long walletId, Long supplierId); |
| | | } |