lishouyi
2023-06-01 f90f24f12f331f491737492022c17dffb79ec505
1
2
3
4
5
6
7
package com.stylefeng.guns.modular.system.dao;
 
import com.baomidou.mybatisplus.mapper.BaseMapper;
import com.stylefeng.guns.modular.system.model.WeatherCity;
 
public interface WeatherCityMapper extends BaseMapper<WeatherCity> {
}