fix
wzy
2022-08-12 f46eb4f00d7b8e03a08dd7fe8460e3e43389e981
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();
 
}