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