lizijie
2021-04-12 ec937f61c0c6ca35a3a18e48d7dccb33181b2ac5
1
2
3
4
5
6
7
8
9
package com.moral.service;
 
import java.text.ParseException;
 
public interface RealWeatherDailyService {
 
    int insertRealWeatherDaily() throws ParseException;
 
}