Pu Zhibing
昨天 f5da7281ee8fed938198afcd33a2a619f08a37f0
1
2
3
4
5
6
7
package com.supersavedriving.user.modular.system.service;
 
import com.baomidou.mybatisplus.service.IService;
import com.supersavedriving.user.modular.system.model.WeatherCity;
 
public interface IWeatherCityService extends IService<WeatherCity> {
}