KKSU
2023-12-04 bcefb9635116c16005c79d098edcec6d0a1e3062
src/main/java/cc/mrbird/febs/mall/service/IApiMallProductService.java
@@ -23,4 +23,12 @@
    FebsResponse orderSell(ApiOrderSellInfoDto apiOrderSellInfoDto);
    FebsResponse orderBuy(ApiOrderBuyInfoDto apiOrderBuyInfoDto);
    FebsResponse orderBuyInsure(ApiOrderBuyInsureDto apiOrderBuyInsureDto);
    FebsResponse orderSellInsure(ApiOrderSellInsureDto apiOrderSellInsureDto);
    FebsResponse orderBuyList(ApiOrderBuyDto apiOrderBuyDto);
    Boolean operationPermissionMemberFrozen(Long memberId);
}