Pu Zhibing
2024-10-03 6c741ac9e80353ca42906c1c6c7109324ae9f9f9
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.City;
 
public interface CityMapper extends BaseMapper<City> {
}