Helius
2022-05-30 62d1ad8e77c9039b104a9f01c678d3c3252fe7f6
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();
 
}