ZhuDongming
2020-06-30 a9c3fe66d59c504a18f6a8d0f639be99a68fb7d6
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> {
}