于紫祥_1901
2021-01-14 be075862989b0792ba002764ecd44b04b8838218
1
2
3
4
5
6
7
8
9
package com.moral.service;
 
import java.text.ParseException;
 
public interface RealWeatherDailyService {
 
    int insertRealWeatherDaily() throws ParseException;
 
}