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