Helius
2022-04-18 6a0fb3ffbaaed1cd6b830d5c4373596d2a8d42da
1
2
3
4
5
6
7
8
9
10
11
12
package cc.mrbird.febs.dapp.service;
 
import cc.mrbird.febs.dapp.entity.DappMineDataEntity;
 
import java.util.Map;
 
public interface DappSystemService {
 
    Map<String, Object> findTotalInComeAndList();
 
    Map<String, Object> globalSetting();
}