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