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