Helius
2021-05-12 adb2c7b01d61cac2289c8ca31e5976a642a780f5
1
2
3
4
5
6
7
8
9
package com.xcong.excoin.modules.yunding.service;
 
public interface XchProfitService {
 
    void autoBeAgent(Long id);
 
    void agentProfitDistributor();
 
}