ZhuDongming
2020-03-31 90f46db2793f5b242f13bf6959ab6c7f5a596c43
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> {
}