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