lizijie
2019-10-14 9f79dd626f3a5096acedcae8d7a919c8910ac240
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> {
}