fengxiang
2018-02-02 788489c7e95352a11cf5ec40a7a9c7277e5cc0f3
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> {
}