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