lizijie
2020-09-11 f6263ece2df35b8fb9d3868a1464397b002bfb1e
1
2
3
4
5
6
7
8
9
package com.moral.service;
 
import java.text.ParseException;
 
public interface RealWeatherDailyService {
 
    int insertRealWeatherDaily() throws ParseException;
 
}