xiaoyong931011
2020-05-28 0290652dcced4d31540555abd7adf6e30cdbe29e
1
2
3
4
5
6
7
8
9
10
11
12
package com.xcong.excoin.modules.symbols.service;
 
 
/**
 * @author wzy
 * @date 2020-05-26
 **/
public interface SymbolsService {
 
    public void updateSymbolsKine(String time);
 
}