puzhibing
2023-08-16 8e07099e9d2d8638794f283a97f468f7a0efe05a
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> {
}