xuhy
2024-02-01 8dd61e711d7cccd7d8d1278ab79a73e7a41aad4d
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> {
}