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