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