KKSU
2024-02-23 b113b572ac01c1a799e3b87d5307f34a93b88df8
src/main/java/cc/mrbird/febs/mall/mapper/MallProductNftMapper.java
@@ -2,6 +2,7 @@
import cc.mrbird.febs.common.enumerates.ProductEnum;
import cc.mrbird.febs.mall.entity.MallProductBuy;
import cc.mrbird.febs.mall.entity.MallProductBuyRecord;
import cc.mrbird.febs.mall.entity.MallProductNft;
import cc.mrbird.febs.mall.entity.MallProductSell;
import cc.mrbird.febs.mall.vo.*;
@@ -25,4 +26,6 @@
    List<AdminMallProductSellPickVo> selectProductSellByState(@Param("state")int value);
    List<MallProductNft> selectListByState(@Param("state")ProductEnum productNftOpen);
    IPage<MallProductBuyRecord> getBuyRecordList(Page<MallProductBuyRecord> page, @Param("record")MallProductBuy mallProductBuy);
}