订单 累计
This commit is contained in:
@@ -3,6 +3,8 @@ package com.czg.order.service;
|
||||
import com.mybatisflex.core.service.IService;
|
||||
import com.czg.order.entity.OrderPayment;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
|
||||
/**
|
||||
* 支付详情 服务层。
|
||||
*
|
||||
@@ -11,4 +13,5 @@ import com.czg.order.entity.OrderPayment;
|
||||
*/
|
||||
public interface OrderPaymentService extends IService<OrderPayment> {
|
||||
|
||||
BigDecimal countMemberInAmount(Long shopId, Long shopUserId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user