puzhibing
2023-08-15 46af9e53a6e76b6c0b8cc3291ac1d78e59370831
1
2
3
4
5
6
7
package com.supersavedriving.user.modular.system.dao;
 
import com.baomidou.mybatisplus.mapper.BaseMapper;
import com.supersavedriving.user.modular.system.model.WeatherCity;
 
public interface WeatherCityMapper extends BaseMapper<WeatherCity> {
}