KKSU
2024-01-04 56c7e8bcb5e8e020d28c642260a1cadb681be4bb
src/main/java/cc/mrbird/febs/mall/service/IApiMallProductService.java
@@ -23,4 +23,20 @@
    FebsResponse orderSell(ApiOrderSellInfoDto apiOrderSellInfoDto);
    FebsResponse orderBuy(ApiOrderBuyInfoDto apiOrderBuyInfoDto);
    FebsResponse orderBuyInsure(ApiOrderBuyInsureDto apiOrderBuyInsureDto);
    FebsResponse orderSellInsure(ApiOrderSellInsureDto apiOrderSellInsureDto);
    FebsResponse orderBuyList(ApiOrderBuyDto apiOrderBuyDto);
    Boolean operationPermissionMemberFrozen(Long memberId);
    FebsResponse orderSellComplain(ApiOrderSellComplainDto apiOrderSellComplainDto);
    FebsResponse orderRecordList(ApiOrderRecordListDto apiOrderListDto);
    FebsResponse orderSellRecord(ApiOrderSellInfoDto apiOrderSellInfoDto);
    FebsResponse orderBuyRecord(ApiOrderBuyInfoDto apiOrderBuyInfoDto);
}