fengxiang
2018-02-07 0723049b7785749898fede88452055a66c49770e
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> {
}