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