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