KKSU
2023-12-15 5eed9d5001fb6e8a7af4e16f1bf0c43cafadf403
src/main/java/cc/mrbird/febs/mall/service/IApiMallProductService.java
@@ -27,4 +27,16 @@
    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);
}