|  |  |  | 
|---|
|  |  |  | package com.mzl.flower.service.wallet; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | import com.baomidou.mybatisplus.extension.plugins.pagination.Page; | 
|---|
|  |  |  | import com.mzl.flower.dto.request.wallet.CreateWalletBillRecordDTO; | 
|---|
|  |  |  | import com.mzl.flower.dto.request.wallet.QueryWalletBillDTO; | 
|---|
|  |  |  | import com.mzl.flower.dto.response.wallet.WalletBillRecordVO; | 
|---|
|  |  |  | import com.mzl.flower.dto.response.wallet.WalletReduceVO; | 
|---|
|  |  |  | import com.mzl.flower.entity.wallet.WalletBillRecordDO; | 
|---|
|  |  |  | import com.baomidou.mybatisplus.extension.service.IService; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | 
|---|
|  |  |  | void create(CreateWalletBillRecordDTO dto); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | void updateTransferStatus(String transferId); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | Page<WalletBillRecordVO> getPage(Page page, QueryWalletBillDTO dto); | 
|---|
|  |  |  | } | 
|---|