jinpengyong
2020-08-20 f73c5a24b25280030deaaafe38b35b1e7439b9c3
1
2
3
4
5
6
7
8
9
package com.moral.service;
 
import java.text.ParseException;
 
public interface RealWeatherService {
 
    int insertRealWeather() throws ParseException;
 
}