KKSU
2024-05-07 2fdd2a5900ca9a12788b36e4bf642d27bf1ff5d5
src/main/java/cc/mrbird/febs/dapp/mapper/DappHdRecordMapper.java
@@ -15,6 +15,8 @@
    IPage<DappCoinPrice> findCoinPriceInPage(Page<DappCoinPrice> page, @Param("record")DappCoinPrice dappCoinPrice);
    IPage<DappHdRecord> findHdRecordInPage(Page<DappHdRecord> page, @Param("record")DappHdRecord dappCoinPrice);
    DappHdRecord selectNewRecord();
}