puzhibing
2023-06-02 061c94be9c25cf3c9ad8c1e7cf5ad6b4251fd0da
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> {
}