xufenglei
2018-07-04 6f873100decc93c30ca65504888382d2f2a466b2
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> {
}