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