无关风月
2024-08-23 7b3c5a3c8403c3fe11734c198c3f4dc01c59b986
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> {
}