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