会员充值 退款

This commit is contained in:
2025-03-07 11:24:38 +08:00
parent be47876412
commit 562fbf1695
3 changed files with 15 additions and 9 deletions

View File

@@ -3,6 +3,8 @@ package com.czg.account.service;
import com.czg.account.entity.ShopUserFlow;
import com.mybatisflex.core.service.IService;
import java.math.BigDecimal;
/**
* 用户余额流水 服务层。
*
@@ -11,4 +13,5 @@ import com.mybatisflex.core.service.IService;
*/
public interface ShopUserFlowService extends IService<ShopUserFlow> {
void updateRefund(Long id, BigDecimal refundAmount);
}