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