会员充值 退款
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user