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