KKSU
2023-12-01 ff8b0d3fa80f8f6e11adb7bd059efdf03ba30e2b
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);
}