| | |
| | | import com.mzl.flower.dto.request.wallet.QueryWalletDTO; |
| | | import com.mzl.flower.dto.request.wallet.WalletWithdrawRecordDTO; |
| | | import com.mzl.flower.dto.response.wallet.WalletWithdrawRecordVO; |
| | | import com.mzl.flower.dto.request.wallet.CreateWalletWithdrawRecordDTO; |
| | | import com.mzl.flower.entity.wallet.WalletWithdrawRecordDO; |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | |
| | |
| | | * <p> |
| | | * 服务类 |
| | | * </p> |
| | | *S |
| | | * |
| | | * @author @TaoJie |
| | | * @since 2024-10-22 |
| | | */ |
| | |
| | | |
| | | void updateWallet(WalletWithdrawRecordDTO walletWithdrawRecordDTO); |
| | | |
| | | boolean create(CreateWalletWithdrawRecordDTO walletWithdrawRecordDTO); |
| | | } |