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