会员余额明细获取
This commit is contained in:
@@ -4,7 +4,9 @@ import com.czg.account.entity.ShopUserFlow;
|
||||
import com.czg.account.vo.ShopUserFlowVO;
|
||||
import com.mybatisflex.core.paginate.Page;
|
||||
import com.mybatisflex.core.service.IService;
|
||||
import jakarta.servlet.http.HttpServletResponse;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.math.BigDecimal;
|
||||
|
||||
/**
|
||||
@@ -17,5 +19,7 @@ public interface ShopUserFlowService extends IService<ShopUserFlow> {
|
||||
|
||||
void updateRefund(Long id, BigDecimal refundAmount);
|
||||
|
||||
Page<ShopUserFlowVO> pageInfo(Long shopId, Integer userId, String bizCode);
|
||||
Page<ShopUserFlowVO> pageInfo(Long shopId, Integer userId, String bizCode, String startTime, String endTime);
|
||||
|
||||
void flowDownload(Long shopId, Integer userId, String bizCode, String startTime, String endTime, HttpServletResponse response) throws IOException;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user