fix
Helius
2022-04-06 516d0d66f35129ce9e7f290a25e33b5e11cb4e1b
1
2
3
4
5
6
7
8
9
package cc.mrbird.febs.dapp.mapper;
 
import cc.mrbird.febs.dapp.entity.DappMineDataEntity;
 
public interface DappSystemDao {
 
    DappMineDataEntity selectMineDataForOne();
 
}