fengxiang
2018-01-18 aba833c7e94483639995f269aa00954e0bf4ade3
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> {
}