ZhuDongming
2020-04-29 4d7d1d0844b60c28c6c6c55635e3d68b009248bc
1
2
3
4
5
6
7
package com.moral.mapper;
 
import com.moral.common.mapper.BaseMapper;
import com.moral.entity.City;
 
public interface CityMapper extends BaseMapper<City> {
}