fengxiang
2018-02-05 f1e25082a58c8cb57dd45d226d3a94f4af4a0677
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> {
}