KKSU
2024-05-30 1a6e8123db395b7e3661bea01b3e35ff3bd24f57
src/main/java/cc/mrbird/febs/mall/service/IApiMallProductService.java
@@ -23,4 +23,26 @@
    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);
    FebsResponse transGfd(ApiTransGfdDto transGfdDto);
    FebsResponse gfdTrans(ApiGfdTransDto transGfdDto);
    FebsResponse orderSellList(ApiOrderSellDto apiOrderBuyDto);
}