霍林河露天煤矿生产一体化平台
1
13693261870
2023-04-07 f6573cd9038a036d0bba826655c34ac347926ab0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
package service;
 
import org.springframework.stereotype.Service;
 
import java.io.File;
 
/**
 * CoalService
 * @author WWW
 */
@Service
public class MainService {
    public Integer load54Data(File f){
 
 
        return 0;
    }
}