KKSU
2023-12-13 9671a5baaebe1b3bce04dba485d4e7435e1aed03
src/main/java/cc/mrbird/febs/mall/service/IApiMallProductService.java
@@ -27,4 +27,12 @@
    FebsResponse orderBuyInsure(ApiOrderBuyInsureDto apiOrderBuyInsureDto);
    FebsResponse orderSellInsure(ApiOrderSellInsureDto apiOrderSellInsureDto);
    FebsResponse orderBuyList(ApiOrderBuyDto apiOrderBuyDto);
    Boolean operationPermissionMemberFrozen(Long memberId);
    FebsResponse orderSellComplain(ApiOrderSellComplainDto apiOrderSellComplainDto);
    FebsResponse orderRecordList(ApiOrderRecordListDto apiOrderListDto);
}