puzhibing
2023-06-02 05e0c51caadfe0940f7fe3756ed2ba8d26f93765
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> {
}